• [Connect C++] Compile Error while adding Boost library

    Hi, I'm encountering many errors while trying to include boost library inside my MDL program. More precisely I'm trying to include in my header file the IfcOpenShell libraries that have many dependencies to the boost libraries. While trying to compiling…
  • [CONNECT C++] Error LNK2001 calling function from another cpp file

    Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…