PB bindings for stuff

Everything else that doesn't fall into one of the other PB categories.
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

PB bindings for stuff

Post by kake26 »

Hi,
I just thought some of you might be interested in the fact I have a PB binding for zlib and for libmcrypt. Lets say it involved alot of C translation and boy does it suck, but the end result is pure gold. PB also translates nicely.
Last edited by kake26 on Fri Mar 18, 2005 3:57 pm, edited 1 time in total.
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Post by kake26 »

I just finished the libmcrypt binding and tested it. It works! Oh, you might be wondering why I chose libmcrypt to create a binding for. Simple, this way my PB apps can use ODBC and manipulate encrypted data in a DB directly. Note the data was encrypted using libmcrypt from inside of PHP.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hi, sorry but I don't understand what do you mean with 'PB binding' :oops:
- a static library ?
- a wrapper for a DLL ?
- something else ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Post by kake26 »

Best described as a wrapper for a library. I suppose they are both wrappers and interfaces, since they are translated C header files. Well, I've taken no special care to do more than enable someone to use those libs on there own. In both cases there is code in there that show you how to use the stuff.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thanks.
Is there something to download or it is still work in progress ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Post by kake26 »

Yes, there is a download. I think the libmcrypt one goes first to be publically avail. The gzip one needs a bit of cleaning its a tab to messy. Anyhow here is the URL for the first one.

http://www.r-t-f-m.com/files/source/pur ... /mcrypt.pb
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thanks.
Maybe you could post the links in "Trick'n'Tips" or in "Announcement" ?
And please post the links to the missing files like 'libmcrypt.so'
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Should also note that this appears to be for the Linux library. I do believe that libmcrypt is available in DLL format but I'm not sure about the license.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply