[GnuWin32-Users] Multi-threaded

2010-06-11 Thread Ruben Thijssen
Hi there, A small question about libmagic. I am creating a c# wrapper and when I run the application single threaded libmagic doesn't have a problem with it. But when I turn to multithreaded I get AccessViolation exceptions. This exception occurs because the magic_t pointer in all threads point

Re: [GnuWin32-Users] linking error: unresolved symbols drand48_r, stdin and stdout

2010-06-11 Thread Kees Zeelenberg
-- From: "Qianqian Fang" > After putting -lgw32c -lole32 at the end of the command line, > the linking error for drand48_r has gone. However, there are > still 10s of unresolved references error for stderr, stdin > and stdout. Are there anything else