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.
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
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
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