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 » link error with MINGW - - SOLVED
Re: link error with MINGW [message #46362 is a reply to message #46361] Wed, 27 April 2016 13:46 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 527
Registered: March 2007
Contributor
nlneilson:

It seemed you have declared variable daa as a std::string instead of a Upp::String.

daa=FormatDouble(s,dp)+","+FormatDouble(aIn,dp)+","+FormatDouble(aFn,dp);	


Right hand evaluates to a Upp::String, from provided error message, it's not what's causing the problem. So the error must be from the assignment to daa where a type mismatch occurred.


I would change daa's type to Upp::String.

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: always on top SOLVED
Next Topic: Change name of project
Goto Forum:
  


Current Time: Fri May 10 06:13:39 CEST 2024

Total time taken to generate the page: 0.02503 seconds