Page 1 of 1

K-NetLib Multiplayer Library

Posted: Sun Jun 12, 2005 2:03 am
by Derlidio
Krylar's Kreations is proud to announce the release of K-NetLib, a DLL for acessing and controling Microsoft DirectPlay. Having almost 150 commands, K-NetLib covers all major features of DirectPlay, and we have plans to cover it entirely in a near future. The product is fully documented and you'll find a wrapper for using it with PureBasic in the install package. K-NetLib is 100% free for freeware developers, and very cheap for commercial developers. The DLL is very thin (about 140k), and highly optimized. And the best of all: it was fully developed in PureBasic ;) All of you are welcome to download an try K-NetLib, as well as to post your questions at the product's forum. As part of the development team, I can assure you'll not regret giving it a try.

The install package is available in the following address:

http://www.krylarskreations.com/knl.shtml

best wishes...

-PJoe

Posted: Sun Jun 12, 2005 1:20 pm
by Andre
I think the PureBasic wrapper is not ready yet :wink:

From the site:
Plus, Krylar's Kreations provides automatic K-NetLib wrappers for the following languages

PureBasic (coming soon)
Krylar will inform us for sure, when its ready to use, I think. :D

If wanted, I will list it also on PureArea.net / Userlibs then. 8)

Posted: Sun Jun 12, 2005 4:23 pm
by Derlidio
The PureBasic wrapper is already there, in the setup package. I can assure this becouse I've made it :P

It is just the site that needs a little update :)

best wishes...

-PJoe

Posted: Sun Jun 12, 2005 4:46 pm
by Krylar
Oops! My mistake. I have updated the KNL portion of the site. As Derlidio says, there is indeed a wrapper for PB already. :)

Thanks!

-Krylar

Posted: Tue Jun 21, 2005 3:20 pm
by Krylar
Hi all,
Just a quick note to let everyone know that K-NetLib (multiplayer/multi-user network library) version 3.0.3 has been released. We have incorporated HTTP and FTP commands into the product now!

Please check it out at Krylar's Kreations, K-NetLib. Note also that there is now a forum at the site for support on the product.

Thanks,

-Krylar

Posted: Tue Jun 21, 2005 8:53 pm
by Blade
Installed :)
Wanted to try something, so have copied the dll in the same folder of the BlitzBasic example (no PB!) and launched the exe.
This is the log file:

Code: Select all

20050621 19:48:40 - 0 - Log Start
20050621 19:48:40 - 0 - K-NetLib v. 3.0.3
20050621 19:48:40 - 0 - Initializing KNL...
20050621 19:48:40 - 4 - KNL_Initialize - Could not create required instance for DirectPlay8Address object.
20050621 19:48:40 - 0 - KNL Initialization Failed!
I'm using Win2000 SP4

Posted: Tue Jun 21, 2005 9:20 pm
by Derlidio
I think this is becouse of the DX version you have installed in your system. Can you try to install DirectX 9 and see if it works?

best wishes...

-PJoe