This package contains a simple working demo DLL
wich can be used with WinFBB.

Simply put the DLL's in the FBB\BIN directory.

To get other people started in writing a DLL I decided
to include the complete source.
Since I had no experience in writing windows software
I had to learn this first.
So this demo is actually my first windows software.

The source is well documented so it will not be hard to
write your own connect filter, or PG programm.

The only thing is that I do not know what happens if the
returned string gets longer than 1024 tokens.

And if you try to access a undefined argv[] the BBS will crash,
so use the argc index!

In the DEF file you will see that the DLL is defined als
demand loaded with the 'LOADONCALL' keyword.
Keep this setting in the programming process so that WinFBB
will load and unload the DLL on every connect.
You can then simply replace the DLL while the BBS is running.
When your DLL is finished you can define the DLL as 'PRELOAD'
So the DLL will stay in memory thus speeding up the connect
process. But you cannot overwrite a loaded DLL.
But you can use 'DLLMASTER' to unload the DLL manually.

And now the legal stuff,
This is public domain software, but must be distributed in its entity.
You may freely use portions from this example to build your
own WinFBB DLL application, but please respect the portions copyrights.

73' and happy programming de PE1OZA.

ax25: Michel, PE1OZA SysOp PI8DRE.#DRE.NLD.EU
inet: michel@amazed.nl
