Added 64-bit windows support

Added separate .xpl plugin files for win 32/64.
Updated Readme to explain.
This commit is contained in:
Christopher Teubert
2015-02-10 11:57:14 -08:00
parent 54c4363fe4
commit ef6c80d7a4
5 changed files with 17 additions and 3 deletions

13
.gitignore vendored
View File

@@ -40,3 +40,16 @@ xpcPlugin/build/xpcPlugin.build/Debug/xpcPlugin.build/Objects-normal/x86_64/xpla
xpcPlugin/xpcPlugin.xcodeproj/project.xcworkspace/xcuserdata/cteubert.xcuserdatad/UserInterfaceState.xcuserstate
build/
xpcPlugin/Win/xpcPlugin.exp
xpcPlugin/Win/xpcPlugin.ilk
xpcPlugin/Win/xpcPlugin.lib
xpcPlugin/Win/xpcPlugin.pdb
xpcPlugin/Win/xpcPlugin32.exp
xpcPlugin/Win/xpcPlugin32.ilk
xpcPlugin/Win/xpcPlugin32.lib
*.pdb
*.ilk
xpcPlugin/Win/xpcPlugin64.lib
xpcPlugin/Win/xpcPlugin64.exp
xpcPlugin/xpcPlugin/xpcPlugin/Debug/xplaneConnect.obj
xpcPlugin/xpcPlugin/xpcPlugin/Debug/xpcPluginTools.obj

View File

@@ -1,4 +1,4 @@
X-Plane Connect (XPC) Toolbox
X-Plane Connect (XPC) Toolbox
Description
The X-Plane Connect (XPC) Toolbox facilitates communication with X-Plane. This toolbox allows for the real-time manipulation of X-Plane variables. Possible applications include active control of an XPlane simulation, flight visualization, recording states during a flight, or interacting with a mission over UDP.
@@ -17,7 +17,8 @@ xpcScripts
Instructions:
1. Purchase/Install X-Plane
2. Copy the X-Plane Plugin to the plugin directory
Windows Plugin: xpcPlugin/Win/xpcPlugin.xpl
Windows Plugin (32-bit): xpcPlugin/Win/xpcPlugin32.xpl
Windows Plugin (63-bit): xpcPlugin/Win/xpcPlugin64.xpl
Mac Plugin: xpcPlugin/Mac/xpcPlugin.xpl
Plugin Directory: [X-Plane Directory]/Resources/plugins/
3. Write code using the xpcScrips to manipulate X-Plane
@@ -33,7 +34,7 @@ Compatability:
Windows:
Tested on Windows Vista and Windows 7
Mac OSX
Tested on OS X 10.8-10.10
Tested on OS X 10.8-10.9
X-Plane
Tested with X-Plane 9 & 10

Binary file not shown.

Binary file not shown.