/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?
Nick
Hey, this is different bug. It does not mean anything is wrong with IDOK.
Can you show me the piece of code? (My guess is that you are storing dialog result code into wrong type of variable...)