Re: [fpc-pascal] Good revision on wince cross-compiler

2006-12-08 Thread TOndrej
ing, making my local modifications as needed. However, my Lazarus projects are probably not typical. I only have a few very basic LCL-based windowed applications for testing and the main work consists of DLLs exposing ported Delphi code to a .NET CF host application.

Re: [fpc-pascal] Implementing a true Singleton - Can we decrease the visibility of a method?

2006-12-08 Thread TOndrej
ompiler generates a warning, but the visibility does not actually change. You would still be able to access the member, if not directly on a variable of the descendant type then certainly by typecasting to the ancestor type. HTH TOndrej ___ fpc-pascal mail

Re: [fpc-pascal] Implementing a true Singleton - Can we decrease the visibility of a method?

2006-12-08 Thread TOndrej
uage which allows demoting visibility of inherited class members. It would seem odd to me. Just my 2c, of course. ;-) HTH TOndrej ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] charset conversion

2006-12-07 Thread TOndrej
So apparently there doesn't exist a portable API on top of this. There's APR: http://apr.apache.org/ http://apr.apache.org/docs/apr-iconv/ See fpc\packages\base\httpd\httpd-2.2\apriconv directory. There are APR DLLs on Windows which you can link with. H