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   |
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
|
|
|
 |
|
Another String error solved, maybe.
|
 |
|
String error has not been solved
|
 |
|
Re: String error has not been solved
By: deep on Tue, 16 August 2016 11:54
|
 |
|
Re: String error has not been solved
|
 |
|
Re: Another String error solved, maybe. Not solved !!
By: nlneilson on Sat, 03 September 2016 14:36
|
 |
|
Re: Another String error solved, maybe.
By: deep on Sun, 04 September 2016 17:30
|
 |
|
Re: Another String error solved, maybe.
By: nlneilson on Sun, 04 September 2016 20:47
|
 |
|
Re: Another String error solved, maybe.
By: deep on Mon, 05 September 2016 15:24
|
 |
|
Re: Another String error solved, maybe.
By: nlneilson on Mon, 05 September 2016 18:35
|
 |
|
Re: Another String error solved, maybe.
By: cbpporter on Fri, 09 September 2016 10:43
|
 |
|
Re: Another String error solved, maybe.
By: deep on Fri, 09 September 2016 11:50
|
 |
|
Re: Another String error solved, maybe.
By: mirek on Sat, 10 September 2016 07:49
|
 |
|
Re: Another String error solved, maybe.
By: cbpporter on Sat, 10 September 2016 09:00
|
 |
|
Re: Another String error solved, maybe.
By: mirek on Sat, 10 September 2016 09:49
|
Goto Forum:
Current Time: Fri May 02 03:39:49 CEST 2025
Total time taken to generate the page: 0.01100 seconds
|