Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Final Compilation for Windows. How to create the .exe 101
Final Compilation for Windows. How to create the .exe 101 [message #38286] Sun, 09 December 2012 05:04 Go to next message
nejnadusho is currently offline  nejnadusho
Messages: 60
Registered: October 2012
Member
Hi,

Once I decide I completed my project/app. Very Happy
I mean one day. I hope it is very soon. Rolling Eyes Smile
How/Where am I creating/getting the .exe?
How can I add it a nice icon?

OK I know that there in the 'Output Directory' I have one .exe

Do I need only that .exe if I want to install my application on any other Windows machine?
Does that .exe contain all the necessary U++ library in order to run on its own or there should be some other files to support it?


Please ask me any questions if you need clarification.

Thank you.


Best,
Georgi

Re: Final Compilation for Windows. How to create the .exe 101 [message #38292 is a reply to message #38286] Sun, 09 December 2012 12:31 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Georgi

nejnadusho wrote on Sun, 09 December 2012 05:04

How can I add it a nice icon?
IIRC, on windows you can add icon using rc file, see uppsrc/ide/ide.rc for an example.

nejnadusho wrote on Sun, 09 December 2012 05:04

OK I know that there in the 'Output Directory' I have one .exe

Do I need only that .exe if I want to install my application on any other Windows machine?
Does that .exe contain all the necessary U++ library in order to run on its own or there should be some other files to support it?

Yes, the exe file should contain everything necessary to run the application. Unless of course you use some external libs or resources when linking (e.g. libs for database access or images loaded ).

Best regards,
Honza
Previous Topic: PostgreSQL Connection Errors
Next Topic: Convert M$VC console app to U++
Goto Forum:
  


Current Time: Sun Apr 28 03:17:04 CEST 2024

Total time taken to generate the page: 0.04154 seconds