All this is in VS2017.
All the provided C# examples I've tried, I can open and run from the relevant default KMotion install directory, however when I try and create a project/solution in another directory, they all fail at creating the KM_Controller.
I've even tried copying the SimpleGCodeWPF example to another directory, updating the KMotion_dotNet reference, and it still fails to create a KM_Controller.
I'm sure it's something obvious, but I'm failing to find it. Or is it some kind of windows permission issue, due to using a directory out with the KMotion directory? If so, can I just copy the KMotion_dotNet DLL to the project directory?
Unable to create KM_Controller
Moderators: TomKerekes, dynomotion
Re: Unable to create KM_Controller
OK, figured it out.
I need to set the target directories for the builds to the main KMotion Debug/Release directories.
I need to set the target directories for the builds to the main KMotion Debug/Release directories.
- TomKerekes
- Posts: 2741
- Joined: Mon Dec 04, 2017 1:49 am
Re: Unable to create KM_Controller
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Unable to create KM_Controller
Thanks Tom, bookmarked for future reference.