|
From: Guilherme M. <gui...@gm...> - 2008-08-19 12:23:41
|
Hi, I've being using Valgrind since a long time, as a programmer, to help me checking errors on my code... I'm getting some trouble trying to wrap methods, and I can't find the answer... I tried the Manual's example, with no success... Tried some googling, got no usefull info... Then, I downloaded Valgrind's source code, and compiled wrap1.c... Again, no success... Both I tried using and not using valgrind.. Am I missing something? Should I compile with any parameter? I'm using GCC 4.2.3, under Ubuntu... Thanks in advance! |