setup program

How do i deploy an application...so it can work outside borland compiler or different pc without borland?
@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.)
Yes, and you also may choose the release-configuration before compiling the project.
Topic archived. No new replies allowed.