So I'm using MS2010 and have a Source SDK Base, based off this tutorial:
http://www.mpgh.net/forum/437-vindic...ell_demon.html
It's what I've made all my consoles with and my current project DankSole is now using it.
It works fine until I try to use certain things. For example: Currently needing to use AngleVectors().
If I use AngleVectors() or various other things when I inject my dll I get an error that says "the application failed to start because tier0.dll is missing from your computer, please reinstall the application and try again".
I get the same problem using things like GetDefault() which gives me the same error but for vstdlib.dll.
tier0.lib is in my project and tier0.dll is in all the places it should be.. (steam bin, vindictus bin).
I've tried this suggestion from Hell_Demon "#pragma comment(lib, "tier0.lib")" with no success.
Everything will work great if I copy tier0.dll from the Vindictus/bin folder to the folder Vindictus.exe is in, but I'd really like to avoid having to tell all my users to do that for my future release.
Can't find any related solution's on the web after hours of searching and nobody I talk to understands or can solve the problem. I'm hoping someone around here may have some insight.