Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VS Community 2022 Template Setup

7 REPLIES 7
Reply
Message 1 of 8
Frederick_Law
253 Views, 7 Replies

VS Community 2022 Template Setup

Some point in time VS Community changed how it handle Templates and I didn't get around to fix it.

After a few hours, finally I got this:

VB-Template-01.jpg

 

Hope it'll last.  Still got a few things to fix.

Any one got update Template?

7 REPLIES 7
Message 2 of 8
JelteDeJong
in reply to: Frederick_Law

I have not so much as a template but created a tutorial on how you can make an addin from scratch.

creating-an-inventor-addin, adding-icons-to-your-buttons and debugging-addins-without-restarting-Inventor

 

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

Message 3 of 8

Cool.  Make it a Template so user don't need to create it from scratch every time.

Message 4 of 8

I'm full-time developer for Autodesk products especially for Inventor. I have made dozens of add-ins. But I use almost default add-in template (just modified post-build events).

For Inventor add-ins I have made my own shared library (.dll file) with basic functionality for Inventor add-ins. This library contains tens of objects and thousands lines of code. When I start work on new add-in, I just add this library to the References like Inventor.Interop, stdole, etc.

It is better solution then copy source code to each project individually.

You can store source code in one place and if you want to update something, create new version of this library and just replace the reference in the add-in project.

Message 5 of 8

I started with macro (IV9?) then convert them to addin.

Made a template so it's easier to start new projects.

Code was stolen collected from blogs (Mod the machine, I think) and forum.

I use VS Community so a few things doesn't work as the paid version.

ie SDK never install template properly.

Last time I updated my Template was 2014.  Making addin until IV2017.

Attached my Template.  Still need some clean up.

Let me know how to make it better.

Message 6 of 8
CattabianiI
in reply to: JelteDeJong

hi @JelteDeJong,
i'm very interested into debugging inventor without restarting it, but your website seems to have an issue. 

Message 7 of 8
JelteDeJong
in reply to: CattabianiI

Some update went wrong. But the site is up again.

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

Message 8 of 8
w.pepping
in reply to: Frederick_Law

After 10 years and thousands of times restarting Inventor I have found a solution:  Testing your plug-in without restarting Inventor is possible!

Just rebuild your project in Visual Studio and your dll is reloaded automatically in Inventor.

I have made a tool that does this trick. (see picture). It will make developers' lives much easier.

I will soon share a video how it works.

 

wpepping_1-1661882164894.png

 

Get control of your sheet metal files.
Download the app from matprop.com

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report