I want to compile a C++ DLL in 64 bin using Visual Studio 2010 Express. I know how to use the configuration manager in C#. Just select x64 as target platform and compile. But in C++, there is only "Win32" available as target.
How can I compile a x64 bit DLL?