Anybody use evc4 to link an vs2005 built static library? The
compiler errored when linking with error message of incompatible c
runtime library. Anybody know how to solve this problem, I can't use
an .dll in my project ...
eVC4 is a cross compiler (meaning it compiles code for another type of CPU on your PC's CPU). Therefor it is very likely that the code in the lib (which is compiled with a normal compiler) is completely useless for your cpu ;-). Also CE is somewhat limited in it's API compared to a normal PC so not everything might work anyway.
try to compile the library in eVC4?
or look for an alternative