Hello,
i want to create a dll with some exported functions. Normally this
isnt a problem, but with VC 7 and my current problem ive got the
following Linker warning/error:
warning LNK4017: EXPORTS statement not supported for the target
platform; ignored
I created the project using the "Win32 Project->DLL" wizard. The
function to export is defined as WINAPI and listed in the EXPORTS
section of the def file.
Without the def file all things are compiled/linked without problem,
but also without export ;)
Thank you for any ideas in advance.
Ciao Danilo