diff --git a/examples/max/example.cpp b/example-max/example.cpp similarity index 69% rename from examples/max/example.cpp rename to example-max/example.cpp index f97df91..b47fe88 100644 --- a/examples/max/example.cpp +++ b/example-max/example.cpp @@ -1,4 +1,4 @@ -#include "maxcpp6.h" +#include "../maxcpp/maxcpp6.h" class Example : public MaxCpp6 { public: @@ -11,6 +11,15 @@ class Example : public MaxCpp6 { void bang(long inlet) { outlet_bang(m_outlets[0]); } + + void assist(void *b, long m, long a, char *s) //inlet-outlet assistant + { + if (m == ASSIST_INLET) // inlet + sprintf(s, "input %i", a); + else // outlet + sprintf(s, "output"); + } + void testfloat(long inlet, double v) { outlet_float(m_outlets[0], v); } @@ -26,6 +35,7 @@ C74_EXPORT int main(void) { // create a class with the given name: Example::makeMaxClass("example"); REGISTER_METHOD(Example, bang); + REGISTER_METHOD_ASSIST(Example, assist); REGISTER_METHOD_FLOAT(Example, testfloat); REGISTER_METHOD_LONG(Example, testint); REGISTER_METHOD_GIMME(Example, test); diff --git a/examples/max/example.def b/example-max/example.def old mode 100755 new mode 100644 similarity index 100% rename from examples/max/example.def rename to example-max/example.def diff --git a/examples/max/example.maxhelp b/example-max/example.maxhelp similarity index 100% rename from examples/max/example.maxhelp rename to example-max/example.maxhelp diff --git a/example-max/example.sln b/example-max/example.sln new file mode 100644 index 0000000..f3c098f --- /dev/null +++ b/example-max/example.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RVdtw", "example.vcxproj", "{73069FC3-D989-47DB-B15F-625703EED4DA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.ActiveCfg = Debug|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.Build.0 = Debug|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|x64.ActiveCfg = Debug|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|x64.Build.0 = Debug|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.ActiveCfg = Release|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.Build.0 = Release|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|x64.ActiveCfg = Release|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/example-max/example.vcxproj b/example-max/example.vcxproj new file mode 100644 index 0000000..fdb5e86 --- /dev/null +++ b/example-max/example.vcxproj @@ -0,0 +1,363 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {73069FC3-D989-47DB-B15F-625703EED4DA} + dummy + example + + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\..\..\sdk-build\ + .\..\..\sdk-build\ + ..\ext_win_debug\ + ..\ext_win_debug\ + false + true + false + false + .\..\..\sdk-build\ + .\..\..\sdk-build\ + ..\ext_win_release\ + ..\ext_win_release\ + false + false + false + false + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + .mxe + .mxe64 + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + false + + + + + + + + + Disabled + ..\include;..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + 2Bytes + true + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsCpp + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRTD.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + false + + + $(IntDir)$(ProjectName).lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + false + + + + + + + + + Disabled + ..\include;..\..\c74support\max-includes\x64;..\..\c74support\max-includes;..\..\c74support\msp-includes\x64;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + + + EnableFastChecks + MultiThreadedDebugDLL + Default + true + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsCpp + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + MaxAPI.lib;maxcrt.lib;MaxAudio.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe64 + true + .\..\..\c74support\max-includes\x64;.\..\..\c74support\msp-includes\x64;%(AdditionalLibraryDirectories) + false + MSVCRTD.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + false + + + $(IntDir)$(ProjectName).lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + false + + + + + + + + + Full + AnySuitable + true + Speed + true + ..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + 2Bytes + false + false + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsC + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRT.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + true + true + false + + + $(IntDir)$(ProjectName).lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + false + + + + + + + + + Full + AnySuitable + true + Speed + true + ..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + 2Bytes + false + false + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsC + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRT.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + true + true + false + + + $(IntDir)$(ProjectName).lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example-max/example.vcxproj.user b/example-max/example.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/example-max/example.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/examples/max/example.xcodeproj/project.pbxproj b/example-max/example.xcodeproj/project.pbxproj old mode 100755 new mode 100644 similarity index 100% rename from examples/max/example.xcodeproj/project.pbxproj rename to example-max/example.xcodeproj/project.pbxproj diff --git a/example-msp/example.vcxproj b/example-msp/example.vcxproj new file mode 100644 index 0000000..24d47b2 --- /dev/null +++ b/example-msp/example.vcxproj @@ -0,0 +1,363 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {73069FC3-D989-47DB-B15F-625703EED4DA} + dummy + example~ + + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\..\..\sdk-build\ + .\..\..\sdk-build\ + ..\ext_win_debug\ + ..\ext_win_debug\ + false + true + false + false + .\..\..\sdk-build\ + .\..\..\sdk-build\ + ..\ext_win_release\ + ..\ext_win_release\ + false + false + false + false + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + .mxe + .mxe64 + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + false + + + + + + + + + Disabled + ..\include;..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + EnableFastChecks + MultiThreadedDebugDLL + 2Bytes + true + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsCpp + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRTD.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + false + + + $(IntDir)$(ProjectName).lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + false + + + + + + + + + Disabled + ..\include;..\..\c74support\max-includes\x64;..\..\c74support\max-includes;..\..\c74support\msp-includes\x64;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + + + EnableFastChecks + MultiThreadedDebugDLL + Default + true + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsCpp + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + MaxAPI.lib;maxcrt.lib;MaxAudio.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe64 + true + .\..\..\c74support\max-includes\x64;.\..\..\c74support\msp-includes\x64;%(AdditionalLibraryDirectories) + false + MSVCRTD.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + false + + + $(IntDir)$(ProjectName).lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + false + + + + + + + + + Full + AnySuitable + true + Speed + true + ..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + 2Bytes + false + false + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsC + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRT.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + true + true + false + + + $(IntDir)$(ProjectName).lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + false + + + + + + + + + Full + AnySuitable + true + Speed + true + ..\..\c74support\max-includes;..\..\c74support\msp-includes;%(AdditionalIncludeDirectories) + WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;_CRT_NOFORCE_MANIFEST;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + 2Bytes + false + false + + + + + $(IntDir)$(ProjectName).pch + $(IntDir)$(TargetName).asm + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level3 + true + ProgramDatabase + CompileAsC + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + MaxAPI.lib;maxcrt.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).mxe + true + .\..\..\c74support\max-includes;.\..\..\c74support\msp-includes;%(AdditionalLibraryDirectories) + false + MSVCRT.lib;%(IgnoreSpecificDefaultLibraries) + .\$(ProjectName).def + true + $(IntDir)$(ProjectName).pdb + Windows + true + true + false + + + $(IntDir)$(ProjectName).lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example-msp/example.vcxproj.user b/example-msp/example.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/example-msp/example.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/examples/msp/example~.cpp b/example-msp/example~.cpp similarity index 81% rename from examples/msp/example~.cpp rename to example-msp/example~.cpp index af7d885..b38b520 100644 --- a/examples/msp/example~.cpp +++ b/example-msp/example~.cpp @@ -1,4 +1,4 @@ -#include "maxcpp6.h" +#include "../maxcpp/maxcpp6.h" // inherit from the MSP base class, template-specialized for myself: @@ -18,6 +18,13 @@ class Example : public MspCpp6 { void bang(long inlet) { post("bang in inlet %i!", inlet); } + + void assist(void *b, long m, long a, char *s) { //inlet-outlet assistant + if (m == ASSIST_INLET) // inlet + sprintf(s, "input %i", a); + else // outlet + sprintf(s, "output"); + } void test(long inlet, t_symbol * s, long ac, t_atom * av) { post("%s in inlet %i (%i args)", s->s_name, inlet, ac); } @@ -46,5 +53,6 @@ C74_EXPORT int main(void) { // create a class with the given name: Example::makeMaxClass("example~"); REGISTER_METHOD(Example, bang); + REGISTER_METHOD_ASSIST(Example, assist); REGISTER_METHOD_GIMME(Example, test); -} \ No newline at end of file +} diff --git a/examples/msp/example~.def b/example-msp/example~.def old mode 100755 new mode 100644 similarity index 100% rename from examples/msp/example~.def rename to example-msp/example~.def diff --git a/examples/msp/example~.maxhelp b/example-msp/example~.maxhelp similarity index 100% rename from examples/msp/example~.maxhelp rename to example-msp/example~.maxhelp diff --git a/example-msp/example~.sln b/example-msp/example~.sln new file mode 100644 index 0000000..f3c098f --- /dev/null +++ b/example-msp/example~.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RVdtw", "example.vcxproj", "{73069FC3-D989-47DB-B15F-625703EED4DA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.ActiveCfg = Debug|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.Build.0 = Debug|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|x64.ActiveCfg = Debug|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|x64.Build.0 = Debug|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.ActiveCfg = Release|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.Build.0 = Release|Win32 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|x64.ActiveCfg = Release|x64 + {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/example-msp/example~.vcxproj.user b/example-msp/example~.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/example-msp/example~.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/examples/msp/example~.xcodeproj/project.pbxproj b/example-msp/example~.xcodeproj/project.pbxproj old mode 100755 new mode 100644 similarity index 100% rename from examples/msp/example~.xcodeproj/project.pbxproj rename to example-msp/example~.xcodeproj/project.pbxproj diff --git a/examples/max/example.sln b/examples/max/example.sln deleted file mode 100755 index af4ba76..0000000 --- a/examples/max/example.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example.vcproj", "{73069FC3-D989-47DB-B15F-625703EED4DA}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example~", "example_msp.vcproj", "{8EF84B2E-AD5E-4575-A99C-795C8FA2E9E4}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.ActiveCfg = Debug|Win32 - {73069FC3-D989-47DB-B15F-625703EED4DA}.Debug|Win32.Build.0 = Debug|Win32 - {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.ActiveCfg = Release|Win32 - {73069FC3-D989-47DB-B15F-625703EED4DA}.Release|Win32.Build.0 = Release|Win32 - {8EF84B2E-AD5E-4575-A99C-795C8FA2E9E4}.Debug|Win32.ActiveCfg = Debug|Win32 - {8EF84B2E-AD5E-4575-A99C-795C8FA2E9E4}.Debug|Win32.Build.0 = Debug|Win32 - {8EF84B2E-AD5E-4575-A99C-795C8FA2E9E4}.Release|Win32.ActiveCfg = Release|Win32 - {8EF84B2E-AD5E-4575-A99C-795C8FA2E9E4}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/examples/msp/example~.vcproj b/examples/msp/example~.vcproj deleted file mode 100644 index 38afdfc..0000000 --- a/examples/msp/example~.vcproj +++ /dev/null @@ -1,502 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/msp/example~.vcxproj b/examples/msp/example~.vcxproj deleted file mode 100644 index c3508a5..0000000 --- a/examples/msp/example~.vcxproj +++ /dev/null @@ -1,273 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D7D2B050-0FAC-4326-89AD-C82254541416} - - - - DynamicLibrary -v100 - false - MultiByte - true - - - DynamicLibrary -v100 - false - MultiByte - - - DynamicLibrary -v100 - false - MultiByte - true - - - DynamicLibrary -v100 - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>11.0.51106.1 - - - true - .mxe - - - true - .mxe64 - - - false - .mxe - - - false - .mxe64 - - - - Disabled - $(C74SUPPORT)\max-includes;$(C74SUPPORT)\msp-includes;%(AdditionalIncludeDirectories) - WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - $(IntDir)$(ProjectName).pch - $(IntDir)$(TargetName).asm - $(IntDir) - $(IntDir)$(ProjectName).pdb - Level3 - true - ProgramDatabase - CompileAsC - - - $(OutDir)$(ProjectName).mxe - true - false - libcmt.lib;%(IgnoreSpecificDefaultLibraries) - - - true - $(IntDir)$(ProjectName).pdb - $(IntDir)$(ProjectName).map - Windows - false - - $(IntDir)$(ProjectName).lib - MachineX86 - - - - - Disabled - $(C74SUPPORT)\max-includes;$(C74SUPPORT)\msp-includes;%(AdditionalIncludeDirectories) - WIN_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;%(PreprocessorDefinitions) - true - - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - $(IntDir)$(ProjectName).pch - $(IntDir)$(TargetName).asm - $(IntDir) - $(IntDir)$(ProjectName).pdb - Level3 - true - ProgramDatabase - CompileAsC - - - $(OutDir)$(ProjectName).mxe64 - true - false - libcmt.lib;%(IgnoreSpecificDefaultLibraries) - - - true - $(IntDir)$(ProjectName).pdb - $(IntDir)$(ProjectName).map - Windows - false - - $(IntDir)$(ProjectName).lib - MachineX64 - - - - - MaxSpeed - AnySuitable - true - Speed - true - true - $(C74SUPPORT)\max-includes;$(C74SUPPORT)\msp-includes;%(AdditionalIncludeDirectories) - WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - false - false - StreamingSIMDExtensions2 - - $(IntDir)$(ProjectName).pch - $(IntDir)$(TargetName).asm - $(IntDir) - $(IntDir)$(ProjectName).pdb - Level3 - true - ProgramDatabase - CompileAsC - - - $(OutDir)$(ProjectName).mxe - true - false - libcmt.lib;%(IgnoreSpecificDefaultLibraries) - - - true - $(IntDir)$(ProjectName).pdb - $(IntDir)$(ProjectName).map - Windows - true - true - false - - $(IntDir)$(ProjectName).lib - MachineX86 - - - - - MaxSpeed - AnySuitable - true - Speed - true - true - $(C74SUPPORT)\max-includes;$(C74SUPPORT)\msp-includes;%(AdditionalIncludeDirectories) - WIN_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;WIN_EXT_VERSION;%(PreprocessorDefinitions) - true - - MultiThreadedDLL - false - false - AdvancedVectorExtensions - - $(IntDir)$(ProjectName).pch - $(IntDir)$(TargetName).asm - $(IntDir) - $(IntDir)$(ProjectName).pdb - Level3 - true - ProgramDatabase - CompileAsC - - - $(OutDir)$(ProjectName).mxe64 - true - false - libcmt.lib;%(IgnoreSpecificDefaultLibraries) - - - true - $(IntDir)$(ProjectName).pdb - $(IntDir)$(ProjectName).map - Windows - true - true - false - - $(IntDir)$(ProjectName).lib - MachineX64 - - - - - - - - - - \ No newline at end of file