zproject icon indicating copy to clipboard operation
zproject copied to clipboard

MSVC / Windows confusion

Open diorcety opened this issue 7 years ago • 1 comments

Here https://github.com/zeromq/zproject/blob/master/zproject_cmake.gsl#L281 It said that it is specific to Windows, but the if is related to MSVC. The if is not correct it should be WIN32, because the issue also append with gcc or clang (using msys2 for example) Which I'm confirm, the sources are not compiled with CZMQ_EXPORTS and DLL_EXPORT, so at the end the dll can't be created.

diorcety avatar Jun 12 '18 16:06 diorcety

Is this still relevant? The line says:

for class where draft
.       if project.use_cxx

sphaero avatar Jun 04 '20 12:06 sphaero