Hi,
I created a module which contains two C++ classes and on my machine everything works fine.
I'm now trying to install the module on a brand new computer with just FlexSim installed and I think there's something missing because FlexSim just can't start.
I solved this by installing everything VS needed to compile the project.
Next week, I'll need to do the same in a virtual machine that doesn't have VS installed and doesn't have Internet either.
So, I'll need to push every external dependency needed by the SDK module before.
Do you have a list of what is required ?
I know that Windows SDK is required, but I can't say what else is required, as I know that the dll includes some dependencies.