public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* Strange error when linking against pthread using Visual Studio .NET
@ 2004-03-03  0:43 Benjamin Schindler
  0 siblings, 0 replies; only message in thread
From: Benjamin Schindler @ 2004-03-03  0:43 UTC (permalink / raw)
  To: pthreads-win32

I'm working with a friend on a small project that is supposed to run on
both Windows and Linux. The project makes use of threads, and so far,
the threading works just fine under Linux. However, in Windows (with the
pthread library) it wont work:

When compiling in debug mode, the program crashes with:
An unhandled exception of type 'System.TypeLoadException' occurred in
voxel.exe

Additional information: Could not load type pthread_t_ from assembly
voxel,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.

When compiling in release mode, it won't even compile: the linker fails
with
voxel fatal error LNK1254: metadata for symbol
'?vo_registerCommand@@$$J0YAXPADP6AXPAPAD@Z@Z' inconsistent with COFF
symbol table

Any ideas here?
Thank you

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-03  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-03  0:43 Strange error when linking against pthread using Visual Studio .NET Benjamin Schindler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).