GDI32.DLL exception
-
Hi, i'm porting my application from Linux to Windows. I have a problem with gdi32.dll. I compiled my app successfully. But i can't start it. I used Dependency Walker to look what is wrong. DW gives me this output when i run app:
00:00:01.155: DllMain(0x77020000, DLL_PROCESS_ATTACH, 0x0022FD24) in "c:\windows\system32\GDI32.DLL" called.
00:00:01.155: First chance exception 0xC000001E (Unknown) occurred in "c:\windows\system32\GDI32.DLL" at address 0x77020094.
00:00:01.155: Second chance exception 0xC000001E (Unknown) occurred in "c:\windows\system32\GDI32.DLL" at address 0x77020094.I searched for this on Google and couldn't find anything.