I create a simple dll project with visual studio 2010 wizard, haven't filled any code.
When I build it on Win32 platform, everything works fine. The problem is when I switch to x64 platform, there is Link error.
2>LINK : fatal error LNK1561: entry point must be defined
The export marco has been define in the stdafx.h like:
#define AECCDBVALIGNMENT_EXPORTS
Anyone can help?
[Close] Resolved by creating the correct x64 platform settings.