> You can test it, I just comited it to the repository :). I tried to compile it and unfortunately I'm getting this:
core/nuiWidget.cpp: In member function `virtual bool nuiWidget::DrawWidget(nuiDrawContext*)': core/nuiWidget.cpp:434: error: `GetClipRect' undeclared (first use this function) core/nuiWidget.cpp:434: error: (Each undeclared identifier is reported only once for each function it appears in.) core/nuiWidget.cpp: In member function `void nuiWidget::AnimateAll(bool, bool)': core/nuiWidget.cpp:1116: warning: passing `float' for default argument 1 of `virtual void nuiAnimation::Play(unsigned int, nuiAnimLoop)' core/nuiWidget.cpp:1116: warning: argument to `unsigned int' from `float' core/nuiWidget.cpp: In member function `void nuiWidget::StartAnimation(const nglString&, double)': core/nuiWidget.cpp:1136: warning: passing `float' for default argument 1 of `virtual void nuiAnimation::Play(unsigned int, nuiAnimLoop)' core/nuiWidget.cpp:1136: warning: argument to `unsigned int' from `float' core/nuiWidget.cpp: In static member function `static bool nuiWidget::CallVerb_nuiWidget(nuiWidget*, const nglString&, nuiAutomatable::Operation, nuiParamVector&, nuiVerbDictionary*)': core/nuiWidget.cpp:1195: warning: statement with no effect core/nuiWidget.cpp:1195: warning: statement with no effect core/nuiWidget.cpp:1195: warning: statement with no effect make[2]: *** [core/nuiWidget.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 And also, how to check what you added? What classes/procedures? ChangeLog shows very old updates. So, what should I add to examples to make them switch off the antialiasing? > Last time I tried it worked well but I don't use VC6 anymore as 2002 and > 2003 are really faster and my other projects depends on the new > compiler. I don't want to have all the IDEs & compiler installed on all > the machines... Not counting the time needed to sync all the mutually > incompatible project files... The place for a VC6 maintainer is still > free for whoever wants to take care of it ;). No, I know too little about intrinsics of VC :) I'm a technical writer, so I possibly can develop documentation which ngl&nui severly missing. However, not now, I'm mixing work & studying now, so I'm really busy.