I try to create a dll plugin for RR .
I don't found how to configure the compilator to create in same time that the dll a .tlb file.
If someone can help me ?
thanks
Printable View
I try to create a dll plugin for RR .
I don't found how to configure the compilator to create in same time that the dll a .tlb file.
If someone can help me ?
thanks
as far as I know the tlb is created when you register the dll.
so your installer would create it
With the example that is given with each RR release ., the tlb , xml etc... are not created .
when you register the .dll with regasm thats when you get the tlb
(and this should be done with an installer, plugins without installers = lazy programmers)
when debugging in the IDE, you would have the build option of register for com checked
and when u build it will be registered and a tlb created
but that is ONLY for debugging
i have a good simple inno template for ride runner plugins...
if you want to start with that, you would need to know how to use Inno Setup
its simple enough, if you can program, you can figure out Inno :)