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:
@@ -139,8 +139,8 @@ PLUGIN_API int XPluginStart( char * outName,
|
||||
{
|
||||
static FILE *logFile; // Log File
|
||||
strcpy(outName, "xplaneConnect");
|
||||
strcpy(outSig, "xplanesdk.xplaneConnect");
|
||||
strcpy(outDesc, "Work in progress");
|
||||
strcpy(outSig, "NASA.xplaneConnect");
|
||||
strcpy(outDesc, "X Plane Communications Toolbox");
|
||||
|
||||
logFile = fopen("xpcLog.txt","w");
|
||||
if (logFile != NULL) // If opened correctly
|
||||
|
||||
Reference in New Issue
Block a user