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 #32272 is a reply to message #32267] Thu, 05 May 2011 14:29 Go to previous messageGo to previous message
Dolphin is currently offline  Dolphin
Messages: 3
Registered: May 2011
Junior Member
Ok, I fixed the problem. Smile The cause was, that the object files that are created by ICPP files cannot be linked into a LIB.

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.

For reference: This thread describes the same problem.

P.S. I was searching the forum for nearly an hour, but I couldn't find a thread similar to my problem. Should have searched for "LNK4221". But at the time of searching I wasn't really aware of that being the cause of the problems ...
 
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: Tue Jul 08 16:33:25 CEST 2025

Total time taken to generate the page: 0.02702 seconds