From: Michael Jerris Date: Sat, 6 Jan 2007 21:56:28 +0000 (+0000) Subject: the runtime needs to match to core, or the realloc of memory malloc'd from another... X-Git-Tag: v1.0-beta1~1379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84b6ee302efd8b9822af31d2af7e5b60def3ee1;p=thirdparty%2Ffreeswitch.git the runtime needs to match to core, or the realloc of memory malloc'd from another dll will cause heap corruption. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3922 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.vcproj b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.vcproj index 82f298377d..549ff856c0 100644 --- a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.vcproj +++ b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.vcproj @@ -46,7 +46,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true" @@ -126,7 +126,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories=""$(InputDir)..\..\..\include";"$(InputDir)include";"$(InputDir)..\..\..\..\libs\include"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS" - RuntimeLibrary="0" + RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true"