On Wed, Mar 14, 2007 at 08:28:00PM +0100, Felipe Monteiro de Carvalho
wrote:
> Any other ideas? I tryed to open the .lib file with a HEX editor to
> search for _ZN, or other strings that would reveal the mangled name,
> but it was futile.
Try the demangling code from valgrind...
Leslie
--
NE
On Tue, Mar 06, 2007 at 04:40:49PM +0700, Bisma Jayadi wrote:
> >Is the 'graph' unit a candidate for this (I remember it to be easily
> >used from my Turbo Pascal days), or is there a better alternative?
>
> If you're considering compatibility with other pascal compilers
> (TP/BP, FPC, Delphi) the
Since I would like to use FreePascal, among other things, for teaching,
it would be great for me to have a simple library of drawing functions,
i.e. very simple setup (one function call), cross-platform (but only
GNU/Linux is also okay) and pretty high-level overall.
Is the 'graph' unit a candi
Dear FreePascal adepts,
when I was younger (about seven years ago), I wrote several programs
in Borland's Turbo Pascal version 7 (IIRC).
I then learned C and haven't looked much at Pascal ever since.
However, I'm still fond of Pascal's clear syntax, so I would like
to know more about its adva