-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2019 build failed #1
Comments
The Makefile in the project directory is designed for GCC under Linux. If you use Visual Studio, you should refer to the Makefile in the directory sample\window, or create a Visual Studio solution.You just need to add call_thunk.cpp/call_thunk.h to your project. |
I also tried g++ with Ubuntu 18.04, but get some errors when compiling |
Please use call_thunk.cpp, which generates libthunk.so. |
It seems that |
thunk_code_x64.cpp and thunk_code_x86.cpp are implementations of thunk_code.cpp. |
struct thunk_code ..... to #include "call_thunk.h"
namespace call_thunk {
struct thunk_code .....
} |
I tried call_thunk with Visual Studio 2019 with some errors.
May you try to build call_thunk with Visual Studio 2019?
Thanks!
The text was updated successfully, but these errors were encountered: