Thank you very much, I was able to load it correctly and everything seems to work fine, let's see if in a few days I'll clean up the equations and upload a video of how it works.TomKerekes wrote: ↑Thu Sep 29, 2022 6:28 pmVisual Studio has various build configurations. Basically Debug and Release. Debug is less optimized and easier to Debug. Release is more optimized but difficult to debug. Debug code is placed in the \KMotion\Debug folder. Release code is placed in the \KMotion\Release folder.
Your desktop icon probably points to the Release folder. If so rebuild in the Release Configuration to recompile the Release code.
Greetings and thanks for the help.