UHSL-Marcus
UHSL-Marcus
Thanks for replying. I have had to "adjust" the Dockerfiles slightly, I merged base in with the main file & I needed to add some extra apt installs to get...
I will try a complete rebuild too edit: Same error
Have you had a chance to reproduce this?
I renamed the project but nothing more. I managed to make it work by exporting the classes. I made this definition #ifdef _SHARED #define EXPORT __declspec(dllexport) #else #define EXPORT __declspec(dllimport)...