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++ Widgets - General questions or Mixed problems » strange looking window
Re: strange looking window [message #9379 is a reply to message #9373] Thu, 03 May 2007 17:21 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Once again, this is .icpp issue.

U++ TheIDE handles these files differently - they are always linked as .obj, never as .lib. This is because they usually contain constructors (e.g. registration of Image formats) and no linkage to other .obj files, which would result in eliminating them by linker. If they are brought in as .obj, linker cannot eliminate them and constructor are called.

Search for other thread about VC++ projects (frankly, I am not sure what is the final verdict here...)

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with ScrollContainer...
Next Topic: Couldn't enable LLOG in X11Wnd.cpp
Goto Forum:
  


Current Time: Mon May 13 19:08:31 CEST 2024

Total time taken to generate the page: 0.02466 seconds