How to create plugins for TrueLaunchBar? - How to create plugins for TrueLaunchBar? - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html) +--- Forum: Suggestions for new plugins (http://forum.tordex.com/forum-16.html) +--- Thread: How to create plugins for TrueLaunchBar? - How to create plugins for TrueLaunchBar? (/thread-1434.html) |
- SKIL - 05-31-2004 Hello! I am a software developer, and I have just discovered your great software. The ideea is that i would like to create plugins for this bar, and even share them with you. Could you please give me some starting in the creation of plugins? Thank you, SKIL - shapeshifter - 05-31-2004 There is an SDK. Although I haven't looked at it, I hear that it's a little light on documentation right now. But it's better than nothing... - BMStroh - 07-06-2004 Yuri, it might be helpful if you included a Makefile in each of the sample plug-ins in the SDK. It's probably easier for you to export one from Studio than for everyone to write one, at any rate. This would enable folks to download the free MS Visual C++ Toolkit ( http://msdn.microsoft.com/visualc/vctoolkit2003/ )and the free Platform SDK components ( http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ ) and start experimenting. I'm working on throwing something together, but my Makefile skills are a lot rusty - I'm pretty sure the Studio export is a lot better at it than I am... - Q Section - 07-07-2004 Hello SKIL and Welcome! Not every plugin idea is on the official plugin page found here. Some of us have created/modified the Weather Monitor plugin to do a few things found in this post. Take a look and see what you think. Be seeing you. - Dracula - 07-08-2004 QSection, TS has posted his message on May 31th and hasn't returned ever since, I doubt that he will see your remark Besides I think this is about the programming of plugins, in contrast to customizing plugins (like the Weather Monitor). About plugin development, a makefile would indeed be easy to re-make an example plugin, and see how to build one yourself. Even better would be a Delphi framework, but that has been requested before by mark76uk I believe... - PsychoMark - 07-08-2004 My attempt at doing a Delphi plugin. Been a while ago, and to be honest I didn't have any time to look at it again, but it might serve as a starting point for someone who knows enough about COM and C++ to translate the thing... would love to see it too one day |