imgui-node-editor
imgui-node-editor copied to clipboard
unresolved external symbol error
hello after i used application.h i get these errors (im using visual studio 2019)
Error LNK2019 unresolved external symbol "class std::unique_ptr<struct Renderer,struct std::default_delete<struct Renderer> > __cdecl CreateRenderer(void)" (?CreateRenderer@@YA?AV?$unique_ptr@URenderer@@U?$default_delete@URenderer@@@std@@@std@@XZ) referenced in function "public: __thiscall Application::Application(char const *,int,char * *)" (??0Application@@QAE@PBDHPAPAD@Z) node based calculator D:\arshavir folder\projects\visual studio\node based calculator\application.obj 1
Error LNK2019 unresolved external symbol "class std::unique_ptr<struct Platform,struct std::default_delete<struct Platform> > __cdecl CreatePlatform(struct Application &)" (?CreatePlatform@@YA?AV?$unique_ptr@UPlatform@@U?$default_delete@UPlatform@@@std@@@std@@AAUApplication@@@Z) referenced in function "public: __thiscall Application::Application(char const *,int,char * *)" (??0Application@@QAE@PBDHPAPAD@Z) node based calculator D:\arshavir folder\projects\visual studio\node based calculator\application.obj 1
It does look like none of the example harness render were picked up. There are two WinAPI and GLFW for macOS/Linux:

Also your project appear to be modified, so I do not have full context. Just the above clue for you.