namazso / nSkinz

Skin changer for CS:GO
MIT License
219 stars 116 forks source link

1>Renderer.obj : error LNK2001: unresolved external symbol "long __cdecl ImGui_ImplDX9_WndProcHandler(struct HWND__ *,unsigned int,unsigned int,long)" (?ImGui_ImplDX9_WndProcHandler@@YAJPAUHWND__@@IIJ@Z) #21

Closed eue398 closed 6 years ago

eue398 commented 6 years ago

When I update the ImGui version to the latest one I get this error 1>Renderer.obj : error LNK2001: unresolved external symbol "long cdecl ImGui_ImplDX9_WndProcHandler(struct HWND *,unsigned int,unsigned int,long)" (?ImGui_ImplDX9_WndProcHandler@@YAJPAUHWND__@@IIJ@Z)

wthueb commented 6 years ago

https://github.com/ocornut/imgui/blob/master/examples/directx9_example/imgui_impl_dx9.h#L19-L24

ghost commented 6 years ago

Calm down I fixed it https://github.com/namazso/nSkinz/pull/22

wthueb commented 6 years ago

oh lmao didn't know that changed. my bad

namazso commented 6 years ago

PR merged, thanks.

taoro-asami commented 6 years ago

I get the same Linker error with the updated function

namazso commented 6 years ago

I pushed an update an hour ago that supposedly fixed this. Have you tried the following commands:

git pull
git submodule update --recursive

Does the problem still persist after these?

taoro-asami commented 6 years ago

thx fixed it <3