(no subject)

MV
Markus Vechiorno
Tue, Feb 19, 2008 4:20 PM

Hi all,

I am trying to develop an adaptive VoIP client using pjsip.

Some months ago, I worked with version 0.5.10.4 and the samples seems to work fine.

Now, I have downloaded version 0.8.0 and I am not able to begin...

The first problem appears when I try to open pjproject.dsw with Visual Studio 6.0. A pop up message appears telling "Unable to connect to source code control project Perforce Project. Do you wish to reattempt this connection in future sessions?"
I solve this problem selecting NO in the pop up, but I don't know if this is the heart of the matter.

Then when trying to build pjsua project an error is found. The error is : " \proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) : fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or directory"

What could be the problem?

Please help me..

Cheers!


MSN Noticias
http://noticias.msn.es/comunidad.aspx

Hi all, I am trying to develop an adaptive VoIP client using pjsip. Some months ago, I worked with version 0.5.10.4 and the samples seems to work fine. Now, I have downloaded version 0.8.0 and I am not able to begin... The first problem appears when I try to open pjproject.dsw with Visual Studio 6.0. A pop up message appears telling "Unable to connect to source code control project Perforce Project. Do you wish to reattempt this connection in future sessions?" I solve this problem selecting NO in the pop up, but I don't know if this is the heart of the matter. Then when trying to build pjsua project an error is found. The error is : " \proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) : fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or directory" What could be the problem? Please help me.. Cheers! _________________________________________________________________ MSN Noticias http://noticias.msn.es/comunidad.aspx
NI
Nanang Izzuddin
Tue, Feb 19, 2008 4:33 PM

Hi Markus,

You can read the comment in the file ip_helper_win32.c:
/* If you encounter error "Cannot open include file: 'Iphlpapi.h' here,

  • you need to install newer Platform SDK. Presumably you're using
  • Microsoft Visual Studio 6?
    */

nanang

On 19/02/2008, Markus Vechiorno finalpfc@hotmail.com wrote:

Hi all,

I am trying to develop an adaptive VoIP client using pjsip.

Some months ago, I worked with version 0.5.10.4 and the samples seems to
work fine.

Now, I have downloaded version 0.8.0 and I am not able to begin...

The first problem appears when I try to open pjproject.dsw with Visual
Studio 6.0. A pop up message appears telling "Unable to connect to source
code control project Perforce Project. Do you wish to reattempt this
connection in future sessions?"
I solve this problem selecting NO in the pop up, but I don't know if this
is the heart of the matter.

Then when trying to build pjsua project an error is found. The error is : "
\proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) :
fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or
directory"

What could be the problem?

Please help me..

Cheers!


Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar
siempre a la última MSN Newsletters


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Markus, You can read the comment in the file ip_helper_win32.c: /* If you encounter error "Cannot open include file: 'Iphlpapi.h' here, * you need to install newer Platform SDK. Presumably you're using * Microsoft Visual Studio 6? */ nanang On 19/02/2008, Markus Vechiorno <finalpfc@hotmail.com> wrote: > > Hi all, > > I am trying to develop an adaptive VoIP client using pjsip. > > Some months ago, I worked with version 0.5.10.4 and the samples seems to > work fine. > > Now, I have downloaded version 0.8.0 and I am not able to begin... > > The first problem appears when I try to open pjproject.dsw with Visual > Studio 6.0. A pop up message appears telling "Unable to connect to source > code control project Perforce Project. Do you wish to reattempt this > connection in future sessions?" > I solve this problem selecting NO in the pop up, but I don't know if this > is the heart of the matter. > > Then when trying to build pjsua project an error is found. The error is : " > \proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) : > fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or > directory" > > What could be the problem? > > Please help me.. > > Cheers! > > ________________________________ > Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar > siempre a la última MSN Newsletters > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
JC
Javier Camarero
Tue, Feb 19, 2008 4:56 PM

Yes I´m using Visual Studio 6 but I don't know what the problem is yet.

I have tried to read the comment you ay, but it does not exist in the file ip_helper_win32.c.

