You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I'm only doing maintenance work on this project anyway, I'm not too keen on actively supporting multiple VS versions, sorry.
There may be further issues than these when you actually get it to build with VS2017 (wouldn't know, haven't checked) since the code assumes some similarities between our MSVCRT build and Ragexe's, so I strongly recommend just building this with Visual Studio 2015.
Error C1047: Object file created with an older compiler than other objects
You'd need to switch the Platform Toolset for the DLL to v141 and possibly manually copy the appropriate libMinHook-xxx.lib to <solution directory>\packages\minhook.1.3.3\lib\native\lib.
and There is also an error saying that missing dinput.lib
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'versioninfo.h': No such file or directory Injection C:\Users\Aizhell\Desktop\Zumbot\SimpleROHook-2018-04-11\Injection\dllmain.cpp 11
@drdaxxy When compiling in Visual Studio 2017 15.5.0 the following error occurs on the minHook
Error C1047: Object file created with an older compiler than other objects
and There is also an error saying that missing dinput.lib
The text was updated successfully, but these errors were encountered: