hnisula / ducklib

A library made out of ducks
1 stars 0 forks source link

Link warning when using Vulkan API #30

Open hnisula opened 2 years ago

hnisula commented 2 years ago

When compiling with #define DL_TEST_API DL_VK_API in Render.HelloWorld.Test this warning arises:

LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

Different runtime libraries used in the Vulkan lib vs DuckLib or debug/release mismatch?