From: Jacek S. <arn...@gm...> - 2008-01-14 15:30:50
|
> I would prefer MikeJJ please, since i'm trying to ditch the nick Pothead. I've also been meaning to ask if the "Pothead" in the About Box and changelog could be changed to MikeJJ for a while, but was waiting for the right time to ask ;) Getting older? =) > Also from my notes of current working copy, might as well ask this one now: > > UserInfoBase.h needed #include adding to get rid of these errors: > win32\/UserInfoBase.h:96: error: 'Text' has not been declared > is that the best thing to include ? as it also works including WinUtil.h Always include the file that declares the class, in this case Text.h... /J |