Hello all. Question:<br><br>We have a VS 2005 solution that contains two C++ based projects:<br>1. Game Project (builds an Win32 executable)<br>2. Irrlicht Project (builds a DLL which our game ...
You probably need to declare area() as PASCAL calling convention and with the EXPORT macro so that it is, indeed, exported from your DLL. You'll also have to defeat C++ "name-mangling", so define it ...
Don't ask why my client needed me to do this (it would be embarrassing), but we needed to find the differences between two DLLs that represented different versions of the same class library. Microsoft ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results