installing a program i've made
-
to questions really, how do i amke the program i've created into an exe that can be run on any pc, secondly how can i make it into a program that can be installed onto other people's pc's. I'm sure it's easy but i'm a newbie, and any help would be much appreciated
-
to questions really, how do i amke the program i've created into an exe that can be run on any pc, secondly how can i make it into a program that can be installed onto other people's pc's. I'm sure it's easy but i'm a newbie, and any help would be much appreciated
That's called deployment - Lots of info here: Deployment (C++)[^]
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
to questions really, how do i amke the program i've created into an exe that can be run on any pc, secondly how can i make it into a program that can be installed onto other people's pc's. I'm sure it's easy but i'm a newbie, and any help would be much appreciated
How about using an installer ? InstallShield, VISE, NSIS, ...
Maximilien Lincourt Your Head A Splode - Strong Bad
-
to questions really, how do i amke the program i've created into an exe that can be run on any pc, secondly how can i make it into a program that can be installed onto other people's pc's. I'm sure it's easy but i'm a newbie, and any help would be much appreciated
-
to questions really, how do i amke the program i've created into an exe that can be run on any pc, secondly how can i make it into a program that can be installed onto other people's pc's. I'm sure it's easy but i'm a newbie, and any help would be much appreciated
Look at QSetup Installation Suit
sanket patel