User forums > Using Code::Blocks
Problem when deploying Windows app.
Ibbur:
Hello,
you could use NSIS for deploying your app with an installer. That's like the other method with the vs-setup-project.
If you want to start your app everywhere without having to install anything, instead of /MD use the /MT compiler option, which statically links your app to the multithreaded c/c++ runtime. This compiler flag is also available via the Code::Blocks project's build options dialog.
Navigation
[0] Message Index
[*] Previous page
Go to full version