Updated Plugin
Removed xpcPlugin.xpl from windows directory (32 and 64 bit versions are already there). Also, changed the plugin outDesc and outSig
This commit is contained in:
Binary file not shown.
@@ -139,8 +139,8 @@ PLUGIN_API int XPluginStart( char * outName,
|
|||||||
{
|
{
|
||||||
static FILE *logFile; // Log File
|
static FILE *logFile; // Log File
|
||||||
strcpy(outName, "xplaneConnect");
|
strcpy(outName, "xplaneConnect");
|
||||||
strcpy(outSig, "xplanesdk.xplaneConnect");
|
strcpy(outSig, "NASA.xplaneConnect");
|
||||||
strcpy(outDesc, "Work in progress");
|
strcpy(outDesc, "X Plane Communications Toolbox");
|
||||||
|
|
||||||
logFile = fopen("xpcLog.txt","w");
|
logFile = fopen("xpcLog.txt","w");
|
||||||
if (logFile != NULL) // If opened correctly
|
if (logFile != NULL) // If opened correctly
|
||||||
|
|||||||
Reference in New Issue
Block a user