i get a strange error when i try to compile the shader-example.
i'm using irrlicht 0.12 and VisualStudio.NET 2002.
The Error:
10.Shaders warning LNK4098: standard library ' LIBCMT ' stands in conflict with other libraries; /NODEFAULT:
What is wrong?
error compiling example 10.Shaders
-
- Posts: 40
- Joined: Mon Oct 31, 2005 1:19 pm
- Location: Netherlands
Try going to Project Settings (or whatever that is in .NET, I use vc++), going to c/c++ and adding /nodefaultlibs to the list of Project Options. This is how I recall solving the problem, not sure if it works for you.
"The shortest distance between two points is always under construction."
- Noelie Alite
- Noelie Alite