[vtkusers] lnk2005
Wesley Smith
wesley.hoke at gmail.com
Tue Feb 12 05:00:33 EST 2008
Welcome to the wonderful world of M$ dev. You're mixing C/C++ runtime
libraries. There are 4 possible choices:
1) single threaded debug
2) single threaded
3) multi threaded debug
4) multi threaded
You need to make sure you don't mix them. In other words, the libs
you link against need to use the same runtime lib as your app
settings.
wes
On Feb 12, 2008 1:57 AM, kývýlcým helhel <kvlcm_helhel at yahoo.com> wrote:
> Hi,
> I make the linker knowing the places of lib files.But now I get lots of
> lnk2005 errors warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
> other libs; use /NODEFAULTLIB:library. I have tried excluding the offending
> libraries but this leads to missing symbols.
>
> How can I fix this problem?? I use vtk5.0.4 and .NET 2003
>
>
> ________________________________
> Looking for last minute shopping deals? Find them fast with Yahoo! Search.
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
More information about the vtkusers
mailing list