Date: Tue, 19 Feb 2008 16:33:03 +0000> From: nanang.izzuddin@gmail.com> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] (no subject)> > Hi Markus,> > You can read the comment in the file ip_helper_win32.c:> /* If you encounter error "Cannot open include file: 'Iphlpapi.h' here,> * you need to install newer Platform SDK. Presumably you're using> * Microsoft Visual Studio 6?> */> > nanang> > > On 19/02/2008, Markus Vechiorno finalpfc@hotmail.com wrote:> >> > Hi all,> >> > I am trying to develop an adaptive VoIP client using pjsip.> >> > Some months ago, I worked with version 0.5.10.4 and the samples seems to> > work fine.> >> > Now, I have downloaded version 0.8.0 and I am not able to begin...> >> > The first problem appears when I try to open pjproject.dsw with Visual> > Studio 6.0. A pop up message appears telling "Unable to connect to source> > code control project Perforce Project. Do you wish to reattempt this> > connection in future sessions?"> > I solve this problem selecting NO in the pop up, but I don't know if this> > is the heart of the matter.> >> > Then when trying to build pjsua project an error is found. The error is : "> > \proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) :> > fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or> > directory"> >> > What could be the problem?> >> > Please help me..> >> > Cheers!> >> > ________________________________> > Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar> > siempre a la última MSN Newsletters> > _______________________________________________> > Visit our blog: http://blog.pjsip.org> >> > pjsip mailing list> > pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org> >> >> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Yes I´m using Visual Studio 6 but I don't know what the problem is yet. I have tried to read the comment you ay, but it does not exist in the file ip_helper_win32.c. > Date: Tue, 19 Feb 2008 16:33:03 +0000> From: nanang.izzuddin@gmail.com> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] (no subject)> > Hi Markus,> > You can read the comment in the file ip_helper_win32.c:> /* If you encounter error "Cannot open include file: 'Iphlpapi.h' here,> * you need to install newer Platform SDK. Presumably you're using> * Microsoft Visual Studio 6?> */> > nanang> > > On 19/02/2008, Markus Vechiorno <finalpfc@hotmail.com> wrote:> >> > Hi all,> >> > I am trying to develop an adaptive VoIP client using pjsip.> >> > Some months ago, I worked with version 0.5.10.4 and the samples seems to> > work fine.> >> > Now, I have downloaded version 0.8.0 and I am not able to begin...> >> > The first problem appears when I try to open pjproject.dsw with Visual> > Studio 6.0. A pop up message appears telling "Unable to connect to source> > code control project Perforce Project. Do you wish to reattempt this> > connection in future sessions?"> > I solve this problem selecting NO in the pop up, but I don't know if this> > is the heart of the matter.> >> > Then when trying to build pjsua project an error is found. The error is : "> > \proy\pjproject-0.8.0\pjlib\src\pj\ip_helper_win32.c(30) :> > fatal error C1083: Cannot open include file: 'Iphlpapi.h': No such file or> > directory"> >> > What could be the problem?> >> > Please help me..> >> > Cheers!> >> > ________________________________> > Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar> > siempre a la última MSN Newsletters> > _______________________________________________> > Visit our blog: http://blog.pjsip.org> >> > pjsip mailing list> > pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org> >> >> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _________________________________________________________________ MSN Noticias http://noticias.msn.es/comunidad.aspx
A
atik
Tue, Feb 19, 2008 5:11 PM

On Feb 20, 2008 12:56 AM, Javier Camarero jcamlar@hotmail.com wrote:

Yes I´m using Visual Studio 6 but I don't know what the problem is yet.

I have tried to read the comment you ay, but it does not exist in the file
ip_helper_win32.c.

On Feb 20, 2008 12:56 AM, Javier Camarero <jcamlar@hotmail.com> wrote: > > Yes I´m using Visual Studio 6 but I don't know what the problem is yet. > check the note here http://www.pjsip.org/using.htm#vs > I have tried to read the comment you ay, but it does not exist in the file > ip_helper_win32.c. > it exits, check line number 32 - 34 http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c
MV
Markus Vechiorno
Mon, Feb 25, 2008 7:48 PM

