-
I do receive your emails, and have tried on more than one occasion
to reply! However, I get bounce-backs...
Feel free to email me with an email address that definitely receives
mail ok.
2005-09-06 10:25:50 UTC in qmptombox
-
vstgui.h, line 269 is:
CColor& operator = (CColor newColor)
This function is seemingly intended as an override for the
assignment operator.
The Visual Studio C++ .net 2003 compiler can fail (crash and exit)
when attempting to compile this function.
If this is indeed intended as an override for the assignment
operator, the line should read:
CColor& operator = (const CColor&...
2004-11-04 15:51:51 UTC in vstgui
-
zerodb committed patchset 2 of module qmptombox to the qmptombox CVS repository, changing 5 files.
2004-07-27 10:26:00 UTC in qmptombox
-
zerodb committed patchset 1 of module qmptombox to the qmptombox CVS repository, changing 5 files.
2004-07-27 10:26:00 UTC in qmptombox
-
zerodb registered the qmptombox project.
2004-07-26 09:59:57 UTC in qmptombox