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 » [solved]how to use upp without the ide (what is the gcc command line?)
[solved]how to use upp without the ide (what is the gcc command line?) [message #27872] Sun, 08 August 2010 17:58 Go to previous message
pixelou is currently offline  pixelou
Messages: 3
Registered: June 2010
Location: France
Junior Member
Hello!
I suppose my topic's title is clear enough, I don't want to use theide right now, I'd rather compile with gcc from command line. However, I can't find the correct command line....
What do I need for example with this code ? :

#include <CtrlLib/CtrlLib.h>

 

using namespace Upp;

 

GUI_APP_MAIN

{

    TopWindow w;

    w.Title("My application").MinimizeBox().Sizeable();

    w.SetRect(0, 0, 200, 300);

    w.Run();

}


thanks

[Updated on: Mon, 09 August 2010 14:30]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ctrl key pressed while LeftDown: detection.
Next Topic: Removing .lay dependancy from a GUI app
Goto Forum:
  


Current Time: Sun May 05 00:35:09 CEST 2024

Total time taken to generate the page: 0.01527 seconds