Re: [OpenSIPStack] ATLSIP setup
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2008-01-04 05:49:55
|
Hi, Giuseppe Battaglia wrote: > I confirm that Atlsip.dll is the release build. > I unsuccessfully included the suggested dll, even if Visual Studio warn that > most of them are under Windows System file protection (on XP are already in > the system). > If the DLLs are included in the detected dependencies of your setup project, there is no need to manually add them. You can even exclude them if the warning is displayed. > In CVS I found the OssPhoneSetup.vdproj, but the needed files are missing. > May be uploaded the full project? > What files does it say are missing? My copy is ok. Also, how are you registering ATLSIP.dll or why are you manually calling regsvr32? Anyway, try these: 1. When adding ATLSIP.dll to your app's working directory, be sure to set Register == vsdrpCOM in its properties. 2. Add the appropriate merge modules to your setup project: Microsoft_VC80_*.msm. Regards, Ilian > Thank you very much, > Giuseppe Battaglia > > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of Andre > Silo > Sent: giovedì 3 gennaio 2008 4:04 > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP setup > > Try Including the following: > dnsapi.dll > comdlg32.dll > mpr.dll > snmpapi.dll > setupapi.dll > > "Ilian Jeri C. Pinzon" <ip...@so...> wrote: > Hi, > > Can you confirm that the Atlsip.dll you built is of Release build? The > dependencies you included are for Release build. > > Regards, > Ilian > > Giuseppe Battaglia wrote: > >> Hi, >> I'm trying to create a setup for an application that use ATLSIP control, >> > but > >> I can't register Atlsip.dll on a client. >> Regsvr32 say: "this application failed to start because the application >> configuration is incorrect...". >> I'm sure to have included all the dependencies (msvcp80.dll and >> > msvcr80.dll, > >> the others dll are already in the operating system). >> The registration is ok if I install the OssPhone, but I don't need it. I >> > use > >> Windows XP and compile with Visual Studio 2005. >> Any Idea? >> Thank you very much, >> Giuseppe Battaglia >> > > > > ------------------------------------------------------------------------- > 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 > > > |