I recently upgraded to from VS 2003 to VS 2005 and when linking with nerogluert.lib I get an error at runtime:
R6034
An application has made an attempt to load C runtime incorrectly.
Apparently this is caused by the incompatibility between the VS 2005 C runtime and the VC++ 6.0 one (with which neroapigluert was complied, I suspect).
So, my question is: do I have any chance to make my application working with VS 2005? A workaround maybe?