From: Andrew G. <ag...@em...> - 2001-09-26 19:18:24
|
On 26 Sep 2001 21:37:14 +1000, David L Robinson wrote: > Just purchased CodeWarrior 7 for Mac & Windows, unwrapped and > installed, started to compile ButtonMessage demo. All source files > compile with no problems except for ZDragClip_Win.cpp . The problem actually showed up, if I remember correctly, in CW Pro 6. The windows headers' declaration of QueryInterface was 'helpfully' enhanced to take either a pointer to a pointer to void or to be a template function taking only a pointer to a pointer to a type -- the detected type is then used to invoke the compiler intrinsic __uuidof. There's a revised set of code at: <http://www.zoolib.org/bleedingedge> that has Pro 6 fixes. I'm getting pretty settled in to my new house and office, which process has kept me from getting zoolib checked into CVS on sourceforge, at which point fixes for the problems that get reported on this list will be not just implemented but also be available in a timely fashion. A+ |