From d274f57a7067be2881ea0739e7ae48d0dd20fc02 Mon Sep 17 00:00:00 2001 From: Orestes Zoupanos Date: Tue, 17 May 2016 23:06:54 +0100 Subject: [PATCH] Fix DLL errors and Additional Library Directories --- win32/VS2015/opus.vcxproj | 8 ++++---- win32/VS2015/opus_demo.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj index 8d639f9e..0559aa60 100644 --- a/win32/VS2015/opus.vcxproj +++ b/win32/VS2015/opus.vcxproj @@ -231,7 +231,7 @@ MachineX86 true Console - $(SolutionDir)$(PlatformTarget)\$(Configuration);%(AdditionalLibraryDirectories) + $(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) false @@ -326,7 +326,7 @@ true Console - $(SolutionDir)$(PlatformTarget)\$(Configuration);%(AdditionalLibraryDirectories) + $(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) false @@ -434,7 +434,7 @@ true true celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - $(SolutionDir)$(PlatformTarget)\$(Configuration);%(AdditionalLibraryDirectories) + $(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) true true @@ -537,7 +537,7 @@ true true celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - $(SolutionDir)$(PlatformTarget)\$(Configuration);%(AdditionalLibraryDirectories) + $(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories) true true diff --git a/win32/VS2015/opus_demo.vcxproj b/win32/VS2015/opus_demo.vcxproj index 2aa41a6f..275241fe 100644 --- a/win32/VS2015/opus_demo.vcxproj +++ b/win32/VS2015/opus_demo.vcxproj @@ -176,7 +176,7 @@ Level3 Disabled - HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ..\..\silk;..\..\celt;..\;..\..\include; MultiThreadedDebug ProgramDatabase @@ -206,7 +206,7 @@ Level3 Disabled - HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ..\..\silk;..\..\celt;..\;..\..\include; MultiThreadedDebugDLL ProgramDatabase @@ -236,7 +236,7 @@ Level3 Disabled - HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ..\..\silk;..\..\celt;..\;..\..\include; MultiThreadedDebug ProgramDatabase @@ -267,7 +267,7 @@ Level3 Disabled - HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) ..\..\silk;..\..\celt;..\;..\..\include; MultiThreadedDebugDLL ProgramDatabase