K-NetLib Multiplayer Library

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Derlidio
User
User
Posts: 77
Joined: Fri Feb 27, 2004 9:19 pm
Location: SP - Brazil

K-NetLib Multiplayer Library

Post 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
Derlidio Siqueira
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post 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)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Derlidio
User
User
Posts: 77
Joined: Fri Feb 27, 2004 9:19 pm
Location: SP - Brazil

Post 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
Derlidio Siqueira
Krylar
User
User
Posts: 88
Joined: Thu Apr 15, 2004 3:17 pm

Post 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
Krylar
User
User
Posts: 88
Joined: Thu Apr 15, 2004 3:17 pm

Post 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
Blade
Enthusiast
Enthusiast
Posts: 362
Joined: Wed Aug 06, 2003 2:49 pm
Location: Venice - Italy, Japan when possible.
Contact:

Post 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
User avatar
Derlidio
User
User
Posts: 77
Joined: Fri Feb 27, 2004 9:19 pm
Location: SP - Brazil

Post 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
Derlidio Siqueira
Post Reply