Re: [OpenSIPStack] ATLSIP compiling issues
Brought to you by:
joegenbaclor
From: Robert V. <ro...@dc...> - 2008-03-14 10:25:34
|
Ilian, I got the code from http://www.opensipstack.org/downloads.html. Should I rather get the code from the CVS? Regards, Robert ----- Original Message ----- From: "Ilian Jeri C. Pinzon" <ip...@so...> To: <ope...@li...> Sent: Friday, March 14, 2008 12:07 PM Subject: Re: [OpenSIPStack] ATLSIP compiling issues > Hi, > > Robert Vos wrote: >> Hi, >> >> I am having lots of issues regarding atlsip dll's. When I compile the >> solution (using MVS 2005) the dll gets created. When I then attempt to >> register the dll, I get an error: Module not found. (The dll that comes >> with >> the OOS phone binary registers fine, and I have successfully used it in >> my >> own test app.). Attempting to register the AxInterop.ATLSIPLib.1.0.dll >> returns with error: Module was loaded, but the DllRegisterServer entry >> point >> was not found. >> > You don't need to register the Interop dlls. Just ATLSIP.dll. The > Interop dlls are used by .NET projects. You can look at a reference C++ > .NET project at OSSPhone\vc80 project under ATLSIP. > > Did you get your code from CVS head? Building the project from there > should be easy. > > Regards, > Ilian >> Running Dependency walker on the dll's gives: >> >> Release build: ATLSIP.dll (Does not register) >> >> Modules missing: LIBVPB.dll >> MSVCR80.dll >> DWMAPI.dll >> >> OSS Binary release ATLSIP.dll (Registers fine) >> >> Modules missing: MSVCR80.dll >> DWMAPI.dll >> >> AxInterop.ATLSIPLib.1.0.dll >> >> Modules missing: DWMAPI.dll >> Also, the required dll exported functions are not listed in the exported >> functions list (it is empty) >> >> >> Could this LIBVPB.dll be the problem? If it is, where would I find it? >> If >> not, is it perhaps my developing platform? >> >> Sorry to keep bugging with questions, but I really have no idea how to >> tackle this problem >> >> Regards, >> Robert Vos >> >> ----- Original Message ----- >> From: "Joegen E. Baclor" <joe...@gm...> >> To: <ope...@li...> >> Sent: Friday, March 14, 2008 4:44 AM >> Subject: Re: [OpenSIPStack] DLL Compile? >> >> >> >>> Try running dependency walker against the DLL. you might be missing >>> some of them. >>> >>> http://www.dependencywalker.com/ >>> >>> >>> Robert Vos wrote: >>> >>>> Hi, >>>> >>>> It's me again. I'm getting an error when I atemp to compile ATLSIP. >>>> >>>> It compiles and creates the ATLSIP.dll. but then exits with: >>>> >>>> Performing registration >>>> >>>> 2>Project : error PRJ0019: A tool returned an error code from >>>> "Performing >>>> registration" >>>> >>>> 2>Build log was saved at "file://e:\Werk\Sip\Open >>>> Source\OpenSipStack\atlsip\Release\BuildLog.htm" >>>> >>>> 2>ATLSIP - 1 error(s), 63 warning(s) >>>> >>>> ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== >>>> >>>> >>>> If then attempt to use regsvr32 on the dll, it returns with an error >>>> that >>>> the module can not be found. >>>> >>>> Any ideas? >>>> >>>> Regards, >>>> Robert >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>>> 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 2008. >>> 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 2008. >> 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 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |