MSVC2005 - Unable to create DLLs?

Started by
0 comments, last by chollida1 19 years, 4 months ago
Hi there! I've written a little DLL (does absolutely NOTHING except a message box). When I compile this code with my old MSVC2003 everything works fine: I start the TestApp and the Message box appears. But when I compile the same code with MSVC2005 and I start the TestApp I get the following Error message: (I don't know how to translate it properly) ;-) Something like: the funktion XYZ's entry point could not be found in happy.dll Both DLL projects were created with the wizard using the same settings. How can this be?
Advertisement
How are you exporting the method from the DLL??

How are you importing the method into the exe??

Sounds like the default export/import method could have changed from 2003 to the free beta.

Cheers
Chris
CheersChris

This topic is closed to new replies.

Advertisement