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 » Appearance errors in HelloWorld app build with MSVC++ 10
Re: Appearance errors in HelloWorld app build with MSVC++ 10 [message #32268 is a reply to message #32267] Thu, 05 May 2011 11:01 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Dolphin wrote on Thu, 05 May 2011 09:16


Hi Dolhin,

Welcome to the forum! You have chosen quite a hard task Smile

index.php?t=getfile&id=3220&private=0

What I'm doing wrong here (beside on not using TheIDE Rolling Eyes)? Currently I have no clue how to fix it.

I've already seen this few times Wink Typically this happens when you link the object files in incorrect order. Have a look at the order used in theide (Setup>Be verbose & recompile). The most important thing is to list first the objects created from *.icpp files, before anything else. IIRC, the reason is that icpp files initialize some static variables (e.g. some GUI colors), so if they are listed in wrong order, some variables might have weird, uninitialized values (e.g. showing up as black background Smile ).

Best regards,
Honza
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Invalid build method
Next Topic: Eigen and UPP? (STL question?)
Goto Forum:
  


Current Time: Sun Jul 06 19:36:55 CEST 2025

Total time taken to generate the page: 0.03646 seconds