Re: [OpenSIPStack] ATLSIP setup
Brought to you by:
joegenbaclor
From: Giuseppe B. <giu...@bs...> - 2008-01-04 17:08:01
|
Hi, Maybe that all file are OssPhoneSetup.vdproj are in CVS, but when I load = the project in visual studio I get two "unable to determine name" errors. I set to register the dll, my setup appear to run successfully but the application crash because the registration was unsuccessful. I used = regsvr32 to get the registration error. However I solved now. I added both VC80 & CRT80 merge module (these are = the only information I discovered from the OssPhoneSetup.vdproj) but the = wrong version because I installed Visual Studio 2008 also. I copied VC80 & CRT80 msm from another pc and all now is right! Thank you very much to all. Giuseppe -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of = Ilian Jeri C. Pinzon Sent: venerd=EC 4 gennaio 2008 6:50 To: ope...@li... Subject: Re: [OpenSIPStack] ATLSIP setup 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). > =20 If the DLLs are included in the detected dependencies of your setup=20 project, there is no need to manually add them. You can even exclude=20 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? > =20 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=20 set Register =3D=3D vsdrpCOM in its properties. 2. Add the appropriate merge modules to your setup project:=20 Microsoft_VC80_*.msm. Regards, Ilian |