From c92561c2b2fc532bbbfbdf591da1074738bb5821 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Aug 2016 16:17:13 +0200 Subject: die vjoy die trial die --- vjoy/ReadMe.txt | 34 ---- vjoy/StdAfx.cpp | 8 - vjoy/StdAfx.h | 25 --- vjoy/VJoy.cpp | 25 --- vjoy/VJoy.dsp | 121 -------------- vjoy/VJoy.dsw | 29 ---- vjoy/VJoy.h | 39 ----- vjoy/VJoy.ncb | Bin 7441408 -> 0 bytes vjoy/VJoy.opt | Bin 53760 -> 0 bytes vjoy/VJoy.plg | 46 ------ vjoy/VJoy.sln | 26 --- vjoy/VJoy.suo | Bin 9216 -> 0 bytes vjoy/VJoy.vcproj | 495 ------------------------------------------------------- vjoy/VJoy32.dll | Bin 72704 -> 0 bytes vjoy/VJoy32.lib | Bin 2356 -> 0 bytes vjoy/VJoy64.dll | Bin 80896 -> 0 bytes vjoy/VJoy64.lib | Bin 2374 -> 0 bytes 17 files changed, 848 deletions(-) delete mode 100755 vjoy/ReadMe.txt delete mode 100755 vjoy/StdAfx.cpp delete mode 100755 vjoy/StdAfx.h delete mode 100755 vjoy/VJoy.cpp delete mode 100755 vjoy/VJoy.dsp delete mode 100755 vjoy/VJoy.dsw delete mode 100755 vjoy/VJoy.h delete mode 100755 vjoy/VJoy.ncb delete mode 100755 vjoy/VJoy.opt delete mode 100755 vjoy/VJoy.plg delete mode 100644 vjoy/VJoy.sln delete mode 100644 vjoy/VJoy.suo delete mode 100644 vjoy/VJoy.vcproj delete mode 100644 vjoy/VJoy32.dll delete mode 100644 vjoy/VJoy32.lib delete mode 100644 vjoy/VJoy64.dll delete mode 100644 vjoy/VJoy64.lib diff --git a/vjoy/ReadMe.txt b/vjoy/ReadMe.txt deleted file mode 100755 index b91bb56..0000000 --- a/vjoy/ReadMe.txt +++ /dev/null @@ -1,34 +0,0 @@ -======================================================================== - CONSOLE APPLICATION : VJoy -======================================================================== - - -AppWizard has created this VJoy application for you. - -This file contains a summary of what you will find in each of the files that -make up your VJoy application. - -VJoy.dsp - This file (the project file) contains information at the project level and - is used to build a single project or subproject. Other users can share the - project (.dsp) file, but they should export the makefiles locally. - -VJoy.cpp - This is the main application source file. - - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named VJoy.pch and a precompiled types file named StdAfx.obj. - - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/vjoy/StdAfx.cpp b/vjoy/StdAfx.cpp deleted file mode 100755 index ccd2455..0000000 --- a/vjoy/StdAfx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// VJoy.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/vjoy/StdAfx.h b/vjoy/StdAfx.h deleted file mode 100755 index 003f561..0000000 --- a/vjoy/StdAfx.h +++ /dev/null @@ -1,25 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#if !defined(AFX_STDAFX_H__B4543DD5_284F_4EB2_A6B0_8757CF067C24__INCLUDED_) -#define AFX_STDAFX_H__B4543DD5_284F_4EB2_A6B0_8757CF067C24__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 - - -// TODO: reference additional headers your program requires here - -//{{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.cpp b/vjoy/VJoy.cpp deleted file mode 100755 index 42c2ae9..0000000 --- a/vjoy/VJoy.cpp +++ /dev/null @@ -1,25 +0,0 @@ -// VJoy.cpp : Defines the entry point for the console application. -// - -#include "stdafx.h" -#include "windows.h" -#include "VJoy.h" - -JOYSTICK_STATE m_joyState[2] = { 0 }; - -int main(int argc, char* argv[]) -{ - VJoy_Initialize("", ""); - - m_joyState[0].XAxis = 32767; - m_joyState[0].YAxis = 32767; - m_joyState[0].ZAxis = 32767; - m_joyState[0].Buttons = 0xAAAAAAAA; - m_joyState[0].POV = (4 << 12) | (4 << 8) | (4 << 4) | 4; - - VJoy_UpdateJoyState(0, &m_joyState[0]); - - VJoy_Shutdown(); - - return 0; -} diff --git a/vjoy/VJoy.dsp b/vjoy/VJoy.dsp deleted file mode 100755 index 49eef32..0000000 --- a/vjoy/VJoy.dsp +++ /dev/null @@ -1,121 +0,0 @@ -# Microsoft Developer Studio Project File - Name="VJoy" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=VJoy - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "VJoy.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "VJoy.mak" CFG="VJoy - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "VJoy - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "VJoy - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "VJoy - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "VJoy - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "VJoy - Win32 Release" -# Name "VJoy - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\VJoy.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# Begin Source File - -SOURCE=.\VJoy.lib -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\VJoy.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# Begin Source File - -SOURCE=.\ReadMe.txt -# End Source File -# End Target -# End Project diff --git a/vjoy/VJoy.dsw b/vjoy/VJoy.dsw deleted file mode 100755 index 555be9b..0000000 --- a/vjoy/VJoy.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "VJoy"=".\VJoy.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/vjoy/VJoy.h b/vjoy/VJoy.h deleted file mode 100755 index b3145fc..0000000 --- a/vjoy/VJoy.h +++ /dev/null @@ -1,39 +0,0 @@ -// VJoy.h header file. -#ifdef VJOY_EXPORTS -#define VJOY_API __declspec(dllexport) -#else -#define VJOY_API __declspec(dllimport) -#endif - -#define VJOY_AXIS_MIN -32768 -#define VJOY_AXIS_NIL 0 -#define VJOY_AXIS_MAX 32767 - -#define POV_UP 0 -#define POV_RIGHT 1 -#define POV_DOWN 2 -#define POV_LEFT 3 -#define POV_NIL 4 - -#include - -typedef struct _JOYSTICK_STATE -{ - UCHAR ReportId; // Report Id - SHORT XAxis; // X Axis - SHORT YAxis; // Y Axis - SHORT ZAxis; // Z Axis - SHORT XRotation; // X Rotation - SHORT YRotation; // Y Rotation - SHORT ZRotation; // Z Rotation - SHORT Slider; // Slider - SHORT Dial; // Dial - USHORT POV; // POV - UINT32 Buttons; // 32 Buttons -} JOYSTICK_STATE, * PJOYSTICK_STATE; - -#include - -VJOY_API BOOL __stdcall VJoy_Initialize(PCHAR name, PCHAR serial); -VJOY_API VOID __stdcall VJoy_Shutdown(); -VJOY_API BOOL __stdcall VJoy_UpdateJoyState(int id, PJOYSTICK_STATE pJoyState); diff --git a/vjoy/VJoy.ncb b/vjoy/VJoy.ncb deleted file mode 100755 index fa2fa03..0000000 Binary files a/vjoy/VJoy.ncb and /dev/null differ diff --git a/vjoy/VJoy.opt b/vjoy/VJoy.opt deleted file mode 100755 index 545a537..0000000 Binary files a/vjoy/VJoy.opt and /dev/null differ diff --git a/vjoy/VJoy.plg b/vjoy/VJoy.plg deleted file mode 100755 index 6556074..0000000 --- a/vjoy/VJoy.plg +++ /dev/null @@ -1,46 +0,0 @@ - - -
-

Build Log

-

---------------------Configuration: VJoy - Win32 Debug-------------------- -

-

Command Lines

-Creating temporary file "C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C71.tmp" with contents -[ -/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/VJoy.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c -"C:\Documents and Settings\Headsoft\My Documents\Visual Studio Projects\VJoy SDK\C++\VJoy.cpp" -] -Creating command line "cl.exe @C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C71.tmp" -Creating temporary file "C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C72.tmp" with contents -[ -/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/VJoy.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c -"C:\Documents and Settings\Headsoft\My Documents\Visual Studio Projects\VJoy SDK\C++\StdAfx.cpp" -] -Creating command line "cl.exe @C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C72.tmp" -Creating temporary file "C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C73.tmp" with contents -[ -kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/VJoy.pdb" /debug /machine:I386 /out:"Debug/VJoy.exe" /pdbtype:sept -".\Debug\VJoy.obj" -".\Debug\StdAfx.obj" -".\VJoy.lib" -] -Creating command line "link.exe @C:\DOCUME~1\Headsoft\LOCALS~1\Temp\RSP2C73.tmp" -

Output Window

-Compiling... -StdAfx.cpp -Compiling... -VJoy.cpp -c:\winddk\6001.18002\inc\api\winnt.h(3607) : warning C4035: 'ReadPMC' : no return value -c:\winddk\6001.18002\inc\api\winnt.h(3637) : warning C4035: 'ReadTimeStampCounter' : no return value -c:\winddk\6001.18002\inc\api\wingdi.h(4340) : warning C4068: unknown pragma -c:\winddk\6001.18002\inc\api\wingdi.h(4341) : warning C4068: unknown pragma -Linking... - - - -

Results

-VJoy.exe - 0 error(s), 4 warning(s) -
- - diff --git a/vjoy/VJoy.sln b/vjoy/VJoy.sln deleted file mode 100644 index c5ec8bd..0000000 --- a/vjoy/VJoy.sln +++ /dev/null @@ -1,26 +0,0 @@ - -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 deleted file mode 100644 index 3817dd8..0000000 Binary files a/vjoy/VJoy.suo and /dev/null differ diff --git a/vjoy/VJoy.vcproj b/vjoy/VJoy.vcproj deleted file mode 100644 index dca2324..0000000 --- a/vjoy/VJoy.vcproj +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vjoy/VJoy32.dll b/vjoy/VJoy32.dll deleted file mode 100644 index f0a46ec..0000000 Binary files a/vjoy/VJoy32.dll and /dev/null differ diff --git a/vjoy/VJoy32.lib b/vjoy/VJoy32.lib deleted file mode 100644 index 3c7d77b..0000000 Binary files a/vjoy/VJoy32.lib and /dev/null differ diff --git a/vjoy/VJoy64.dll b/vjoy/VJoy64.dll deleted file mode 100644 index 915f43e..0000000 Binary files a/vjoy/VJoy64.dll and /dev/null differ diff --git a/vjoy/VJoy64.lib b/vjoy/VJoy64.lib deleted file mode 100644 index 33d60fd..0000000 Binary files a/vjoy/VJoy64.lib and /dev/null differ -- cgit v1.2.3