hello dear guider i design a simple application in C++ 6 using mfc. but when i try to test it on other pc it doesn't run i dont know why because am a dummy. an sorry i might have flame dont blame me am just beginner.
goodmuyis 0 Newbie Poster
Recommended Answers
Jump to PostWould you mind giving some more information, perhaps show some code that may be causing the problem or an error message, we can't just "know" what the problem is :icon_cheesygrin:
Jump to PostOne reason that happens is because you compiled your program for debug instead of release. More than likely the computer you installed your program on does not have the Microsoft debug DLLs. Compile for release mode and retest.
All 5 Replies
William Hemsworth 1,339 Posting Virtuoso
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Duoas 1,025 Postaholic Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
William Hemsworth commented: Your not the only one who thinks that :)! +3
Duoas 1,025 Postaholic Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.