Search found 2 matches

by shiroi
April 28th, 2019, 8:59 am
Forum: Miscellaneous & Off Topic
Topic: Compiling: beatmania APPEND 5thMIX -Time to get down-
Replies: 7
Views: 42678

Compiling: beatmania APPEND 5thMIX -Time to get down-

Has anyone been able to compile "beatmania APPEND 5thMIX -Time to get down-"
Currently I'm able to compile the main executable and objects.
But in the APPEND MAKEFILE i'm missing a dependency "safechk.obj"
Does anyone have or know any information about this object file?
It sounds as if it's for CD ...
by shiroi
April 26th, 2019, 8:31 pm
Forum: Miscellaneous & Off Topic
Topic: Compile Error
Replies: 4
Views: 35895

Re: Compile Error

In "main.c" add, to header.

Code: Select all

#include "graphics.c"
That is where functions have definition.