diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:54:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:54:05 +0200 |
commit | 7a6893b68637476fdd4cec442191183d8173e072 (patch) | |
tree | a45b25596c2b098da761adad5f7709f8e49772b0 | |
parent | c1113eecb5cffbd6ba0de68fef321e5f3f893661 (diff) |
update vjoy sdk
-rwxr-xr-x | vjoy/Debug/VJoy.dll | bin | 94208 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/VJoy.exe | bin | 172147 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/VJoy.ilk | bin | 173632 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/VJoy.pch | bin | 191584 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/VJoy.pdb | bin | 353280 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/vc60.idb | bin | 205824 -> 0 bytes | |||
-rwxr-xr-x | vjoy/Debug/vc60.pdb | bin | 348160 -> 0 bytes | |||
-rwxr-xr-x | vjoy/StdAfx.h | 6 | ||||
-rwxr-xr-x | vjoy/VJoy.dll | bin | 94208 -> 0 bytes | |||
-rwxr-xr-x | vjoy/VJoy.lib | bin | 2584 -> 0 bytes | |||
-rwxr-xr-x | vjoy/VJoy.ncb | bin | 50176 -> 7441408 bytes | |||
-rw-r--r-- | vjoy/VJoy.sln | 26 | ||||
-rw-r--r-- | vjoy/VJoy.suo | bin | 0 -> 9216 bytes | |||
-rw-r--r-- | vjoy/VJoy.vcproj | 495 | ||||
-rw-r--r-- | vjoy/VJoy32.dll | bin | 0 -> 72704 bytes | |||
-rw-r--r-- | vjoy/VJoy32.lib | bin | 0 -> 2356 bytes | |||
-rw-r--r-- | vjoy/VJoy64.dll | bin | 0 -> 80896 bytes | |||
-rw-r--r-- | vjoy/VJoy64.lib | bin | 0 -> 2374 bytes |
18 files changed, 527 insertions, 0 deletions
diff --git a/vjoy/Debug/VJoy.dll b/vjoy/Debug/VJoy.dll Binary files differdeleted file mode 100755 index a383fd7..0000000 --- a/vjoy/Debug/VJoy.dll +++ /dev/null diff --git a/vjoy/Debug/VJoy.exe b/vjoy/Debug/VJoy.exe Binary files differdeleted file mode 100755 index 52b39a4..0000000 --- a/vjoy/Debug/VJoy.exe +++ /dev/null diff --git a/vjoy/Debug/VJoy.ilk b/vjoy/Debug/VJoy.ilk Binary files differdeleted file mode 100755 index cd8ac3e..0000000 --- a/vjoy/Debug/VJoy.ilk +++ /dev/null diff --git a/vjoy/Debug/VJoy.pch b/vjoy/Debug/VJoy.pch Binary files differdeleted file mode 100755 index 5d895a7..0000000 --- a/vjoy/Debug/VJoy.pch +++ /dev/null diff --git a/vjoy/Debug/VJoy.pdb b/vjoy/Debug/VJoy.pdb Binary files differdeleted file mode 100755 index a14a32e..0000000 --- a/vjoy/Debug/VJoy.pdb +++ /dev/null diff --git a/vjoy/Debug/vc60.idb b/vjoy/Debug/vc60.idb Binary files differdeleted file mode 100755 index 5b1403d..0000000 --- a/vjoy/Debug/vc60.idb +++ /dev/null diff --git a/vjoy/Debug/vc60.pdb b/vjoy/Debug/vc60.pdb Binary files differdeleted file mode 100755 index 4e0fc8a..0000000 --- a/vjoy/Debug/vc60.pdb +++ /dev/null diff --git a/vjoy/StdAfx.h b/vjoy/StdAfx.h index 1f9af59..003f561 100755 --- a/vjoy/StdAfx.h +++ b/vjoy/StdAfx.h @@ -16,4 +16,10 @@ //{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+#ifdef _WIN64
+#pragma comment(lib,"VJoy64.lib")
+#else
+#pragma comment(lib,"VJoy32.lib")
+#endif
+
#endif // !defined(AFX_STDAFX_H__B4543DD5_284F_4EB2_A6B0_8757CF067C24__INCLUDED_)
diff --git a/vjoy/VJoy.dll b/vjoy/VJoy.dll Binary files differdeleted file mode 100755 index e344667..0000000 --- a/vjoy/VJoy.dll +++ /dev/null diff --git a/vjoy/VJoy.lib b/vjoy/VJoy.lib Binary files differdeleted file mode 100755 index 9229546..0000000 --- a/vjoy/VJoy.lib +++ /dev/null diff --git a/vjoy/VJoy.ncb b/vjoy/VJoy.ncb Binary files differindex 10acc5b..fa2fa03 100755 --- a/vjoy/VJoy.ncb +++ b/vjoy/VJoy.ncb diff --git a/vjoy/VJoy.sln b/vjoy/VJoy.sln new file mode 100644 index 0000000..c5ec8bd --- /dev/null +++ b/vjoy/VJoy.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VJoy", "VJoy.vcproj", "{B0B10DAC-6661-4693-8769-ECF98CD12177}"
+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
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Debug|Win32.Build.0 = Debug|Win32
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Debug|x64.ActiveCfg = Debug|x64
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Debug|x64.Build.0 = Debug|x64
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Release|Win32.ActiveCfg = Release|Win32
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Release|Win32.Build.0 = Release|Win32
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Release|x64.ActiveCfg = Release|x64
+ {B0B10DAC-6661-4693-8769-ECF98CD12177}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/vjoy/VJoy.suo b/vjoy/VJoy.suo Binary files differnew file mode 100644 index 0000000..3817dd8 --- /dev/null +++ b/vjoy/VJoy.suo diff --git a/vjoy/VJoy.vcproj b/vjoy/VJoy.vcproj new file mode 100644 index 0000000..dca2324 --- /dev/null +++ b/vjoy/VJoy.vcproj @@ -0,0 +1,495 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="VJoy"
+ ProjectGUID="{B0B10DAC-6661-4693-8769-ECF98CD12177}"
+ RootNamespace="VJoy"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/VJoy.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Debug/VJoy.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="3081"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile=".\Debug/VJoy.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/VJoy.pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Debug/VJoy.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/VJoy.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Release/VJoy.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="3081"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile=".\Release/VJoy.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ ProgramDatabaseFile=".\Release/VJoy.pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Release/VJoy.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Debug/VJoy.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Debug/VJoy.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="3081"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile=".\Debug/VJoy.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/VJoy.pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Debug/VJoy.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Release/VJoy.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Release/VJoy.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="3081"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile=".\Release/VJoy.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ ProgramDatabaseFile=".\Release/VJoy.pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ SuppressStartupBanner="true"
+ OutputFile=".\Release/VJoy.bsc"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="StdAfx.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="VJoy.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions=""
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="StdAfx.h"
+ >
+ </File>
+ <File
+ RelativePath="VJoy.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ <File
+ RelativePath="ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/vjoy/VJoy32.dll b/vjoy/VJoy32.dll Binary files differnew file mode 100644 index 0000000..f0a46ec --- /dev/null +++ b/vjoy/VJoy32.dll diff --git a/vjoy/VJoy32.lib b/vjoy/VJoy32.lib Binary files differnew file mode 100644 index 0000000..3c7d77b --- /dev/null +++ b/vjoy/VJoy32.lib diff --git a/vjoy/VJoy64.dll b/vjoy/VJoy64.dll Binary files differnew file mode 100644 index 0000000..915f43e --- /dev/null +++ b/vjoy/VJoy64.dll diff --git a/vjoy/VJoy64.lib b/vjoy/VJoy64.lib Binary files differnew file mode 100644 index 0000000..33d60fd --- /dev/null +++ b/vjoy/VJoy64.lib |