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 » Another String error solved, maybe. ( String error)
Re: Another String error solved, maybe. Not solved !! [message #46873 is a reply to message #46769] Sat, 03 September 2016 14:36 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
This is with upp 10200

three errors the same
(142): error: no matching function for call to 'Upp::String::String(Upp::EditField&)'
(150) and (158)

C:\upp-mingw-10200\upp\MyApps\DGPSmerge\DGPSmerge.cpp (150): error: no matching function for call to 'Upp::String::String(Upp::EditField&)'


C:\upp-mingw-10200\upp\MyApps\DGPSmerge\DGPSmerge.cpp (142): error: no matching function for call to 'Upp::String::String(Upp::EditField&)'





C:\upp-mingw-10200\upp\MyApps\DGPSmerge\DGPSmerge.cpp (142): error: no matching function for call to 'Upp::String::String(Upp::EditField&)'



#142 filename0=(String)OutFile;
# FileOut outF(filename0);
if(!outF) {
Exclamation("Unable to open Out file [* " + DeQtf(filename0));
return;
}

// FileIn in1((String)fn1);
#150 filename1=(String)BaseFile;
FileIn in1(filename1);
if(!in1) {
Exclamation("Unable to open Base file [* " + DeQtf(filename1));
return;
}

// FileIn in2((String)fn2);
#158 filename2=(String)RoamFile;
FileIn in2(filename2);


I don't understand what the problem is and what the upp changes are that causes this.

I still have the executable app that upp compiled before a few years ago that works OK still.

Here is a thread started by Mirek about changes "EditField::operator String() removed" with a mention of "is very easy to fix"
I do not understand what is required to be done. http://www.ultimatepp.org/forums/index.php?t=msg&goto=46 824&#msg_46824

[Updated on: Sat, 03 September 2016 15:11]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How do I swap the Ctrl in the TabCtrl ?
Next Topic: Image to an SQLite blob windows 10
Goto Forum:
  


Current Time: Wed May 08 18:27:39 CEST 2024

Total time taken to generate the page: 0.01263 seconds