Page 1 of 7
DLL2PBLib SourceCode Generator Version 1.5.5
Posted: Fri Aug 05, 2005 8:56 am
by ts-soft
Multilingual
Import DLLs and generate pb-source for tailbite or include.
//edit
New link:
http://www.realsource.de/tmp/DLL2PBLib.zip
Development is stopped, source is included
This link works only for a short time!
Posted: Fri Aug 05, 2005 2:54 pm
by fweil
Nice utility indeed.
It misses nothing any more but one feature for automated documentation of the functions and parameters of DLLs !
BTW I suggest some updates in the french language file :
Sprachdatei für DLL2PBLib
Author: Pascal 'hardfalcon' Ernster
Erstellt: 05.08.2005
Sprache: Französisch
[LANGUAGE]
2=&Fichier
3=&Ouvrir fichier
4=&Sauvegarder fichier
5=&Importer DLL
6=&Fermer
7=&Options
8=&IncludeDLL
9=Routines &Debug
10=&?
11=&Sur ce logiciel
12=Nom de fonction (userlib)
13=Nom de fonction (DLL)
14=Paramètres
15=Type
16=Commentaire
21=Générer un source Tailbite
22=Appliquer options
23=Tous CDECL
24=Tous StdCall
26=Ajouter préfixe au nom de fonction
28=Supprimer caractères
29=Préfixe
40=Sauvegarder projet DLL2PBLib
41=Ouvrir projet DLL2PBLib
42=Sauvegarder code source généré par TailBite
43=Ouvrir DLL dans une nouvelle fenêtre?
44=Importer DLL
45=Veuillez entrer le préfixe pour les noms de fonction:
46=Veuillez entrer les caractères initiaux que vous voulez supprimer:
47=Ouvrir projet dans une nouvelle fenêtre?
Rgrds
Posted: Fri Aug 05, 2005 3:07 pm
by ts-soft
thanks for your translation, i will hope it's correct

Posted: Fri Aug 05, 2005 4:42 pm
by Fred
Really good tool, thanks !
Posted: Sat Aug 06, 2005 1:56 pm
by ts-soft
A little update, version 1.4
a bug in projectload fixed
New: Result of Function: Long, String, Float, Byte or Word
Posted: Sat Aug 06, 2005 6:46 pm
by jack
very nice!

Posted: Sun Aug 07, 2005 11:39 am
by ts-soft
thanks to all
Update Version 1.5
Parametercount max. 78 (a-z, aa -az, ba - bz)
Resulttype None für exotic DLLs that pusched on stack
Example:
Code: Select all
ProcedureDLL MyFunction()
CallFunctionFast(MyFunction)
ProcedureReturn
EndProcedure
Posted: Sun Aug 07, 2005 1:16 pm
by NoahPhense
Sounds nifty.. dl'ing now.
Thanks.
- np
Posted: Thu Jan 05, 2006 10:49 pm
by SFSxOI
is this still available? I can't find it at any of the links.
ts-soft wrote:thanks to all
Update Version 1.5
Parametercount max. 78 (a-z, aa -az, ba - bz)
Resulttype None für exotic DLLs that pusched on stack
Example:
Code: Select all
ProcedureDLL MyFunction()
CallFunctionFast(MyFunction)
ProcedureReturn
EndProcedure
Posted: Thu Jan 05, 2006 11:10 pm
by ts-soft
Posted: Fri Jan 06, 2006 12:28 am
by SFSxOI
got it, thank you

Posted: Fri Jan 06, 2006 1:49 am
by NoahPhense
Posted: Fri Jan 06, 2006 4:15 am
by netmaestro
Thanks for this, very handy tool!

Posted: Tue Jan 10, 2006 12:10 am
by oryaaaaa
2byte code no-display
http://dbp.cool.ne.jp/indeximg3/dll2pblib1.gif
Japanese cannot be displayed though whether it is a bug of PureBasic is not understood.
Thanks
Posted: Wed Apr 26, 2006 7:05 pm
by Flype
hello, this tool is really useful.
but since pb4 i like to use Import/EndImport whenever it's possible.
So i'm wondering if it could be implemented in your tool.
i started to discuss about this here:
http://purebasic.fr/english/viewtopic.p ... 083fc49804