From: poy <po...@12...> - 2007-11-08 18:45:43
|
> Ok, this should go to the smartwin widget instead...along with a version > check function to > aspectcontrol for example (or some better place maybe, ideally it would be > static and defined in a > .cpp file)... > > /J i did it in win32/ and used a bool in WinUtil because DC++ already checks the Common Controls version on startup, and if the version is too old it displays a MessageBox. or should i move the whole checkCommonContrlols() function (along with its MessageBox) in smartwin/ ? if it's static the MessageBox would appear only once so yeah that should also work. poy |