KanedaFr wrote:Is there some beta testers to tell me if this works :
It works, if you mean after compilation.
But it is way far from one click build...
I spent some hours to build it in VS2010.
Mostly amazing errors:
1) "Can't open .\Debug\\.obj" (from linker)
cause: $(OutDir)\$(InputName).obj%(Outputs)
instead: $(OutDir)%(Filename).obj;%(Outputs)
2) "LINK : fatal error LNK1104: cannot open file 'LIBC.lib' "
Project Settings->Linker->Input->Ignore Specific Default Library needs to set to LIBC.LIB
Code bugs:
1) ggenie.c line 147: char code_to_pass[16], *x;
x must be const char *; just redefine into const char *x;
reason: line 177 of same file.
2) kailleraclient.h
functions like this
DLLEXP kailleraGetVersion(char *version);
does not have return type. just add void before.
3) Starscream compiles perfectly in Visual Studio but... you can build Debug version, and release .exe file in starscream does not created.
And, .bat files does not create directory Release, so nasm output:
NASM wrote:nasm: fatal: unable to open output file `..\..\..\Gens\release\main68k.obj'
ahaha quote of lulz
4) after these fixes, only one thing left: fix paths to libs
EDIT: I don't want to change this mod. I tried to build it just to write feedback.
I'm updating Gens-rerecording now, and I have
my mod too
