Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » deploying C++ project to run outside development computer
deploying C++ project to run outside development computer [message #1728047] Wed, 30 March 2016 15:11 Go to next message
laeroplanino montella is currently offline laeroplanino montellaFriend
Messages: 1
Registered: March 2016
Junior Member
Hi all,
I am a newbie to CDT, so excuse my ignorance. I have a C++/Qt project built in the Eclipse IDE. I was wondering if there is a tool that would allow me to create an installable version of the .exe file generated in the debug/release folders. I just do not want to copy all the dlls linked to the project every time I want to run the application on a different computer.

Is there a way from the Eclipse IDE that would solve my problem?
Re: deploying C++ project to run outside development computer [message #1728082 is a reply to message #1728047] Wed, 30 March 2016 20:48 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I don't think there's one specifically for Eclipse bu you could search the marketplace for one.

There are a number of package installation builders available.

Top two Google links (create windows program install package"):
http://www.techrepublic.com/blog/five-apps/five-apps-for-creating-installation-packages/
http://www.advancedinstaller.com/user-guide/tutorial-simple.html

There are tools for listing the DLLs needed if you don't already know them.

Previous Topic:Simple C++ shared library using autotools on CDT
Next Topic:there is no option:"standard gdb hardware debugging launcher", why?
Goto Forum:
  


Current Time: Tue Mar 19 08:55:43 GMT 2024

Powered by FUDForum. Page generated in 0.01446 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top