List Info

Thread: simpleclient VS2005




simpleclient VS2005
user name
2006-12-21 14:55:49
Hi

Compiling and testing with VS2003 works - no problem.   VS2005 finally compiles after downloading nearly 1GB of additional Microsoft SDKs (DirectSound and Windows 2003 SDK).

I know the iaxclient.dll works because I can take an installed copy of iaxcomm and swap the dll with my newly compiled one without any problems,  but I cannot get any of the simpleclient applications to work. ;  I would assume that testcall would be the easiest to use, but it complains about missing header files etc. 

Does anyone have a very basic test harness project for VS2005 that I can use to understand how to proceed?

Many thanks.

tcouper


simpleclient VS2005
user name
2006-12-21 15:06:05
On Dec 21, 2006, at 9:55 AM, Tim Couper wrote:
>
> Does anyone have a very basic test harness project for
VS2005 that  
> I can use to understand how to proceed?
>
Unfortunately no... testcall was designed to be used with
cygwin/ 
mingw and nobody went through the trouble of creating a
VS2005  
project for it

It shouldn't be such a big deal, so if anybody can volunteer
to do  
it, it would be great

Mihai


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
simpleclient VS2005
user name
2006-12-21 16:39:41
Hi, you may want to take a look at this...

http://www.codeproject.com/cs/library/Asterisk
IAXClientWrapper.asp

Jason


-----Original Message-----
From: iaxclient-devel-bounceslists.sourceforge.net
[mailto:iaxclient-devel-bounceslists.sourceforge.net] On
Behalf Of Mihai
Balea
Sent: 21 December 2006 15:06
To: Tim Couper
Cc: iaxclient-devellists.sourceforge.net
Subject: Re: [Iaxclient-devel] simpleclient VS2005


On Dec 21, 2006, at 9:55 AM, Tim Couper wrote:
>
> Does anyone have a very basic test harness project for
VS2005 that  
> I can use to understand how to proceed?
>
Unfortunately no... testcall was designed to be used with
cygwin/ 
mingw and nobody went through the trouble of creating a
VS2005  
project for it

It shouldn't be such a big deal, so if anybody can volunteer
to do  
it, it would be great

Mihai


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel



------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
simpleclient VS2005
user name
2006-12-27 12:39:24
Hi there,

I'm using cmake (www.cmake.org)  to generate Visual Studio
Project Files 
for 2003 and 2005 for iaxclient, portaudio, gsm & speex
, it works 
pretty good for me. I guess you could also generate Linux
Makefiles with 
the same CMakeList.txt files.
If anybody is interested I can provide my CMakeList.txt
files.

Happy holidays,

Mike

Tim Couper schrieb:
> Hi
>
> Compiling and testing with VS2003 works - no problem.  
VS2005 finally 
> compiles after downloading nearly 1GB of additional
Microsoft SDKs 
> (DirectSound and Windows 2003 SDK).
>
> I know the iaxclient.dll works because I can take an
installed copy of 
> iaxcomm and swap the dll with my newly compiled one
without any 
> problems,  but I cannot get any of the simpleclient
applications to 
> work.   I would assume that testcall would be the
easiest to use, but 
> it complains about missing header files etc. 
>
> Does anyone have a very basic test harness project for
VS2005 that I 
> can use to understand how to proceed?
>
> Many thanks.
>
> tcouper
>
>
>
------------------------------------------------------------
------------
>
>
------------------------------------------------------------
-------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
chance to share your
> opinions on IT & business topics through brief
surveys - and earn cash
> http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Iaxclient-devel mailing list
> Iaxclient-devellists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
>   


-- 
Michael T. Wagner [ceo]             
shared-reality.com  
mixed-reality consulting
:vox    +49 761 2928 1676              
:fax    +49 761 2928 1675              
:mail   mtwshared-reality.com              
:web    www.shared-reality.com              
:loc    Rabenstrasse 6, 79115 Freiburg, Germany 


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
simpleclient VS2005
user name
2006-12-28 15:52:11
Hi there again,

I've put together a quick how-to on creating a iaxclient
build 
configuration for visual studio with cmake. Check it out
here:

http://62.75.244.87/~iaxcmake/Building%20i
axclient%20with%20CMake.html

With the resulting Visual Studio solution you should be able
to build 
the testcall application with a static iaxclient lib.

Let me know if it works for you.

Mike



------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
Re: simpleclient VS2005
user name
2007-01-12 10:02:20
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )