1
Article Discussions / Re: Games with older SDL and FSLIB
« on: July 25, 2025, 12:25:53 pm »
did you adjust
else()
if(WIN32)
set(XERCES_PLATFORM_EXPORT "__declspec(dllexport)")
set(XERCES_PLATFORM_IMPORT "__declspec(dllimport)")
if (MSVC)
set(XERCES_TEMPLATE_EXTERN)
endif()
set(XERCES_DLL_EXPORT 1)
endif()
in xerces-c-3.3.0\cmake\XercesDLL.cmake
If not it can't work of course
else()
if(WIN32)
set(XERCES_PLATFORM_EXPORT "__declspec(dllexport)")
set(XERCES_PLATFORM_IMPORT "__declspec(dllimport)")
if (MSVC)
set(XERCES_TEMPLATE_EXTERN)
endif()
set(XERCES_DLL_EXPORT 1)
endif()
in xerces-c-3.3.0\cmake\XercesDLL.cmake
If not it can't work of course