Well,

I am using Visual Studio 6 too.
I have tried to download and install Windows Server 2003 SP1 Platform SDK Full Download but i have not been able. I get in troubles very easy trying to use this 0.8.0 version.

I think the problem is my OS Windows XP Home Edition ver 2002 SP2. Trying to find the solution in microsoft web page has been not very profitable...

Did anyone have the same problem? any suggestion? any site to download the right version?

Thanks a million,
Mark

Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero jcamlar@hotmail.com wrote:> >> > Yes I´m using Visual Studio 6 but I don't know what the problem is yet.> >> check the note here> http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment you ay, but it does not exist in the file> > ip_helper_win32.c.> >> > it exits, check line number 32 - 34> http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar siempre a la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com

Well, I am using Visual Studio 6 too. I have tried to download and install Windows Server 2003 SP1 Platform SDK Full Download but i have not been able. I get in troubles very easy trying to use this 0.8.0 version. I think the problem is my OS Windows XP Home Edition ver 2002 SP2. Trying to find the solution in microsoft web page has been not very profitable... Did anyone have the same problem? any suggestion? any site to download the right version? Thanks a million, Mark > Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero <jcamlar@hotmail.com> wrote:> >> > Yes I´m using Visual Studio 6 but I don't know what the problem is yet.> >> check the note here> http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment you ay, but it does not exist in the file> > ip_helper_win32.c.> >> > it exits, check line number 32 - 34> http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar siempre a la última http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com
Z
Zeroflag
Mon, Feb 25, 2008 9:35 PM

hi

Last time i checked, the web based online installer of platform sdk was
corrupted. I used
the full ISO install and works fine.

http://www.microsoft.com/downloads/details.aspx?FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en

2008.02.25. 20:48:35 dátumon Markus Vechiorno finalpfc@hotmail.com írta:

Well,
I am using Visual Studio 6 too.
I have tried to download and install Windows Server 2003 SP1 Platform
SDK Full Download but i have not been able. I get in troubles very easy
trying to use this 0.8.0 version.
I think the problem is my OS Windows XP Home Edition ver 2002 SP2.
Trying to find the solution in microsoft web page has been not very
profitable...
Did anyone have the same problem? any suggestion? any site to download
the right version?
Thanks a million,
Mark

Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To:
pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem
with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero
jcamlar@hotmail.com wrote:> >> > Yes I´m using Visual Studio 6 but I
don't know what the problem is yet.> >> check the note here>
http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment
you ay, but it does not exist in the file> > ip_helper_win32.c.> >> >
it exits, check line number 32 - 34>
http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c>

_______________________________________________> Visit our blog:


Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para
estar siempre a la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com

hi Last time i checked, the web based online installer of platform sdk was corrupted. I used the full ISO install and works fine. http://www.microsoft.com/downloads/details.aspx?FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en 2008.02.25. 20:48:35 dátumon Markus Vechiorno <finalpfc@hotmail.com> írta: > > Well, > I am using Visual Studio 6 too. > I have tried to download and install Windows Server 2003 SP1 Platform > SDK Full Download but i have not been able. I get in troubles very easy > trying to use this 0.8.0 version. > I think the problem is my OS Windows XP Home Edition ver 2002 SP2. > Trying to find the solution in microsoft web page has been not very > profitable... > Did anyone have the same problem? any suggestion? any site to download > the right version? > Thanks a million, > Mark >> Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To: >> pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem >> with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero >> <jcamlar@hotmail.com> wrote:> >> > Yes I´m using Visual Studio 6 but I >> don't know what the problem is yet.> >> check the note here> >> http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment >> you ay, but it does not exist in the file> > ip_helper_win32.c.> >> > >> it exits, check line number 32 - 34> >> http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c> >> > _______________________________________________> Visit our blog: >> http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > _________________________________________________________________ > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para > estar siempre a la última > http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com
MV
Markus Vechiorno
Wed, Feb 27, 2008 7:20 AM

Hi,

