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