OperatorLibDemo fails to launch
Posted: 15 Nov 2016, 17:31
The Operator library has a demo that is included under contribs, OperatorLibDemo, that fails to launch when it is built. By default, it seems the executable is place in the .../prog directory and the OperatorLib.dll is also there but the executable doesn't recognize it. After further inspection, it was discovered the the executable is also located in ...\build\CMakeFiles\contrib\OperatorLibApplications\OperatorLibDemo\Release. After placing the dll here, the executable was then able to run whether it was initiated from the ...\build\CMakeFiles\contrib\OperatorLibApplications\OperatorLibDemo\Release or the ...\prog directory. Not sure how to update the CmakeLists.txt to resolve this issue so it doesn't arise in the default build.