The iso install has not been successful.
Now I am downloading a 90 days visual studio 8.0 version. Does the version 8.0 have the needed SDK included?

I actually think that the problem is my OS version, XP Home edition over AMD 64 x2.

Thanks!!

Date: Mon, 25 Feb 2008 22:35:11 +0100> To: pjsip@lists.pjsip.org> From: zeroflag@freemail.hu> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > hi> > Last time i checked, the web based online installer of platform sdk was > corrupted. I used> the full ISO install and works fine.> > http://www.microsoft.com/downloads/details.aspx?FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en> > > 2008.02.25. 20:48:35 dátumon Markus Vechiorno finalpfc@hotmail.com írta:> > >> > Well,> > I am using Visual Studio 6 too.> > I have tried to download and install Windows Server 2003 SP1 Platform > > SDK Full Download but i have not been able. I get in troubles very easy > > trying to use this 0.8.0 version.> > I think the problem is my OS Windows XP Home Edition ver 2002 SP2. > > Trying to find the solution in microsoft web page has been not very > > profitable...> > Did anyone have the same problem? any suggestion? any site to download > > the right version?> > Thanks a million,> > Mark> >> Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To: > >> pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem > >> with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero > >> jcamlar@hotmail.com wrote:> >> > Yes I´m using Visual Studio 6 but I > >> don't know what the problem is yet.> >> check the note here> > >> http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment > >> you ay, but it does not exist in the file> > ip_helper_win32.c.> >> > > >> it exits, check line number 32 - 34> > >> http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c> > >> > _______________________________________________> Visit our blog: > >> http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org> > _________________________________________________________________> > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para > > estar siempre a la última> > http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com> > > > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


La vida de los famosos al desnudo en MSN Entretenimiento
http://entretenimiento.es.msn.com/

Hi, The iso install has not been successful. Now I am downloading a 90 days visual studio 8.0 version. Does the version 8.0 have the needed SDK included? I actually think that the problem is my OS version, XP Home edition over AMD 64 x2. Thanks!! > Date: Mon, 25 Feb 2008 22:35:11 +0100> To: pjsip@lists.pjsip.org> From: zeroflag@freemail.hu> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > hi> > Last time i checked, the web based online installer of platform sdk was > corrupted. I used> the full ISO install and works fine.> > http://www.microsoft.com/downloads/details.aspx?FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en> > > 2008.02.25. 20:48:35 dátumon Markus Vechiorno <finalpfc@hotmail.com> írta:> > >> > Well,> > I am using Visual Studio 6 too.> > I have tried to download and install Windows Server 2003 SP1 Platform > > SDK Full Download but i have not been able. I get in troubles very easy > > trying to use this 0.8.0 version.> > I think the problem is my OS Windows XP Home Edition ver 2002 SP2. > > Trying to find the solution in microsoft web page has been not very > > profitable...> > Did anyone have the same problem? any suggestion? any site to download > > the right version?> > Thanks a million,> > Mark> >> Date: Wed, 20 Feb 2008 01:11:58 +0800> From: atik.khan@gmail.com> To: > >> pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem > >> with 0.8.0 version> > On Feb 20, 2008 12:56 AM, Javier Camarero > >> <jcamlar@hotmail.com> wrote:> >> > Yes I´m using Visual Studio 6 but I > >> don't know what the problem is yet.> >> check the note here> > >> http://www.pjsip.org/using.htm#vs> > > I have tried to read the comment > >> you ay, but it does not exist in the file> > ip_helper_win32.c.> >> > > >> it exits, check line number 32 - 34> > >> http://trac.pjsip.org/repos/browser/pjproject/trunk/pjlib/src/pj/ip_helper_win32.c> > >> > _______________________________________________> Visit our blog: > >> http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org> > _________________________________________________________________> > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para > > estar siempre a la última> > http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com> > > > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _________________________________________________________________ La vida de los famosos al desnudo en MSN Entretenimiento http://entretenimiento.es.msn.com/
PI
Perry Ismangil
Wed, Feb 27, 2008 1:47 PM

On 2/27/08, Markus Vechiorno finalpfc@hotmail.com wrote:

