Re: [fpc-pascal] line numbers in valgrind output ?

2006-09-07 Thread Leducq Dominique
Le Jeudi 7 Septembre 2006 20:42, Peter Vreman a écrit : > > I can't figure out how to get source code filename & line numbers in > > Valgrind output. What is the correct flags association ? > > > > I tried -gv, -gv -g, -gv -gw, -gv -gl,... > > > > I'm using Valgrind 3.2.0 in Debian Etch GNU/linux f

Re: [fpc-pascal] line numbers in valgrind output ?

2006-09-08 Thread Leducq Dominique
Le Vendredi 8 Septembre 2006 12:06, Peter Vreman a écrit : > > Le Jeudi 7 Septembre 2006 20:42, Peter Vreman a écrit : > >> > I can't figure out how to get source code filename & line numbers in > >> > Valgrind output. What is the correct flags association ? > >> > > >> > I tried -gv, -gv -g, -gv -

Re: [fpc-pascal] Linux library access violation

2006-10-29 Thread Leducq Dominique
Le Lundi 30 Octobre 2006 01:13, Chris a écrit : > I get an "Access violation" when I call a function from a C library. > > Not sure if I can explain well enough, so I will just post the code: > > The C library: > #include > #include > > int testreturn(const char *thename, char *rcity, char *rstat

Re: [fpc-pascal] charset conversion

2006-12-08 Thread Leducq Dominique
Lot of thanks to alll for your answers ! I'll now try to make best use of them. Dominique. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Windows-->Linux library

2007-02-14 Thread Leducq Dominique
Le Mercredi 14 Février 2007 09:19, Michel Meunier a écrit : > Hello, > With your help, my initial library .dll writen with Delphi, is now > working at about 95% when compiled with fpc. Now my goal is to get a .so > library under Linux. So I have begun to compile it under linux. > There are a lot of