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 #32273 is a reply to message #32272] Thu, 05 May 2011 15:13 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1792
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Dolphin wrote on Thu, 05 May 2011 14:29

My current solution simply adds the ICCP files of U++ to the source files of the application in the CMake build step. Then the ICPPs get compiled to object files and are directly linked with the rest of the application. Surely not the best method, but for now it works.

This is in fact the same approach as is used by theide and all other build systems. Also it is probably the only possible solution Smile The code in icpp files is often not referenced from anywhere else, so linker can mistakenly throw it away, if linked in any other way.

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 Aug 24 19:59:27 CEST 2025

Total time taken to generate the page: 0.08662 seconds