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
{{ message }}
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
Please post your source code (snippet) to see what are you doing. Interesting will be: your makefile (or gcc/clang/... options), then all your includes in all your header files (except includes in nuklear.h) and finally the lines in your app source code producing these warnings. On my first guess I would say, that there is some issue with includes 😉 (see Readme carefully to see what works and what is forbidden).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1>Drawing.obj : error LNK2019: unresolved external symbol "struct nk_context * __cdecl nk_d3d9_init(struct IDirect3DDevice9 *,int,int)" (?nk_d3d9_init@@YAPAUnk_context@@PAUIDirect3DDevice9@@hh@Z) referenced in function "void __cdecl Draw::setupNuklear(struct IDirect3DDevice9 *)" (?setupNuklear@Draw@@YAXPAUIDirect3DDevice9@@@z)
I keep getting this error. Any solutions?
The text was updated successfully, but these errors were encountered: