iAuxSoft

Intelligent All The Way

iAuxSFX: audio engine

iAuxSFX: audio engine is the programming library for Audio sub-system for C++ development of games and other software. It comes with modular audio rendering core design and supports play...

iAuxINP: input engine

iAuxINP: input engine is the programming library for Input sub-system for C++ development of games and other software. It handles common input device types: Mouse, Keyboard, Joystick, G...

iAuxNET: networking engine

iAuxNET: networking engine is multipurpose and cross-platform programming library for Network sub-system for C++ development of games and other software. Its functionality suits well as...

iAuxSQL: database engine

iAuxSQL: database engine is the programming library for SQL Database sub-system for C++ development of games and other software. Every database host provides own native client library b...

  • iAuxSFX: audio engine

    Wednesday, 01 December 2010 00:00
  • iAuxINP: input engine

    Wednesday, 24 November 2010 15:32
  • iAuxNET: networking engine

    Wednesday, 24 November 2010 15:21
  • iAuxSQL: database engine

    Thursday, 16 April 2009 08:01
PrintE-mail

iAuxNET_micro

From now on iAuxNET has a mobile version too for Windows Mobile 6 and iPhone.

 


 Release notes:

+++ Implemented support for mobile platforms: Windows Mobile 6 and iPhone, both ARM architecture.

+++ Fixed Protocol V1/V2 possible crash on too big buffer when encrypted packets arrive to host expecting non-encrypted packets and vice versa, added additional byte for header crc7 value to check packet header correctness.

+++ Renamed arguments for IIPFirewall, names are more friendly.

+++ ILibrary::Initialize method will not fail if loaded Winsock version differs from requested under Windows platform.

+++ On session closure (IDevice::Close(session_id)) connection will have Receive direction be shutdown preventing arrival/processing of any incoming data to closing socket.

+++ Introduced new structure subnet_t that describes subnet (type/ip/mask).

+++ Implemented new utility functions for IUtil namesapce:

                      - MakeSubNet: creates IPv4/IPv6 subnet from address string in CIDR notation;

                      - MakeBroadcastAddress: creates IPv4 broadcast address from subnet.

         +++ Improved Unicode support.


Download