Posted: Sun Dec 07, 2008 11:56 am Post subject: [Q] Program doesn't work on all computers
I made a program in MSVC++ and it works in the computer i compiled it on , and it works on other computers but some computers doesn't work at all . I changed the compiling setting [ MultiThreaded code generation , Multi-Byte .. etc ] but the same .
1. Is there a way to make the program work for every computer with windows XP/Vista with no problem at all ?
Just like other programs .
I also tried to treat warnnings as error but there are so many warnnings that i cannot get rid off .
RD - Pack.. I can only assume you are referring to the VC++ Redistributable..?
@b6ooy, make sure the VC++ Redist. is installed on each machine or statically link to the CRT.. Project Settings->C/C++->Code Generation->Runtime Library:- /MT (Release), /MTd (Debug).
Post your warnings/errors if you still have problems.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum