ExtraJuiceMan / ChristWareAmongUs

A cheat for the recently popular fad game Among Us
MIT License
110 stars 33 forks source link

Can't compile (LNK2019 & LNK1120) #49

Closed illuminator3 closed 3 years ago

illuminator3 commented 4 years ago

When trying to compile it gives me these 2 errors: LNK2019 unresolved external symbol _D3D11CreateDeviceAndSwapChain@48 referenced in function "bool __cdecl GetD3D11SwapchainDeviceContext(struct IDXGISwapChain * *,struct ID3D11Device * *,struct ID3D11DeviceContext * *)" (?GetD3D11SwapchainDeviceContext@@YA_NPAPAUIDXGISwapChain@@PAPAUID3D11Device@@PAPAUID3D11DeviceContext@@@Z) ChristWareAU \D3D11Hooking.obj1 and LNK1120 1 unresolved externals ChristWareAU \Debug\ChristWareAU.dll 1 How do I fix this?