32bit 64bit referenced library

Posted by bleevo on Stack Overflow See other posts from Stack Overflow or by bleevo
Published on 2009-07-18T22:55:57Z Indexed on 2010/03/16 18:01 UTC
Read the original article Hit count: 569

Filed under:
|
|
|

Hi,

I am developing an application that has two DLLs one is a 32bit version another is 64bit version,

Client is 32bit Server is 64bit

My question is is there a way I can say use the 32bit dll when doing Debug/Release and use 64bit dll when I perform a publish.

I realize I can solve this problem using NAnt or MSBuild but was wondering if I can do any of this in visual studio.

UPDATE

All my code will run on either 32bit or 64bit but I am using a library that has a 32bit library and a 64bit library. 32bit wont work on server, 64bit wont work on dev machine

© Stack Overflow or respective owner

Related posts about 32bit

Related posts about 64bit