|
|
Designed for Purebasic 5.x.
Compile in x86 and x64.
Madlib is a library of functions for PureBasic.
The library is an extension of the STL Purebasic.
It includes a resident with structures and constants in addition to the binary
functions.
All functions, structures, constants are prefixed with madlib_
The compilation is performed Multilib (Thread, Unicode, thread-safe).
All features, structures, constants, that are proposed are prefixed with the signature "madlib_" in order not to hinder the STL purebasic or your own functions.
In this library you will find for example the creation / management of your binary as Windows service, for example, or the instantiation of a IP server.
|