Hi guys , after finishing my text based game , when i send the executable file to my friend he cannot open it .. he get an error that smth is wrong in configs file .. he also has framework installed
xVent 0 Junior Poster in Training
Recommended Answers
Jump to PostThe problem is most likely DLLs. I have seen similar error on Vista. Make sure you compile the program for Release mode, not Debug mode. How to do that will depend on the compiler you are using.
Jump to Postwell i gave him the executable file from debug folder .. how can i do what with release ?
.Yes, that is most likely the problem because the other computer doesn't have the compiler's debug dlls installed. How to get release mode depends on the compiler you used, which …
Jump to PostWhen you use Windows Explorer to navigate to the release folder it will look something like the attached. If there is no *.exe file then your compiler failed to build the program. Make sure there were no compile errors.
All 10 Replies
tux4life 2,072 Postaholic
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
nucleon 114 Posting Pro in Training
xVent 0 Junior Poster in Training
tux4life 2,072 Postaholic
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
xVent 0 Junior Poster in Training
tux4life 2,072 Postaholic
xVent 0 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague 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.