Op 2010-09-13 13:47, Martin Schreiber het geskryf: > > I can not use resource strings because FPC resource strings are not unicode > capable AFAIK.
Probably related to your choice of UCS-2 - I don't really know the specific issues you have, so it is hard to tell. I can say that I have been using resource strings (with unicode text) for ages, but fpGUI and my projects use UTF-8 internally, which obviously works around (mostly) the "lack of Unicode support in FPC" because UTF-8 text can be treated as a byte array. > in order to access protected class members (remember my request for "friend > units"?). I would love this one too. What I didn't know is that we take a penalty for using local classdefs to get access to protected methods. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel