Xplatcppwindowsdll Updated Jun 2026
add_library(xplatcpp SHARED $SOURCES) target_compile_definitions(xplatcpp PRIVATE XPLATCPP_EXPORTS) set_target_properties(xplatcpp PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS OFF PREFIX "" # no "lib" prefix on Windows )
Run your CI/CD pipeline against the new DLL today. Pay special attention to the new allocator requirements. Drop a comment below if you encounter migration issues—the community maintains an active GitHub thread under #xplatcpp-win32-abi. xplatcppwindowsdll updated