Re: [OpenSIPStack] ATLSIP crashes
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-07-30 02:45:29
|
Hi Yacine, Yacine Auczone wrote: > Hello,I'm running a simple softphone using the latest cvs ATLSIP library, everythings works just fine on any computer where Visual studio is installed, but the softphone is really instable and crashes each time on any PC without Visual studio installed, This isn't caused by ATLSIP's "unstableness." You are just missing some DLLs which ATLSIP depends on. These DLLs only come with Visual Studio. To make ATLSIP run on other machines with no Visual Studio, it is the developer's responsibility to deploy the application along with the DLLs it depends on. Typically when deploying to other machines you should build ATLSIP as Release (not Debug) and then make a way to register the DLLs needed. A convenient way to do this is to use Visual Studio's Setup project which creates MSI setup packages. It does all the work for you. You can check "How to: Deploy using a Setup and Deployment Project " in http://msdn2.microsoft.com/en-us/library/ms235317(VS.80).aspx Regards, Ilian > i'v compiled ATLSIP release using MT, and i also noticed that Regsvr32 is not able to load the activex on some PCs > _________________________________________________________________ > Windows Live Messenger vous offre 30 nouvelles émoticônes gratuites, installées directement dans votre Messenger ! > http://www.emoticones-messenger.fr/ > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |