inventor add-in problems please help

dugas
03-24-2004, 12:14 PM
HI! I am new here and I need a help.
I'm making an aplication add-in in VB for Inventor.
Problem: I have an aplication in VB and I compile it on my computer, I make dll liblaries and add everything what it needs to the registers and everythigs is OK,
but if I try to run my dll's on different computer it does NOT work.
I think that is a problem when I compile VB application, I add to reg HKEY_CLASSES_ROOT key named the same as class,
but if I want to run anyway on different computer without compile (not everybudy has VB) it doesn't work either.
Maybe somebody ever had the problem like this or could give me a hand how to compile file (in VB) without installing VB
thanks for any help

ps. sorry for my english

robot313
03-24-2004, 12:37 PM
You need to register the dll. You can either use regsvr32 [dllpath] or make an install package to do it. http://www.jrsoftware.org/ is the website for Inno Setup.

Re-Direct
03-24-2004, 12:42 PM
shell("Regsvr32 dllname [/u]")
/u = unregister.

dugas
03-29-2004, 11:36 AM
thank you

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum