nixnixnix Messages: 415 Registered: February 2007 Location: Kelowna, British Columbia
Senior Member
Hi Mirek,
No the only message I get is
Quote:
/home/user/MyApps/OpenWind/MetMastLayer.cpp:247: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
/home/user/MyApps/OpenWind/MetMastLayer.cpp:247: note: candidate 1: operator!=(int, int) <built-in>
/home/user/upp/uppsrc/Core/Value.h:187: note: candidate 2: bool Upp::operator!=(bool, const Upp::Value&)
however I notice that there are lots of IDOK in the uppsrc so I don't understand why mine are not ok. Just to give you some background: I have got my project to build by simply copying the latest source files over the top of those in the 2007.1 release. Is this correct?