Register a plugin - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html) +--- Forum: Development (http://forum.tordex.com/forum-12.html) +--- Thread: Register a plugin (/thread-1970.html) |
Register a plugin - Dracula - 04-26-2005 Yuri, when one has built a DLL, how does he get TLB to recognize it as a plugin? I put the DLL inside its own subdirectory in TLB/plugins/ (is this required?), and used "regsvr32 myplugin.dll", which gave a success message. However, no entry shows up in the "New" list... - Yuri Kobets - 04-26-2005 You must restart TLB also. Other way run the command Code: tlbref.exe /P tlbref.exe in inside attached zip. - Dracula - 04-26-2005 I thought TLB didn't require a restart when you install a new plugin, for example using the Component Manager? So somehow, those plugins register on-the-fly... Please correct me if I'm wrong here... - Yuri Kobets - 04-27-2005 Every plugin setup runs tlbref.exe |