c++ - Which is the minimum Visual Studio version or edition to develop both for Win32 and Win64? -
our windows application (developed in delphi) shipped in 32-bit , 64-bit editions. users can write plugins it. if target 32-bit edition, need create 32-bit dll. if target 64-bit edition, need target 64-bit dll.
i create sample application in visual studio c++ can used reference hacking it.
i visual studio solution provided example able have in place compile sample dll both win32 , win64.
which minimum (preferably free) visual studio c++ edition or version need able compile both win32 , win64. tried visual studio 2010 express not seem let add win64 target platform.
vs2012 express includes 64 bit compiler. possible persuade earlier versions of express edition use 64 bit tools, it's quite tricky set up.
Comments
Post a Comment