From: Faizan T. <fa...@ti...> - 2003-06-13 03:04:12
|
Hi. I built a simple IAX Client in VC. I had to configure some options to = compile libiax and other libs. I also created sox lib for VC. The = patches are mostly project files. Download the vc_patches.zip and overwrite the files in your iaxclient = directory from this zip file. http://www.tilizone.com/vc_patches.zip The only changes to actual code are in sox.h and iaxcilent_lib.c where I = added the preprocessers like this for vc.=20 #elif _MSC_VER #include <stdarg.h> and in sox .h like this #elif _MSC_VER #include <stdarg.h> #include <process.h> vararg.h seems to confuse vc.=20 gsmlib compiled didnt work with for me. Iaxcilent_lib doesnt compile = with it. gets error of corrupt file. It compiles fine. Also the project changes were about include paths and = mutithreaded support, else it wont compile with your multithreaded = project. A vc client for IAX is at http://www.tilizone.com/WinIAX.zip. Extract it = to simpleclient directory just beside wx, testcall=20 directories. The compilation sequence would be gsm sox iaxclient_lib WinIAX Stevek: I will be updating this client constantly so I think including it in cvs = might help developers working with VC. Thank you. |