libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libextractor] Regarding libextractor


From: N. Durner
Subject: Re: [libextractor] Regarding libextractor
Date: Tue, 21 Mar 2006 07:38:22 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi,

> I am using it in my 'c' program, but I am getting access violation
> error for this statement
> "EXTRACTOR_ExtractorList *extractors = EXTRACTOR_loadDefaultLibraries();"
Difficult to say.
Please build non-optimized binaries of libextractor (if possible) using
 CFLAGS="-O0 -g" ./configure ...
and use the GNU debugger (gdb) and/or the memory debugger valgrind.

> Is there any other step I have to do before calling
> "EXTRACTOR_loadDefaultLibraries"
You have to initialize PlibC ("InitWinEnv()") under Windows/MinGW.

libextractor has a sample application called "extract". Does it crash, too?



    Nils Durner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]