Now I am downloading a 90 days visual studio 8.0 version. Does the version
8.0 have the needed SDK included?

Markus, as mentioned http://www.pjsip.org/using.htm#vs you don't need
the Pro version, the free Express version should be enough. You do
need to install the Platform and DirectX SDK as well.

--
Perry Ismangil

On 2/27/08, Markus Vechiorno <finalpfc@hotmail.com> wrote: > Now I am downloading a 90 days visual studio 8.0 version. Does the version > 8.0 have the needed SDK included? > Markus, as mentioned http://www.pjsip.org/using.htm#vs you don't need the Pro version, the free Express version should be enough. You do need to install the Platform and DirectX SDK as well. -- Perry Ismangil
MV
Markus Vechiorno
Fri, Feb 29, 2008 12:57 PM

So the VS8.0 does not come with the SDK needed neither....

I am wondering if any of you have installed SDK platform on windows XP. I can't find the way of starting with this...

I have read that the SDK does not run on windows XP, is that true? I have tried with the

I am trying to install platform SDK on Windows XP Professional edition this weekend.

Thanks!

Date: Wed, 27 Feb 2008 13:47:13 +0000> From: perry@pjsip.org> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > On 2/27/08, Markus Vechiorno finalpfc@hotmail.com wrote:> > Now I am downloading a 90 days visual studio 8.0 version. Does the version> > 8.0 have the needed SDK included?> >> > Markus, as mentioned http://www.pjsip.org/using.htm#vs you don't need> the Pro version, the free Express version should be enough. You do> need to install the Platform and DirectX SDK as well.> > -- > Perry Ismangil> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

So the VS8.0 does not come with the SDK needed neither.... I am wondering if any of you have installed SDK platform on windows XP. I can't find the way of starting with this... I have read that the SDK does not run on windows XP, is that true? I have tried with the I am trying to install platform SDK on Windows XP Professional edition this weekend. Thanks! > Date: Wed, 27 Feb 2008 13:47:13 +0000> From: perry@pjsip.org> To: pjsip@lists.pjsip.org> Subject: Re: [pjsip] Visual Studio 6 problem with 0.8.0 version> > On 2/27/08, Markus Vechiorno <finalpfc@hotmail.com> wrote:> > Now I am downloading a 90 days visual studio 8.0 version. Does the version> > 8.0 have the needed SDK included?> >> > Markus, as mentioned http://www.pjsip.org/using.htm#vs you don't need> the Pro version, the free Express version should be enough. You do> need to install the Platform and DirectX SDK as well.> > -- > Perry Ismangil> > _______________________________________________> Visit our blog: http://blog.pjsip.org> > pjsip mailing list> pjsip@lists.pjsip.org> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _________________________________________________________________ MSN Video. http://video.msn.com/?mkt=es-es
PI
Perry Ismangil
Fri, Feb 29, 2008 1:58 PM

On 2/29/08, Markus Vechiorno finalpfc@hotmail.com wrote:

So the VS8.0 does not come with the SDK needed neither....

I am wondering if any of you have installed SDK platform on windows XP. I
can't find the way of starting with this...

There two ways: one is a minimum setup that downloads the rest or you
can download an ISO image of about 1.5GB and either use a virtual CD
mounter or burn it ro DVD.

I have read that the SDK does not run on windows XP, is that true? I have
tried with the

No that is not true. I have installed the Platform SDK on both WinXP
and Vista (32 bit though).

--
Perry Ismangil
http://www.pjsip.org

On 2/29/08, Markus Vechiorno <finalpfc@hotmail.com> wrote: > > So the VS8.0 does not come with the SDK needed neither.... > > I am wondering if any of you have installed SDK platform on windows XP. I > can't find the way of starting with this... There two ways: one is a minimum setup that downloads the rest or you can download an ISO image of about 1.5GB and either use a virtual CD mounter or burn it ro DVD. > I have read that the SDK does not run on windows XP, is that true? I have > tried with the No that is not true. I have installed the Platform SDK on both WinXP and Vista (32 bit though). -- Perry Ismangil http://www.pjsip.org