[fpc-pascal] Looking for ncurses.pp

2004-11-13 Thread Karim Forsthofer
Hello I`m looking for the orginal sources of the fpc ncurses bindings from Michael Van Canneyt. Only the compiled file is included in the fpc installation. I`ve try to download packages.zip (from http://www.freepascal.org/develop.html), but the links on this site and on the mirrors seems to

[fpc-pascal] memory leaks with com interfaces?

2004-11-13 Thread Dean Zobec
I have some problems with com interfaces (refcounted): in this simple program heaptrc reports a memory leak even if the destructor was correctly called: {$mode objfpc}{$H+} {$interfaces com} program moneyleak; type IMoney = interface ['{AAD734A1-6F35-D911-9C73-C6AC7996EDD0}'] function Add