I am trying to work on FLAC 8.0 with UDM. For this reason, I need to create 64bit DLL files from .cpp and .h files in Visual Studio 2010 Express (C++) in my Windows 10 OS system. But, VS2010 creates only 32-bit files by default. To solve this issue, I have already installed Windows SDK 7.1 and tried the solutions given in this link: https://stackoverflow.com/questions/1865069/how-to-compile-a-64-bit-application-using-visual-c-2010-express. However, I am getting errors.
Therefore, how can I check if my VS2010 platform is configured properly for x64? Besides,
If anyone is recently worked on configuring VS 2010 for x64 platform, kindly suggest detailed step-by-step instructions/guidelines?
Thank you,
Regards
Dipaloke