The DLL is writen in BlitzMax (using makedll bin) and requires another modules to be compiled, so I choose to not to give the source code.
You can find in internet some examples of BNet module, but I added an example of a TCP server in the file.
HOW TO USE?
After installing the DLL file in your CS2D folder, you have to add this to your script.
Quote
libInit = package.loadlib("the path to the dll","init")
libInit()
libInit()
for example
Quote
libInit = package.loadlib("lib/socket.dll","init")
libInit()
libInit()
Errors
If you find any error, please send me a private message.
Credits to Vertex for BlitzMax's BNet module.
Comment & subscribe to my Facebook page
edited 4×, last 21.10.12 01:45:45 am
Approved by Seekay
Download
858 kb, 446 Downloads