Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ASAmol Salunkhe Patil26/10/2012
Hello all,
- I am using SolidWorks 2011
- I am creating a Visual C++/CLI Add-in Using the SolidWorks COM Non-Attributed Add-in Wizard in VS 2005.
- I have successfully built add in dll.
- Now I want to distribute this add in dll across different users.
- To create set up project, I gone through online help at http://help.solidworks.com/2011/English/api/sldworksapiprogguide/Miscellaneous/Create_Setup_Project_to_Distribute_SolidWorks_Add-in.htm?id=431c575502bc42328a8733eb1b25c426
This help says that
Right-click Addins, select New, Key, and type {Your add-in’s GUID} as the new key’s name.
NOTE: You must enclose your GUID in curly braces.
I am not getting how to get my add-in's GUID created using C++/CLI Add-in Using the SolidWorks COM Non-Attributed Add-in Wizard.
Thanks,
Amol