Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i wrote a vc++ program using vs2005 and want to run it on other computer. my program has two parts : GUI and DLL
when i run program on other computers, some error occure, such as "Could Not Find Module, dll not found ...".
i install vcredist. and windowsinstaller3.1 and dotnetfx on target machin but errors exist.

help me, please. :(
Posted

Unless you use C++/CLI, you don't need dot net to be installed. If you want our help, you need to tell us the ACTUAL error message, so we know what it cannot find, and explain why you think it is there ( is it looking for MFC, is it looking for the dll you wrote, or what ? )
 
Share this answer
 
hi,
thanks for your responding.
my program used Direct3D and when i install DXRedist. problems were solved.


thanks.
 
Share this answer
 
Comments
Emilio Garavaglia 26-Jul-10 2:36am    
Reason for my vote of 1
fake answer. Should have been a comment to the previous

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