For each project within sipxtapi, select properties / general / C++ / Code generation, and for the "Runtime library" entry, choose Multi-Threaded (/MT) instead of Multi-Threaded DLL (/MD).
I never tried, but this "should" be the right way to achieve your goal. Don't forget to change this parameter on all sipxtapi projects (sipxtapi, portlib, calllib, stacklib, medialib...) Regards, stipus -----Message d'origine----- De : stipus [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 août 2008 09:19 À : '[email protected]' Objet : RE: [sipxtapi-dev] Deployed sipXtapi Windows app fails with 0xc0150002 You need to install the VS2005 SP1 redistribution package on the deployment computer. You can easily download this from the MS download site. This installs new versions of the side by side MSVC runtime libs. Best regards, stipus -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bill Root Envoyé : mercredi 27 août 2008 01:43 À : [email protected] Objet : [sipxtapi-dev] Deployed sipXtapi Windows app fails with 0xc0150002 My application using sipXtapi.dll under Windows fails with the following error message in a relatively clean Windows XP VM: "The application failed to initialize properly (0xc0150002). Click on OK to terminate the application." A short Google search suggests the app wants a Visual C++ 2005 SP1 Redistributable Package (x86). I am using Visual C++ 2005 to build sipXtapi.dll. Is there a build switch, setting or option to prevent sipXtapi from requiring more Microsoft crud? I never used Visual C++ 2005 before my foray into sipXtapi so I'm really hoping I overlooked something. Thanks! Finest regards, Bill Root _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
