Op 2011-02-21 10:02, Florian Klaempfl het geskryf: > > .... the different handling of temp. interfaces in > FPC which is only a implementation detail?
Sorry, no idea how that relates to this discussion. Also, please drop the childish remarks. Grow up and act your age! > When did String change from ShortString to LongString (actually > AnsiString) in ObjFPC? I meant the usage of String, and how it's meaning can be toggled with a simple compiler directive - yet no other code changes are required from the developers side. As such, the String type (meaning AnsiString) can naturally evolve to mean "a String with text encoding support" - no need for a new type like EncodingEnabledString or CodePageString etc, etc. > ObjFPC used AnsiString for a String from the > beginning ... Learn your own compiler! ;-) Theo is correct, mode ObjFPC defaults to ShortString, not AnsiString. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
