visual c++ - Build both 32-bit and 64-bit versions for 64-bit platform -


i have msvc++ project can built targeting 32-bit or 64-bit platform. when targeting 64-bit, need 32-bit version built (it produces type library needs registered both 32-bit , 64-bit consumers).

is possible configure project build 32-bit target when chosen platform win32, , both 64-bit , 32-bit targets when chosen platform x64?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -