I just posted v0.3.0 - adds parameter checking and more example applications.
- NEW: Example application for adding or removing credits from a user.
- NEW: Example application for retrieving information about ioFTPD.
- NEW: Function arguments are validated in both release and debug builds.
- NEW: nxSDK library no longer links against C runtimes (only 9KB now).
- NEW: System error codes are set on failure (retrieved with GetLastError).
- CHG: Function return types changed; recompile your applications.
- Io_GetOnlineData from void to BOOL.
- Io_KickConnId from void to BOOL.
- Io_KickUserId from void to BOOL.
- Io_ShmFree from void to BOOL.
- CHG: Improved comments in example applications.