From: Steve K. <st...@st...> - 2003-06-09 23:37:10
|
In CVS, there's been a couple of updates. - Changed Win32 build stuff a bit: a) now, we have an "iaxclient.lib" target, which should make a library that you can link against with VC++ (at least, it worked for me). b) The "wx" GUI build now builds as a win subsystem exe, as opposed to a console app, so you don't get a console window anymore. c) removed use of "sleep()" in testcall, which confused VC++ a bit (since there's a Sleep() also in Win32). - Universal changes: Changed the iaxc API a bit to no longer use unnecessary "FILE" pointers which were no longer necessary. - WX GUI changes: Started adding some menus, and keyboard state detection. This stuff will be used for toggling silence suppression, "push to talk" feature, and mute. None of it works yet (just menus, and keyboard detection so far), and I'm not sure how it will be implemented yet. Also, the keyboard detection stuff is currently happening _way_ too often (every 10ms). Or maybe it needs to happen that often? -SteveK There's new binaries out there built with this as well. -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |