Hey, I have been working on a project with DarkGDK 2.0 on my pc. It compiles and runs fine on my pc.
However when trying to run it on other computers it first complains about the dlls:
MFC71.DLL
MSVCR71.DLL
After adding those to the project it tries to initialize the gdkengine.dll and the program crashes on this part:
if (!initDarkGDK("gdkengine.dll"))
return 1;
Here is the crash details:
Quote: "Problem Event Name: BEX
Application Name: Program.exe
Application Version: 0.0.0.0
Application Timestamp: 51c0b96a
Fault Module Name: StackHash_55bd
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Offset: PCH_04_FROM_ntdll+0x00016954
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.2.9200.2.0.0.256.48
Locale ID: 2068
Additional Information 1: 55bd
Additional Information 2: 55bdb125e5f5eebba32ff4470f6d6db1
Additional Information 3: d8e7
Additional Information 4: d8e728cfa3b4627b86f2920172200c49"
Any help will be greatly appreciated!!!