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
1>swap_buffers.obj : error LNK2019: unresolved external symbol __imp__ezpp_new referenced in function "int __stdcall hooks::swap_buffers(unsigned int)" (?swap_buffers@hooks@@YGHI@Z)
1>swap_buffers.obj : error LNK2019: unresolved external symbol __imp__ezpp referenced in function "int __stdcall hooks::swap_buffers(unsigned int)" (?swap_buffers@hooks@@YGHI@Z)
1>swap_buffers.obj : error LNK2019: unresolved external symbol __imp__ezpp_set_autocalc referenced in function "int __stdcall hooks::swap_buffers(unsigned int)" (?swap_buffers@hooks@@YGHI@Z)
The code I posted above obviously isn't exactly how I use it, but inside main are all function I am invoking. I built oppai using "libbuild.bat" from the "x86 Native Tools Command Prompt for VS 2017", and as you might have read, I am using Visual Studio 2017. Only settings changed in the project is the C++ language standard, which is set to C++17.
The text was updated successfully, but these errors were encountered:
I am including/linking oppai using following code, and when compiling this simple snippet:
I am getting following build errors:
The code I posted above obviously isn't exactly how I use it, but inside
main
are all function I am invoking. I built oppai using "libbuild.bat" from the "x86 Native Tools Command Prompt for VS 2017", and as you might have read, I am using Visual Studio 2017. Only settings changed in the project is the C++ language standard, which is set to C++17.The text was updated successfully, but these errors were encountered: