Hello,
I would like to develop in C++ for SolidWorks,
but cannot find too much examples.
Does somone have examples ? Tried in Solidworks site, but just find some examples on the online-help. Thanks in advance. Regards Massimo
Hello,
I would like to develop in C++ for SolidWorks,
but cannot find too much examples.
Does somone have examples ? Tried in Solidworks site, but just find some examples on the online-help. Thanks in advance. Regards Massimo
I think you’d better use VB.NET of C#. I don’t know C++, but I have seen some unsupported calls when going through the API help.
Hi and thanks for feedback. I know both VB NET and C#. What I do not like of NET in general, is that the source code can be easly reverse engineered, for example with IlSpy. While c++ compiled code it’s more difficult to decompile. And most of the CAD software are built with c++ (even SolidWorks). Thanks for helping. Regards