Distribute DLL for .NET etc.
Status: Alpha
Brought to you by:
esby
Hi
Love the tool, but i would like to use its powerful parsing ability without running the gui or external console application. A dll that could be used in .net for example would help a lot of guys who want to use the code you have developed in their own applications..
Thanks
Logged In: YES
user_id=879770
Originator: NO
There is a testing dll available now:
http://esby.free.fr/prog/dW3gParser
It is still in debugging and unstable, but will be more complete in the future.
Export structure definition:
https://dw3gparser.svn.sourceforge.net/svnroot/dw3gparser/trunk/src/w3gStructure.pas
Dll defintion: (All dll calling conventions are stdcalls)
https://dw3gparser.svn.sourceforge.net/svnroot/dw3gparser/trunk/src/w3gDLL.pas
Dll example.
https://dw3gparser.svn.sourceforge.net/svnroot/dw3gparser/trunk/src/testDLL.pas
esby
Logged In: YES
user_id=879770
Originator: NO
I have made my mind about the upcoming DLL:
There will be two available licences.
* normal GPL licence.
* lower GPL if you credit the project page explicitely and inform the users of your application of that fact. (eg: during the install of your application or on the readme file.)
Technically, there will be three levels of structures:
* Delphi structure, for Delphi based application.
* Xml export structure to a pchar, for lazy coders.
* Record based structures for application that can't use the delphi structures.
esby