On Wednesday, 25 April 2012 at 17:59:38 UTC, Andrej Mitrovic wrote: > On 4/25/12, Nicolas Sicard <dransic at gmail.com> wrote: >> --- file main.c --- >> extern void mylib_init(); >> extern void mylib_free(); > > Try changing void to bool there. This was a typo in my first post. The problem is elsewhere. Thanks