locked
Switching Between Class 32/64 Bit Library References In Same Project RRS feed

  • Question

  • I have a VC++ 2008 Windows Forms App that I am porting over to x64.  I will deliver separate 32 bit and 64 bit builds. 

    I have several class libraries I have created that import as references in the project Common Properties Page.  This reference appears to be global to all project configurations, both 32 and 64 targets.

    I don't know how to run the application in debug mode unless the references match the platform I'm debugging on.  For example, if I have the references set to the 32 bit .DLL builds, the 64 bit application won't run. 

    Is there a way to switch between WIN32 and x64 library reference configurations during development so that the correct .DLL class library will be accessed during debugging?

    Thanks for your help.


    Scanner Man

    • Moved by Amanda Zhu Monday, April 1, 2013 8:01 AM not sure which forum the issue should belong to
    Sunday, March 31, 2013 3:26 AM

Answers

All replies