*sigh* no joy. Optimisation wasn't even enabled to begin with.
I heeded your other suggestions, but with the same result. It's interesting to notice, though, that the error goes both ways: If orbiter.lib is loaded first, I get the above error. If ummusdk is loaded first, I get the message inversed, I.E. orbiter.lib complaining about ummusdk.lib...
Did I mention that I hate compilers? :facepalm:
---------- Post added at 09:02 AM ---------- Previous post was at 08:23 AM ----------
I cleaned up all my include paths. Both orbitersdk.h and ummusdk.h are only included in one header file now, , without affecting the result.
What strikes as very weird, though, is that I can completely remove ummusdk from the additional dependencies list and the error still persists. I.E. he seems to be linking it although it isn't mentioned anywhere in the project settings.
Removing orbiter.lib from the additional dependencies, though, results in major mayhem, and the two are located in the same directory...
I heeded your other suggestions, but with the same result. It's interesting to notice, though, that the error goes both ways: If orbiter.lib is loaded first, I get the above error. If ummusdk is loaded first, I get the message inversed, I.E. orbiter.lib complaining about ummusdk.lib...
Did I mention that I hate compilers? :facepalm:
---------- Post added at 09:02 AM ---------- Previous post was at 08:23 AM ----------
I cleaned up all my include paths. Both orbitersdk.h and ummusdk.h are only included in one header file now, , without affecting the result.
What strikes as very weird, though, is that I can completely remove ummusdk from the additional dependencies list and the error still persists. I.E. he seems to be linking it although it isn't mentioned anywhere in the project settings.
Removing orbiter.lib from the additional dependencies, though, results in major mayhem, and the two are located in the same directory...