Changes between Version 5 and Version 6 of Downloads


Ignore:
Timestamp:
12/23/22 10:27:36 (16 months ago)
Author:
István Váradi
Comment:

VSCPL and XPLRA updated to 0.3, and removed 32-bit versions.

Legend:

Unmodified
Added
Removed
Modified
  • Downloads

    v5 v6  
    33X-Plane Remote Access Plugin: [/download/xplra.zip xplra.zip]
    44
    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.
    66
    77[=#vscpl][wiki:VSCPL Very-Simple Cross-Platform Library]:
    88
    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]
    1010
    1111  Binary distributions:
     
    1414    no problem to import the libraries into Visual Studio or whatever.
    1515
    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]
    1717
    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]
    2319
    2420[=#xplcommon][wiki:XPLCOMMON X-Plane Common Utilities]:
     
    2925  Binaries:
    3026
    31     Linux Intel 32-bit: [/download/xplcommon-0.2-linux-i686.tar.gz xplcommon-0.2-linux-i686.tar.gz]
    32 
    3327    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]
    3628
    3729    Windows 64-bit: [/download/xplcommon-0.2-win64.zip xplcommon-0.2-win64.zip]
     
    3931[=#xplra][wiki:XPLRA X-Plane Remote Access plugin]:
    4032
    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]
    4234
    4335  Binaries of the C/C++ client library:
    4436
    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]
    4638
    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]
    4840
    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.
    5042
    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]
    5644
    5745    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]