thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
845 stars 119 forks source link

Unresolved Externals in DX11 example project #18

Closed JoshParker11 closed 5 years ago

JoshParker11 commented 7 years ago

Hi, sorry to bug you again, thought I had it worked out, got everything to build at one point, until I tried to build the example project, I got these unresolved externals: image

I'm building in debug, x86

thennequin commented 7 years ago

No problem for me with Visual Studio 2012, debug Win32. Try in x64.

thennequin commented 7 years ago

You solved your problems?

JoshParker11 commented 7 years ago

Sorry just got back into the country and around internet. Ya, I ended up just changing the target machine type to 64 bit then changed it back to 32 and it worked fine. I don't know, settings ended up being the same as they started, must have just been a weird build thing.

thennequin commented 7 years ago

Ok so i close the issue?