setup program

Apr 30, 2011 at 11:08pm
How do i deploy an application...so it can work outside borland compiler or different pc without borland?
May 1, 2011 at 7:03am
@allytrice
I'm not using Borland but from my experience most c++ compilers during debug/release generate exe file under your source code folder--So simply copy your example.exe file to another computer and run it.Other compilers need some DLL files to go with exe file (check your compiler doc.)
May 1, 2011 at 9:17am
Yes, and you also may choose the release-configuration before compiling the project.
Topic archived. No new replies allowed.