-
Notifications
You must be signed in to change notification settings - Fork 6
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
Intercept plugin template - Links errors #5
Comments
Your compiler is omitting things because it thinks they are not used. And then trips over itself when it finds out they are indeed needed.
which? Also that is not the correct include path in your screenshot. Should just be Have you tried compiling x64? Barely anyone uses 32bit anymore. This is apprently going wrong: |
What? Why are you building intercept core files? Try not using cmake directly, but instead using the "Open Folder" feature of visual studio, and let it do the cmake stuff. |
Hi, i have clone and make the source with cmake 3.14.2, configured with visual studio 2017. I try to build template-plugin but i had missing headers.I fix it with copy and paste client & host folder.
I try to build again and now i have some links errors.
Thanks
The text was updated successfully, but these errors were encountered: