Page 3 of 7
Posted: Wed Apr 09, 2008 12:06 am
by ts-soft
@SFSxOI
thanks

Posted: Mon Apr 14, 2008 10:19 pm
by byo
Hi,
where can I find DLL2PB lib?
In the download link in the first post I can only find Lib2PB tool.
Thanks.
Posted: Mon Apr 14, 2008 10:32 pm
by ts-soft
The development is stopped. For a short time, you can download it here:
www.realsource.de/tmp/DLL2PBLib.zip
Source for PB 3.94 is included

Posted: Tue Apr 15, 2008 12:21 am
by byo
Thank you, ts-soft. It's great.

Posted: Tue Apr 15, 2008 10:17 pm
by QuimV

ts-soft,
May I have DLL2PBLib.exe in english?

Unfortunatelly I don't speak german.
Thanks in advanced
Posted: Tue Apr 15, 2008 10:33 pm
by ts-soft
QuimV wrote:
ts-soft,
May I have DLL2PBLib.exe in english?

Unfortunatelly I don't speak german.
Thanks in advanced
I don't speak english
Please learn it or use this version:
http://realsource.de/tmp/dll2pblib_ml.zip
(supports france

)
greetings
Thomas
Posted: Wed Apr 16, 2008 7:20 am
by QuimV
@ts-soft
Thank you very much

Posted: Fri Aug 08, 2008 11:15 pm
by inc.
I made a version of Thomas' code for my own needs. Beside code is ported to PB 4.x, this one generates include files out of dll inputs using the prototype way for accessing dll functions instead of generating Tailbite supporting outputs.
http://www.file-upload.net/download-103 ... 6.zip.html
Source included.
Posted: Fri Aug 08, 2008 11:44 pm
by ts-soft

thanks
To proposal:
Change API-Libraryfunctions in PB native, then it also works with unicode
Save the prefs in Appdata, so it works for none administrators (I use Vista

)
greetings
Thomas
Posted: Sat Aug 09, 2008 12:16 am
by byo
Thanks a lot for this tool, ts-soft.
It works perfectly.
I didn't know you could include a DLL with your source like that.

Posted: Sat Aug 09, 2008 12:23 am
by ts-soft
byo wrote:Thanks a lot for this tool, ts-soft.
It works perfectly.
I didn't know you could include a DLL with your source like that.

The changes are from inc, so thank him

Posted: Sat Aug 09, 2008 12:30 am
by inc.
Its a pity that Prototypes don't support string type returns directly, so it has to be done in case of strings via a peekS-Macro.
Whats the number of the special Folder AppData in the system? As the code already contains the procedure GetSpecialFolder so it should be no problem making it Vista compatible.
Btw., I did make the backround looking light blue so this will avoid confusions with DLL2PBLib.
Posted: Sat Aug 09, 2008 12:37 am
by ts-soft
The problem is: GetProcAddress_ API
There is no unicode-version available in windows, so it won't work with
unicode. Use PB Getfunction or change all functionnames to ASCII-String
> Whats the number of the special Folder AppData in the system?
greetings
Thomas
Posted: Sat Aug 09, 2008 12:57 am
by inc.
Posted: Sat Aug 09, 2008 1:23 am
by ts-soft
inc. wrote:Suggestions have been applied ....

fine, thanks