Thread: Re: [OpenSIPStack] .vdproj extension
Brought to you by:
joegenbaclor
From: sebastian p. <seb...@gm...> - 2007-11-22 10:03:02
|
Hi all, last version of ATLSIP project includes a file with extension .vdproj. I have a failure when trying to open OSSPhone.vcproj because it says that i don't have an aplication for .vdproj files installed. I'm runing on a Visual C++ 2005 Express Edition through Windows XP, would it be fixed if i use a complete Visual Studio instead of Express one?? Thank you in advance (BTW, i'm having problems finding Visual Studio. i suppose that it's a highly-protected-with-license tool :S) |
From: Ilian J. C. P. <ip...@so...> - 2007-11-22 10:20:59
|
Hi, You should be able to safely ignore that error. It's not really a requirement. The .vdproj file is for OSSPhone's installer project (MSI). Which, I'm afraid, is not available in the Express editions. Yes. If you have at least the Standard version, you can load the installer project. Regards, Ilian sebastian pastor wrote: > Hi all, > > last version of ATLSIP project includes a file with extension .vdproj. I > have a failure when trying to open OSSPhone.vcproj because it says that i > don't have an aplication for .vdproj files installed. > I'm runing on a Visual C++ 2005 Express Edition through Windows XP, would it > be fixed if i use a complete Visual Studio instead of Express one?? > > Thank you in advance > (BTW, i'm having problems finding Visual Studio. i suppose that it's a > highly-protected-with-license tool :S) > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Giuseppe B. <giu...@bs...> - 2007-11-22 17:03:17
|
Hi, I'm using ATLSIP control, I updated the source with CVS because I had problem with calls, now solved. But now I have an issue: the old OnLogSIPMessage event returned a multiline verbose log, now it returns only a line at time, with few info. There is a way to enable the previous behavior of that event? Thank you very much, Giuseppe |
From: Ilian J. C. P. <ip...@so...> - 2007-11-23 04:14:13
|
Hi, This was affected by modifications in the logging behavior for OSBC. Here's a quick fix: In SIPTransportManager::OnProcessInbound( EQ::EventQueue &, INT _event ) and SIPTransportManager::OnProcessOutbound( EQ::EventQueue &, INT _event ), insert "traceStream << "\r\n" << strPacket.str();" before SIPTransport::NotifyRead( traceStream.str() ); and SIPTransport::NotifyWrite( traceStream.str() ); in their respective functions. - Ilian Giuseppe Battaglia wrote: > Hi, > I'm using ATLSIP control, I updated the source with CVS because I had > problem with calls, now solved. > But now I have an issue: the old OnLogSIPMessage event returned a multiline > verbose log, now it returns only a line at time, with few info. > There is a way to enable the previous behavior of that event? > Thank you very much, > Giuseppe > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: sebastian p. <seb...@gm...> - 2007-11-25 11:38:23
|
Hi, Thanks. I finally opened the OSSPhone project and compile it. It worked for previous versions of libraries (the ones downloaded via web). But with the ATLSIP module downloaded sing CVS i'm finding this compiling error (in OSSPhone.vcproj): Project : error* PRJ0019*: Una herramienta devolvi=F3 un c=F3digo de error = de "Ejecutando evento anterior a la generaci=F3n..." (Project: error PRJ0019: A tool returned an error code from "Executing even= t previous to generation...") Attached you have the .log (BTW, i'm using Visual Studio 2005 through Windows XP) Thanks 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > > Hi, > > You should be able to safely ignore that error. It's not really a > requirement. The .vdproj file is for OSSPhone's installer project (MSI). > Which, I'm afraid, is not available in the Express editions. > > Yes. If you have at least the Standard version, you can load the > installer project. > > Regards, > Ilian > > sebastian pastor wrote: > > Hi all, > > > > last version of ATLSIP project includes a file with extension .vdproj. = I > > have a failure when trying to open OSSPhone.vcproj because it says that > i > > don't have an aplication for .vdproj files installed. > > I'm runing on a Visual C++ 2005 Express Edition through Windows XP, > would it > > be fixed if i use a complete Visual Studio instead of Express one?? > > > > Thank you in advance > > (BTW, i'm having problems finding Visual Studio. i suppose that it's a > > highly-protected-with-license tool :S) > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Ilian J. C. P. <ip...@so...> - 2007-11-26 05:53:41
|
Hi, I think that you are missing aximp.exe or the path to it is not visible. aximp.exe was introduced in the Pre-build event for convenience but is not really required for compilation. It helps ensure that the latest update of the ATLSIP control is registered prior to compilation. Anyway, are you using a non-Express edition Visual Studio? If so, confirm that you have aximp.exe installed with your VS. If you used the default install location, it should be in C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin. If you're using the Express edition, you may have to download the Platform/Windows SDK. Although, I'm not really sure it's included there. - Ilian sebastian pastor wrote: > Hi, > > Thanks. I finally opened the OSSPhone project and compile it. It worked for > previous versions of libraries (the ones downloaded via web). But with the > ATLSIP module downloaded sing CVS i'm finding this compiling error (in > OSSPhone.vcproj): > > Project : error* PRJ0019*: Una herramienta devolvió un código de error de > "Ejecutando evento anterior a la generación..." > (Project: error PRJ0019: A tool returned an error code from "Executing event > previous to generation...") > > Attached you have the .log (BTW, i'm using Visual Studio 2005 through > Windows XP) > > Thanks > > > 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > >> Hi, >> >> You should be able to safely ignore that error. It's not really a >> requirement. The .vdproj file is for OSSPhone's installer project (MSI). >> Which, I'm afraid, is not available in the Express editions. >> >> Yes. If you have at least the Standard version, you can load the >> installer project. >> >> Regards, >> Ilian >> >> sebastian pastor wrote: >> >>> Hi all, >>> >>> last version of ATLSIP project includes a file with extension .vdproj. I >>> have a failure when trying to open OSSPhone.vcproj because it says that >>> >> i >> >>> don't have an aplication for .vdproj files installed. >>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, >>> >> would it >> >>> be fixed if i use a complete Visual Studio instead of Express one?? >>> >>> Thank you in advance >>> (BTW, i'm having problems finding Visual Studio. i suppose that it's a >>> highly-protected-with-license tool :S) >>> >>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> |
From: sebastian p. <seb...@gm...> - 2007-11-26 10:33:13
|
Hi, I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform SD= K some time ago, i have added it as an additional reference in Project Propperties. But i still have the same error when compiling OSSPhone project, PRJ0019: A tool returned an error code from "Executing event previous to generation..." What else can be? Do you need some more info? Thanks again. -Sebasti=E1n- 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > Hi, > > I think that you are missing aximp.exe or the path to it is not visible. > aximp.exe was introduced in the Pre-build event for convenience but is > not really required for compilation. It helps ensure that the latest > update of the ATLSIP control is registered prior to compilation. > > Anyway, are you using a non-Express edition Visual Studio? If so, > confirm that you have aximp.exe installed with your VS. If you used the > default install location, it should be in C:\Program Files\Microsoft > Visual Studio 8\SDK\v2.0\Bin. > > If you're using the Express edition, you may have to download the > Platform/Windows SDK. Although, I'm not really sure it's included there. > > - Ilian > > sebastian pastor wrote: > > Hi, > > > > Thanks. I finally opened the OSSPhone project and compile it. It worked > for > > previous versions of libraries (the ones downloaded via web). But with > the > > ATLSIP module downloaded sing CVS i'm finding this compiling error (in > > OSSPhone.vcproj): > > > > Project : error* PRJ0019*: Una herramienta devolvi=F3 un c=F3digo de er= ror > de > > "Ejecutando evento anterior a la generaci=F3n..." > > (Project: error PRJ0019: A tool returned an error code from "Executing > event > > previous to generation...") > > > > Attached you have the .log (BTW, i'm using Visual Studio 2005 through > > Windows XP) > > > > Thanks > > > > > > 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > > > >> Hi, > >> > >> You should be able to safely ignore that error. It's not really a > >> requirement. The .vdproj file is for OSSPhone's installer project > (MSI). > >> Which, I'm afraid, is not available in the Express editions. > >> > >> Yes. If you have at least the Standard version, you can load the > >> installer project. > >> > >> Regards, > >> Ilian > >> > >> sebastian pastor wrote: > >> > >>> Hi all, > >>> > >>> last version of ATLSIP project includes a file with extension .vdproj= . > I > >>> have a failure when trying to open OSSPhone.vcproj because it says > that > >>> > >> i > >> > >>> don't have an aplication for .vdproj files installed. > >>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, > >>> > >> would it > >> > >>> be fixed if i use a complete Visual Studio instead of Express one?? > >>> > >>> Thank you in advance > >>> (BTW, i'm having problems finding Visual Studio. i suppose that it's = a > >>> highly-protected-with-license tool :S) > >>> > >>> > >> > ------------------------------------------------------------------------- > >> > >>> This SF.net email is sponsored by: Microsoft > >>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>> _______________________________________________ > >>> opensipstack-devel mailing list > >>> ope...@li... > >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>> > >>> > >>> > >>> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Ilian J. C. P. <ip...@so...> - 2007-11-26 10:46:26
|
Let's take this one step at a time... Open OSSPhone properties. Under Configuration Properties -> Build Events -> Pre-build Event, delete the entry in Command Line field. Tell me the results after. - Ilian sebastian pastor wrote: > Hi, > > I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft > Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform SDK > some time ago, i have added it as an additional reference in Project > Propperties. > > But i still have the same error when compiling OSSPhone project, > PRJ0019: A tool returned an error code from "Executing event previous to > generation..." > > What else can be? Do you need some more info? > > Thanks again. > > -Sebastián- > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > >> Hi, >> >> I think that you are missing aximp.exe or the path to it is not visible. >> aximp.exe was introduced in the Pre-build event for convenience but is >> not really required for compilation. It helps ensure that the latest >> update of the ATLSIP control is registered prior to compilation. >> >> Anyway, are you using a non-Express edition Visual Studio? If so, >> confirm that you have aximp.exe installed with your VS. If you used the >> default install location, it should be in C:\Program Files\Microsoft >> Visual Studio 8\SDK\v2.0\Bin. >> >> If you're using the Express edition, you may have to download the >> Platform/Windows SDK. Although, I'm not really sure it's included there. >> >> - Ilian >> >> sebastian pastor wrote: >> >>> Hi, >>> >>> Thanks. I finally opened the OSSPhone project and compile it. It worked >>> >> for >> >>> previous versions of libraries (the ones downloaded via web). But with >>> >> the >> >>> ATLSIP module downloaded sing CVS i'm finding this compiling error (in >>> OSSPhone.vcproj): >>> >>> Project : error* PRJ0019*: Una herramienta devolvió un código de error >>> >> de >> >>> "Ejecutando evento anterior a la generación..." >>> (Project: error PRJ0019: A tool returned an error code from "Executing >>> >> event >> >>> previous to generation...") >>> >>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through >>> Windows XP) >>> >>> Thanks >>> >>> >>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: >>> >>> >>>> Hi, >>>> >>>> You should be able to safely ignore that error. It's not really a >>>> requirement. The .vdproj file is for OSSPhone's installer project >>>> >> (MSI). >> >>>> Which, I'm afraid, is not available in the Express editions. >>>> >>>> Yes. If you have at least the Standard version, you can load the >>>> installer project. >>>> >>>> Regards, >>>> Ilian >>>> >>>> sebastian pastor wrote: >>>> >>>> >>>>> Hi all, >>>>> >>>>> last version of ATLSIP project includes a file with extension .vdproj. >>>>> >> I >> >>>>> have a failure when trying to open OSSPhone.vcproj because it says >>>>> >> that >> >>>> i >>>> >>>> >>>>> don't have an aplication for .vdproj files installed. >>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, >>>>> >>>>> >>>> would it >>>> >>>> >>>>> be fixed if i use a complete Visual Studio instead of Express one?? >>>>> >>>>> Thank you in advance >>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it's a >>>>> highly-protected-with-license tool :S) >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> _______________________________________________ >>>>> opensipstack-devel mailing list >>>>> ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>> >>>>> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >>>> >> ------------------------------------------------------------------------ >> >>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> >>>> >> ------------------------------------------------------------------------ >> >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: sebastian p. <seb...@gm...> - 2007-11-26 11:18:11
|
Now it has compiled without erros!! :DDDD Is it necessary to solve that registration issue or i can continue working this way? Anyway, thanks for your speed ;) -Sebasti=E1n- 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > Let's take this one step at a time... > > Open OSSPhone properties. Under Configuration Properties -> Build Events > -> Pre-build Event, delete the entry in Command Line field. > > Tell me the results after. > > - Ilian > > sebastian pastor wrote: > > Hi, > > > > I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft > > Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platfor= m > SDK > > some time ago, i have added it as an additional reference in Project > > Propperties. > > > > But i still have the same error when compiling OSSPhone project, > > PRJ0019: A tool returned an error code from "Executing event previous t= o > > generation..." > > > > What else can be? Do you need some more info? > > > > Thanks again. > > > > -Sebasti=E1n- > > > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > > >> Hi, > >> > >> I think that you are missing aximp.exe or the path to it is not > visible. > >> aximp.exe was introduced in the Pre-build event for convenience but is > >> not really required for compilation. It helps ensure that the latest > >> update of the ATLSIP control is registered prior to compilation. > >> > >> Anyway, are you using a non-Express edition Visual Studio? If so, > >> confirm that you have aximp.exe installed with your VS. If you used th= e > >> default install location, it should be in C:\Program Files\Microsoft > >> Visual Studio 8\SDK\v2.0\Bin. > >> > >> If you're using the Express edition, you may have to download the > >> Platform/Windows SDK. Although, I'm not really sure it's included > there. > >> > >> - Ilian > >> > >> sebastian pastor wrote: > >> > >>> Hi, > >>> > >>> Thanks. I finally opened the OSSPhone project and compile it. It > worked > >>> > >> for > >> > >>> previous versions of libraries (the ones downloaded via web). But wit= h > >>> > >> the > >> > >>> ATLSIP module downloaded sing CVS i'm finding this compiling error (i= n > >>> OSSPhone.vcproj): > >>> > >>> Project : error* PRJ0019*: Una herramienta devolvi=F3 un c=F3digo de = error > >>> > >> de > >> > >>> "Ejecutando evento anterior a la generaci=F3n..." > >>> (Project: error PRJ0019: A tool returned an error code from "Executin= g > >>> > >> event > >> > >>> previous to generation...") > >>> > >>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through > >>> Windows XP) > >>> > >>> Thanks > >>> > >>> > >>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > >>> > >>> > >>>> Hi, > >>>> > >>>> You should be able to safely ignore that error. It's not really a > >>>> requirement. The .vdproj file is for OSSPhone's installer project > >>>> > >> (MSI). > >> > >>>> Which, I'm afraid, is not available in the Express editions. > >>>> > >>>> Yes. If you have at least the Standard version, you can load the > >>>> installer project. > >>>> > >>>> Regards, > >>>> Ilian > >>>> > >>>> sebastian pastor wrote: > >>>> > >>>> > >>>>> Hi all, > >>>>> > >>>>> last version of ATLSIP project includes a file with extension > .vdproj. > >>>>> > >> I > >> > >>>>> have a failure when trying to open OSSPhone.vcproj because it says > >>>>> > >> that > >> > >>>> i > >>>> > >>>> > >>>>> don't have an aplication for .vdproj files installed. > >>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, > >>>>> > >>>>> > >>>> would it > >>>> > >>>> > >>>>> be fixed if i use a complete Visual Studio instead of Express one?? > >>>>> > >>>>> Thank you in advance > >>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it'= s > a > >>>>> highly-protected-with-license tool :S) > >>>>> > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >> > >>>>> This SF.net email is sponsored by: Microsoft > >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>>> _______________________________________________ > >>>>> opensipstack-devel mailing list > >>>>> ope...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >> > >>>> This SF.net email is sponsored by: Microsoft > >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>> _______________________________________________ > >>>> opensipstack-devel mailing list > >>>> ope...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>> > >>>> > >>>> > >>>> > >> > ------------------------------------------------------------------------ > >> > >>>> > >> > ------------------------------------------------------------------------- > >> > >>>> This SF.net email is sponsored by: Microsoft > >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>> > >>>> > >> > ------------------------------------------------------------------------ > >> > >>>> _______________________________________________ > >>>> opensipstack-devel mailing list > >>>> ope...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>> > >>>> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Ilian J. C. P. <ip...@so...> - 2007-11-26 11:32:58
|
sebastian pastor wrote: > Now it has compiled without erros!! :DDDD > > Is it necessary to solve that registration issue or i can continue working > this way? > > Anyway, thanks for your speed ;) > No problem... It's not really necessary. It was just put there for convenience to keep the registered atl control up-to-date. But I still think it would be better that you fix the the issue with aximp.exe. Probably adding its location to %PATH% will work. - Ilian > -Sebastián- > > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > >> Let's take this one step at a time... >> >> Open OSSPhone properties. Under Configuration Properties -> Build Events >> -> Pre-build Event, delete the entry in Command Line field. >> >> Tell me the results after. >> >> - Ilian >> >> sebastian pastor wrote: >> >>> Hi, >>> >>> I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft >>> Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform >>> >> SDK >> >>> some time ago, i have added it as an additional reference in Project >>> Propperties. >>> >>> But i still have the same error when compiling OSSPhone project, >>> PRJ0019: A tool returned an error code from "Executing event previous to >>> generation..." >>> >>> What else can be? Do you need some more info? >>> >>> Thanks again. >>> >>> -Sebastián- >>> >>> 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: >>> >>> >>>> Hi, >>>> >>>> I think that you are missing aximp.exe or the path to it is not >>>> >> visible. >> >>>> aximp.exe was introduced in the Pre-build event for convenience but is >>>> not really required for compilation. It helps ensure that the latest >>>> update of the ATLSIP control is registered prior to compilation. >>>> >>>> Anyway, are you using a non-Express edition Visual Studio? If so, >>>> confirm that you have aximp.exe installed with your VS. If you used the >>>> default install location, it should be in C:\Program Files\Microsoft >>>> Visual Studio 8\SDK\v2.0\Bin. >>>> >>>> If you're using the Express edition, you may have to download the >>>> Platform/Windows SDK. Although, I'm not really sure it's included >>>> >> there. >> >>>> - Ilian >>>> >>>> sebastian pastor wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> Thanks. I finally opened the OSSPhone project and compile it. It >>>>> >> worked >> >>>> for >>>> >>>> >>>>> previous versions of libraries (the ones downloaded via web). But with >>>>> >>>>> >>>> the >>>> >>>> >>>>> ATLSIP module downloaded sing CVS i'm finding this compiling error (in >>>>> OSSPhone.vcproj): >>>>> >>>>> Project : error* PRJ0019*: Una herramienta devolvió un código de error >>>>> >>>>> >>>> de >>>> >>>> >>>>> "Ejecutando evento anterior a la generación..." >>>>> (Project: error PRJ0019: A tool returned an error code from "Executing >>>>> >>>>> >>>> event >>>> >>>> >>>>> previous to generation...") >>>>> >>>>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through >>>>> Windows XP) >>>>> >>>>> Thanks >>>>> >>>>> >>>>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: >>>>> >>>>> >>>>> >>>>>> Hi, >>>>>> >>>>>> You should be able to safely ignore that error. It's not really a >>>>>> requirement. The .vdproj file is for OSSPhone's installer project >>>>>> >>>>>> >>>> (MSI). >>>> >>>> >>>>>> Which, I'm afraid, is not available in the Express editions. >>>>>> >>>>>> Yes. If you have at least the Standard version, you can load the >>>>>> installer project. >>>>>> >>>>>> Regards, >>>>>> Ilian >>>>>> >>>>>> sebastian pastor wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> last version of ATLSIP project includes a file with extension >>>>>>> >> .vdproj. >> >>>> I >>>> >>>> >>>>>>> have a failure when trying to open OSSPhone.vcproj because it says >>>>>>> >>>>>>> >>>> that >>>> >>>> >>>>>> i >>>>>> >>>>>> >>>>>> >>>>>>> don't have an aplication for .vdproj files installed. >>>>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, >>>>>>> >>>>>>> >>>>>>> >>>>>> would it >>>>>> >>>>>> >>>>>> >>>>>>> be fixed if i use a complete Visual Studio instead of Express one?? >>>>>>> >>>>>>> Thank you in advance >>>>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it's >>>>>>> >> a >> >>>>>>> highly-protected-with-license tool :S) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >> ------------------------------------------------------------------------- >> >>>>>>> This SF.net email is sponsored by: Microsoft >>>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>>> _______________________________________________ >>>>>>> opensipstack-devel mailing list >>>>>>> ope...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >> ------------------------------------------------------------------------- >> >>>>>> This SF.net email is sponsored by: Microsoft >>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>> _______________________________________________ >>>>>> opensipstack-devel mailing list >>>>>> ope...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> >>>>>> This SF.net email is sponsored by: Microsoft >>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------ >> >>>>>> _______________________________________________ >>>>>> opensipstack-devel mailing list >>>>>> ope...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |