|
From: Luke W. <shm...@gm...> - 2005-04-11 03:32:19
|
Hi, I have written a DLL that I must compile in MinGW, and it has to be able to runtime-link with an application I wrote with VC++. When I run depends.exe and look at the DLL it shows that each of the functions were exported correctly, but when I call them with my application the values they return are completely wrong. Any ideas why this is happening, or how I might fix it? Thanks, Luke |