looking for a tutorial on creating plugins
Moderator: Neosoft Support
looking for a tutorial on creating plugins
I am looking for a decent tutorial on creating a plugin.
See that there are several different editors, C++, Delphi, etc. What is a good editor to use? I downloaded one called Lazarus.
Thanks;
Steve
See that there are several different editors, C++, Delphi, etc. What is a good editor to use? I downloaded one called Lazarus.
Thanks;
Steve
Steve Christensen
-
- NeoSoft Team
- Posts: 5628
- Joined: Thu Mar 31, 2005 10:48 pm
- Location: Oregon, USA
- Contact:
Re: looking for a tutorial on creating plugins
It looks like Lazarus can create Windows DLLs, which is what NeoBook plug-ins are.
The closest thing to a tutorial we have is the help file included with our plug-in SDK. If you haven't already downloaded it you can use the following link:
http://www.neosoftware.com/software/nbwpluginsdk.zip
Creating a plug-in for NeoBook generally requires advanced programming skills, so if your not already familiar with programming in Delphi or Lazarus you will need to learn those first.
The closest thing to a tutorial we have is the help file included with our plug-in SDK. If you haven't already downloaded it you can use the following link:
http://www.neosoftware.com/software/nbwpluginsdk.zip
Creating a plug-in for NeoBook generally requires advanced programming skills, so if your not already familiar with programming in Delphi or Lazarus you will need to learn those first.
NeoSoft Support
Re: looking for a tutorial on creating plugins
Hello,
Sometime ago I tried with Lazarus to create a plugin for NeoBook, and, in fact apparently works like a charm. Righ now I try again to compile and try the plugin sample and works like expected. Lazarus have an advantage over Delphi, for example: it's open source and free of charge. Then, if you want to take a look at this Lazarus sample plugin, feel free to do it, download from this link: short.cz/9
If you need some specific help to create plugins with NeoBook using Delphi or Lazarus, just ask in the forum, since a couple of people can help you when possible.
Sometime ago I tried with Lazarus to create a plugin for NeoBook, and, in fact apparently works like a charm. Righ now I try again to compile and try the plugin sample and works like expected. Lazarus have an advantage over Delphi, for example: it's open source and free of charge. Then, if you want to take a look at this Lazarus sample plugin, feel free to do it, download from this link: short.cz/9
If you need some specific help to create plugins with NeoBook using Delphi or Lazarus, just ask in the forum, since a couple of people can help you when possible.
.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
-
- NeoSoft Team
- Posts: 5628
- Joined: Thu Mar 31, 2005 10:48 pm
- Location: Oregon, USA
- Contact:
Re: looking for a tutorial on creating plugins
Thanks David. It's good to know that Lazarus works well for creating plug-ins.
NeoSoft Support
Re: looking for a tutorial on creating plugins
Hello,

Certainly, with very minor changes, the Delphi plugin template can be converted to a Lazarus project, and, they apparently works well: the template I upload before include just an action, but, also with their appropiate action editor, and both (design time and runtime) are executed like expected. I don't make more tests, but probably we can go ahead.Neosoft Support wrote:Thanks David. It's good to know that Lazarus works well for creating plug-ins.

.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Re: looking for a tutorial on creating plugins
Maybe just me but the CHM file its downloading totally empty?Neosoft Support wrote:It looks like Lazarus can create Windows DLLs, which is what NeoBook plug-ins are.
The closest thing to a tutorial we have is the help file included with our plug-in SDK. If you haven't already downloaded it you can use the following link:
http://www.neosoftware.com/software/nbwpluginsdk.zip
Creating a plug-in for NeoBook generally requires advanced programming skills, so if your not already familiar with programming in Delphi or Lazarus you will need to learn those first.
Re: looking for a tutorial on creating plugins
Hello,
Download it again stu, the CHM file appear correct here.
Download it again stu, the CHM file appear correct here.

.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Re: looking for a tutorial on creating plugins
Your system may block the display of the help file downloaded from the Internet. Go to Properties and allow its display.stu wrote: Maybe just me but the CHM file its downloading totally empty?
Re: looking for a tutorial on creating plugins
Found my answer around here: https://social.technet.microsoft.com/Fo ... =w7itprouimishem wrote:Your system may block the display of the help file downloaded from the Internet. Go to Properties and allow its display.stu wrote: Maybe just me but the CHM file its downloading totally empty?
I'll sort myself out at some point, to lazy to track the exact problem now.