addin name

Add-in Express™ Support Service
That's what is more important than anything else

addin name
 
sj1




Posts: 7
Joined: 2010-08-25
By default, an excel addin developed with addin express in delphi registers as "<CLASSNAME>.<COCLASSNAME>" (afaik). Ho can I modify this?

For instance:
My addin is called MyTest and the coclass is called CoMyTest. This registers as "MyTest.CoMyTest". How can I change this to "MyTest"?

tnx.
Posted 25 Aug, 2010 04:21:13 Top
Alexander Solomenko




Posts: 140
Joined: 2009-02-27
Hi,

Please open type library (TLB) of your project (see menu "View->TypeLibrary").
Click by name "MyTest" and press F2 to change it.
Also you can changing the coClass name.
Regards,
Aleksandr Solomenko
Posted 25 Aug, 2010 06:21:41 Top
s.joly




Posts: 7
Joined: 2010-08-25
I know how to change the class name and coclass name. What I want is to register the dll with the class name only, so without the coclass name.
Is this possible?

like this:
"MyTest" in stead of "MyTest.CoMyTest"
Posted 25 Aug, 2010 07:01:22 Top
Alexander Solomenko




Posts: 140
Joined: 2009-02-27
Hi,

Sorry, I don't know how to do it in Delphi Type library.
Regards,
Aleksandr Solomenko
Posted 25 Aug, 2010 07:30:49 Top