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 » U++ Library support » U++ Core » :( errors on sfx project
Re: :( errors on sfx project [message #30479 is a reply to message #30478] Tue, 04 January 2011 09:52 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Why this?
int main(int argc)
{
    ButtonApp();
}


Why not
GUI_APP_MAIN {
    ButtonApp w;
    w.Run();
}
 

?

as in <a href=" http://www.ultimatepp.org/srcdoc$CtrlLib$Tutorial$en-us.html" target="_blank">this tutorial</a>

P.S And, I guess, this problem is not related to Core? Smile

[Updated on: Tue, 04 January 2011 09:56]

Report message to a moderator

 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Arrys vs Vectors
Next Topic: CppBase/Parser.cpp patch (SVN r2960)
Goto Forum:
  


Current Time: Fri May 10 04:19:29 CEST 2024

Total time taken to generate the page: 0.01983 seconds