I wrote some programs with visual studio and I cant transfer them to a different computer and keep it working it keeps giving me errors. They are form programs what do I need to do to transfer them?
This is a discussion on transfer within the Windows Programming forums, part of the Platform Specific Boards category; I wrote some programs with visual studio and I cant transfer them to a different computer and keep it working ...
I wrote some programs with visual studio and I cant transfer them to a different computer and keep it working it keeps giving me errors. They are form programs what do I need to do to transfer them?
What errors are you getting?
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
I got it at my friends house so I dont remember. I have created a setup wizzard can you tell me what is required for it to work?
You mean you compiled and exe and brought it to another computer without Visual Studio installed and tried to run it?
If so, then you need to download and install the runtime available from Microsoft's homepage.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
Well, you really need to copy the entire project folder and then open it with the SLN file. That said, your friend also needs to have all the same 'stuff' installed. You can also create a new project and just add the existing .cpp adn .h files to it. Its usually just easier to copy the project folder though.
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
Does that have to be on my computer when I compile it or on every computer It gets transfered to?
every computer you want to compile it on needs the entire project folder.
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.