Clemens Schiffer

Results 8 comments of Clemens Schiffer

Hi, sorry for the late reply. I am not sure if understand fully, but some general pointers: The SYNC and ASYNC refer to the type of callback of the functions,...

Hi, the dependencies have to be available in the same cross-compile configuration. Have you seen this old issue, I had: https://github.com/modelica/DCPLib/issues/5 I had xerces and libzip build from source with...

For zlib there is a package available (at least in Ubunutu 18.04) then libzib is built on top of that: apt install libz-mingw-w64-dev I do have a docker file with...

Found it. Note: I had to redact some urls since I had those code repos hosted internally, so replace [[ url ]] parts with a respective code repo. I think...

Cross-Compiling is easiest because you can rely on the system packages for dependencies, all the steps should be in the docker file excerpt above. Building natively on Windows: Basically you...

I think we should keep this issue strictly to compilation. If you think this may be an issue with DCPLib it would be most helpful to have a self-contained minimal...

Hello @svanimisetti, sorry for the late reply. Basically you can do what @femust suggested, I think this still qualifies as cross-compiling. Building natively with MSVC is possible, as I wrote...

Hello @svanimisetti, thank you for your interest and the feedback! If you needed any steps to compile natively on windows other then or more detailed then here https://github.com/modelica/DCPLib/issues/62#issuecomment-1047075782, feel free...