DLL2PBLib SourceCode Generator Version 1.5.5

Developed or developing a new product in PureBasic? Tell the world about it.
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by Zach »

Luis, you looking to make something the rest of us could use to arbitrarily conjur up wrappers for DLL's we want to use (as long as those DLL's come with source code) ??

If so that would be great :mrgreen:
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by luis »

No no, sorry, but I'm not exactly what I want to do either :)

I probably want to do something to automate the generation of include files at every compilation for a dll I'm working on, obviously I could do the same using the declares or the source itself, I'm still evaluating some options.

Anyway, while thinking on it I was able to port Inc. program to PB 4.60 and I have replaced the old disasm lib with Bea Engine Disassembler.

I tested a little the program and seems to work. If someone is interested I can put it online for a while and maybe someone can host it permanently... or not.. don't know :)

Well, I'll start by posting my version of the Bea Engine include in trick and tips for anyone interested.
"Have you tried turning it off and on again ?"
A little PureBasic review
mpz
Enthusiast
Enthusiast
Posts: 497
Joined: Sat Oct 11, 2008 9:07 pm
Location: Germany, Berlin > member German forum

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by mpz »

Hi Luis,

i am interresting about your solution. I look for this kind of programm. I like to include dll files in exe files. Please post your code...

Thanks
Michael
Working on - MP3D Library - PB 5.73 version ready for download
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by luis »

@mpz

I only made the program originally posted in this thread work again replacing the old disasm library. That's what I meant.
Is that ok ? Well, in any case I'll put a temporary link online with it.
Ill' be back later!


EDIT:

here it is: http://dl.dropbox.com/u/38644496/DLL2PBinclude_NEW.zip

I'll leave it there for a week or so.
"Have you tried turning it off and on again ?"
A little PureBasic review
mpz
Enthusiast
Enthusiast
Posts: 497
Joined: Sat Oct 11, 2008 9:07 pm
Location: Germany, Berlin > member German forum

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by mpz »

Hi,

i habe tested this and it works great

Much Thanks,
Michael
Working on - MP3D Library - PB 5.73 version ready for download
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: DLL2PBLib SourceCode Generator Version 1.5.5

Post by oryaaaaa »

Thanks

I have Japanese purebasic website. Then, it preserves.
http://purebasic.coolverse.jp/_userdata ... de_NEW.zip
Post Reply