Matt Emson wrote:
>> Because of
>> the superior functionality valgrind offers, I've installed vmware at my
>> pc at work and compile sometimes my programs with gcc (usually developed
>> with MSVC) to find memory leaks, dangling pointers etc.
> 
> Hmmm... so GCC produces the exact same output as MSVC now? 

No, why should this be necessary? By default program is built with MSVC, to do
error testing of the non gui part which is the biggest part, the non gui stuff
is compiled with gcc on linux and tested with valgrind.

> I don't think so.
> All you'll find are syntactical errors mainly.

Maybe you. Not me. Doesn't seem that you ever used valgrind.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to