Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am creating a voice chat application between two computers but the application is not running on '64 bit' OS and 'ANY CPU', because of a dll named microsoft.directx.direcrSound. this dll supports only 32 bit OS what i do now. please help . thank you...
Posted
Updated 15-Mar-13 1:44am
v3

Are you unable to run 64-bit app, or run app on 64-bit OS?

If you are unable to run 64-bit application, just build 32-bit app and run it on both 32- and 64-bit OS.

Also, more info about your problem will be helpful.

Best regards.
 
Share this answer
 
Hi,
Rebuild your app in x86 only, 64bit OS will happily run x86 software.

also you cannot mix platforms, they often doesn't work, keep all (including resources such as dll ) in single platform.

Regards
Jegan
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900