FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
03-30-2023 03:23 PM
hello,
I wanted to build a DLL file for windows and I tried with visual_code inside the ubuntu environment but this dll was not readable by windows applications.
I have also tried it with visual studio on windows but I was stopped by getting an unusual error.
I want to build DLL something like in the picture below but based on my own functions.
Solved! Go to Solution.
04-05-2023 08:41 AM
After a discussion we decided to go with .NET in windows. In the SDK the datalayer.dll is already included for .Net6.0. Thats why it is possible to develop/debug/run all the c# samples on windows with processor architectures x64 and x86.
04-05-2023 01:20 PM
For this problem Solution was to attach relevant headers, .lib files and .dll files in the properties of the visual studio project. DLLs could be found in the bin folder of SDK.
these were DLLs which must be located inside the visual studio project.
New Problem:
now I have been able to run the program but could not connect with datalayer. In the below images, you can see the error and code.
code::
error::
04-05-2023 04:52 PM