Thread: [ATLSIP] How to use ATLSIP (dll) from a MFC project
Brought to you by:
joegenbaclor
From: felipe b. <seb...@gm...> - 2009-09-24 02:33:48
|
Hi, i`d like to add some features (of VoIP phone) to my already implemented project (SIP client but for non-voice services). Then, i would use methods from ATLSIP in a similar way than OSSPhone does. But my project is not .NET, it's just an MFC application. And i don't need (and don't understand either) the part that creates an .msi file. Is it possible? My knowledge on Visual studio is limited and so far i've faced some troubles trying to link AxATLSIP.dll and AxATLSIPLib.dll to my project. There was no "Browse" tab in "Add New reference" menu so i had to add it manually editing the .vcproj file. Btw, is ATLSIP a managed or unmanaged DLL? Does it have something to do with the steps to use the library from a MFC application? Thanks in advance. Best Regards, -Felipe- |
From: Joegen B. <joe...@gm...> - 2009-09-25 10:12:10
|
There is a sample application under atlsip\OSSPhone\vc80-mfc directory which uses the softphone interface in an MFC app. I suggest you use that as a basis. No ATLSIP is not a managed DLL. It's a native activex object. felipe balsa wrote: > Hi, > > i`d like to add some features (of VoIP phone) to my already > implemented project (SIP client but for non-voice services). > > Then, i would use methods from ATLSIP in a similar way than OSSPhone > does. But my project is not .NET, it's just an MFC application. And i > don't need (and don't understand either) the part that creates an .msi > file. > > Is it possible? My knowledge on Visual studio is limited and so far > i've faced some troubles trying to link AxATLSIP.dll and > AxATLSIPLib.dll to my project. There was no "Browse" tab in "Add New > reference" menu so i had to add it manually editing the .vcproj file. > > Btw, is ATLSIP a managed or unmanaged DLL? Does it have something to > do with the steps to use the library from a MFC application? > > Thanks in advance. Best Regards, > > -Felipe- > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ------------------------------------------------------------------------ > > _______________________________________________ > Opensipstack-atlsipdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-atlsipdevel > |
From: felipe b. <seb...@gm...> - 2009-09-25 14:21:31
|
Ok. Thank you. I'll take a look to that app. 2009/9/25, Joegen Baclor <joe...@gm...>: > > There is a sample application under atlsip\OSSPhone\vc80-mfc directory > which uses the softphone interface in an MFC app. I suggest you use > that as a basis. No ATLSIP is not a managed DLL. It's a native activex > object. > > > felipe balsa wrote: > > Hi, > > > > i`d like to add some features (of VoIP phone) to my already > > implemented project (SIP client but for non-voice services). > > > > Then, i would use methods from ATLSIP in a similar way than OSSPhone > > does. But my project is not .NET, it's just an MFC application. And i > > don't need (and don't understand either) the part that creates an .msi > > file. > > > > Is it possible? My knowledge on Visual studio is limited and so far > > i've faced some troubles trying to link AxATLSIP.dll and > > AxATLSIPLib.dll to my project. There was no "Browse" tab in "Add New > > reference" menu so i had to add it manually editing the .vcproj file. > > > > Btw, is ATLSIP a managed or unmanaged DLL? Does it have something to > > do with the steps to use the library from a MFC application? > > > > Thanks in advance. Best Regards, > > > > -Felipe- > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9-12, 2009. Register > now! > > http://p.sf.net/sfu/devconf > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Opensipstack-atlsipdevel mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-atlsipdevel > > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Opensipstack-atlsipdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-atlsipdevel > |