techiew / DirectXHook

DirectX 11/12 hook including a simple overlay framework.
181 stars 23 forks source link

Mismatch detected for 'RuntimeLibrary' on build #12

Closed Martos closed 12 months ago

Martos commented 1 year ago

Hi, when i try to build with debug or relase X64 i received the error

LNK2038 mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MTd_StaticDebug' in Example.obj DirectXHook DirectXHook\DirectXTK.lib(SpriteBatch.obj)

Thanks

techiew commented 1 year ago

Try changing this setting: image

Martos commented 12 months ago

Thanks, it worked !