Changes between Version 5 and Version 6 of Downloads
- Timestamp:
- 12/23/22 10:27:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Downloads
v5 v6 3 3 X-Plane Remote Access Plugin: [/download/xplra.zip xplra.zip] 4 4 5 Extract the archive in the `Resources/plugins` directory. It should work on both 32-bit and 64-bit Linux and Windows.5 Extract the archive in the `Resources/plugins` directory. It should work on both Linux and Windows with 64-bit X-Plane. 6 6 7 7 [=#vscpl][wiki:VSCPL Very-Simple Cross-Platform Library]: 8 8 9 Sources: [/download/vscpl-0. 2.tar.gz vscpl-0.2.tar.gz]9 Sources: [/download/vscpl-0.3.tar.gz vscpl-0.3.tar.gz] 10 10 11 11 Binary distributions: … … 14 14 no problem to import the libraries into Visual Studio or whatever. 15 15 16 Linux Intel 32-bit: [/download/vscpl-0.2-linux-i686.tar.gz vscpl-0.2-linux-i686.tar.gz]16 Linux Intel 64-bit: [/download/vscpl-0.3-linux-x86_64.tar.gz vscpl-0.3-linux-x86_64.tar.gz] 17 17 18 Linux Intel 64-bit: [/download/vscpl-0.2-linux-x86_64.tar.gz vscpl-0.2-linux-x86_64.tar.gz] 19 20 Windows 32-bit: [/download/vscpl-0.2-win32.zip vscpl-0.2-win32.zip] 21 22 Windows 64-bit: [/download/vscpl-0.2-win64.zip vscpl-0.2-win64.zip] 18 Windows 64-bit: [/download/vscpl-0.3-win64.zip vscpl-0.3-win64.zip] 23 19 24 20 [=#xplcommon][wiki:XPLCOMMON X-Plane Common Utilities]: … … 29 25 Binaries: 30 26 31 Linux Intel 32-bit: [/download/xplcommon-0.2-linux-i686.tar.gz xplcommon-0.2-linux-i686.tar.gz]32 33 27 Linux Intel 64-bit: [/download/xplcommon-0.2-linux-x86_64.tar.gz xplcommon-0.2-linux-x86_64.tar.gz] 34 35 Windows 32-bit: [/download/xplcommon-0.2-win32.zip xplcommon-0.2-win32.zip]36 28 37 29 Windows 64-bit: [/download/xplcommon-0.2-win64.zip xplcommon-0.2-win64.zip] … … 39 31 [=#xplra][wiki:XPLRA X-Plane Remote Access plugin]: 40 32 41 Sources: [/download/xplra-0. 2.tar.gz xplra-0.2.tar.gz]33 Sources: [/download/xplra-0.3.tar.gz xplra-0.3.tar.gz] 42 34 43 35 Binaries of the C/C++ client library: 44 36 45 Linux Intel 32-bit: [/download/xplra-0.2-linux-i686.tar.gz xplra-0.2-linux-i686.tar.gz]37 Linux Intel 64-bit: [/download/xplra-0.3-linux-x86_64.tar.gz xplra-0.3-linux-x86_64.tar.gz] 46 38 47 Linux Intel 64-bit: [/download/xplra-0.2-linux-x86_64.tar.gz xplra-0.2-linux-x86_64.tar.gz]39 Windows 64-bit: [/download/xplra-0.3-win64.zip xplra-0.3-win64.zip] 48 40 49 Windows 32-bit: [/download/xplra-0.2-win32.zip xplra-0.2-win32.zip]41 The Windows client libraries were compiled with MingW32, thus the C++ classes are not compatible with another C++ compiler, such as Visual C++. However, you can still use the C library, as that should work, or compile the library with your favourite C++ compiler. 50 42 51 Windows 64-bit: [/download/xplra-0.2-win64.zip xplra-0.2-win64.zip] 52 53 The Windows client libraries were compiled with MingW32, thus the C++ classes are not compatible with another C++ compiler, such as Visual C++. However, you can still use the C library, as that should work. 54 55 Python source package: [/download/xplra-0.2.zip xplra-0.2.zip] 43 Python source package: [/download/xplra-0.3.zip xplra-0.3.zip] 56 44 57 45 This is the source distribution of the client module. 58 59 Python client module installer for Windows and Python 2.7: [/download/xplra-0.2.win32.msi xplra-0.2.win32.msi]