Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts,
I am facing a problem to debug vc6 project in windows 8 32bit, which is already debug successfully in windows vista and windows 7. I dont know why this error coming.
Please help.
thanks in advanced
RS
Posted

The mentioned DLL is a debug version of the MFC. These debug versions are not present on normal Windwos versions. They are only present when installing the corresponding development environment (here VC6). For testing, you may copy the DLL from your development system to your Windows 8 test platform. But you are not allowed to ship the DLL with your software or pass it to others. Alternatively, use the release build for testing with Windows 8.
 
Share this answer
 
Comments
R. S. Verma 10-Dec-12 7:17am    
Thanks a lot jochen. Its really helpful information you provided. :)
Mohibur Rashid 11-Dec-12 19:51pm    
This is a very important note. It would be better if you do not test with debug version version of application in target machine.
You should look in google first for your problem. After I search your problem I have found several instruction that says the method to solve your problem. You better look at this link[^]
 
Share this answer
 
Comments
R. S. Verma 10-Dec-12 7:15am    
hey thanks Mohibur Rashid,
You are to the point of solution. Thanks a lot :)

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