View Single Post
Old 05-16-2006, 12:51 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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.
neoxed is offline   Reply With Quote