P
primeMover
Hi,
I have a VS2008 project where I'm using boost::thread. The project is
compiled with /clr, it's a classlibrary where I wrap access to a native
library.
Everything compiles fine. The linker gives this error:
1>Finished searching libraries
1>Search transition __pRawDllMain->__t2m@__pRawDllMain
1>Merging metadata
1>EditorFactory.obj : error LNK2022: metadata operation failed (8013119F) :
A TypeRef exists which should, but does not, have a corresponding TypeDef:
(dummy): (0x01000023).
1>Finished merging metadata
1>LINK : fatal error LNK1215: metadata operation failed (8013119F) :
What happens here? How can I fix this?
BR
pM
I have a VS2008 project where I'm using boost::thread. The project is
compiled with /clr, it's a classlibrary where I wrap access to a native
library.
Everything compiles fine. The linker gives this error:
1>Finished searching libraries
1>Search transition __pRawDllMain->__t2m@__pRawDllMain
1>Merging metadata
1>EditorFactory.obj : error LNK2022: metadata operation failed (8013119F) :
A TypeRef exists which should, but does not, have a corresponding TypeDef:
(dummy): (0x01000023).
1>Finished merging metadata
1>LINK : fatal error LNK1215: metadata operation failed (8013119F) :
What happens here? How can I fix this?
BR
pM