peewee_RotA
Administrator
Sr. Member
    
Frags 2
Posts: 290
|
 |
« on: December 16, 2007, 05:21:31 AM » |
|
I mentioned this in the Megaman q2 thread, however I wanted to make sure this was right out in the open in case anyone was searching.
gamex86.dll's compiled in LCC Win32 are not compatible with R1Q2. It causes some sort of entry point error with the DLL. There was a similar entry point error fixed by Maj.Bitch (or was it Fuzzy steve. Not sure) within the "lcchack.c" folder. This one is unrelated and seems to be some sort of double check that r1q2 does.
Compiling with MSVC++6 or earlier does not cause this error. Lcc is still a great tool for developing, but you'll need to get a hold of an alternative compiler if you ever want to release anything. I'm pretty sure that GCC works fine as well so long as you have a machine that runs GCC or somehow get it to compile in windows first. (Am I the only one that finds it funny to compile a compiler?)
|