Open hnisula opened 2 years ago
When compiling with #define DL_TEST_API DL_VK_API in Render.HelloWorld.Test this warning arises:
#define DL_TEST_API DL_VK_API
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?
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?