I have a problem with Dark GDK release version, running not from VS express 2008 (running standalone). Is there any options in project properties?
I have many loops in main DarkGDK loop, maybe it's caused by that?
BTW. When I'm running release v. from VC express it never crash, but standalone crashes almost all the time.
When I'm trying to debug something this shows:
error LNK2019: unresolved external symbol "void __cdecl cnl(void)" (?cnl@@YAXXZ) referenced in function "void __cdecl makeWorld(char *,int)" (?makeWorld@@YAXPADH@Z)
Usually I'm running on release in VS express.
Any help?