Hi, I know this is a reasonably old thread, but I am all out of ideas how to solve my XMLTools problem.
I have P3DV5 since Christmas. I used to run, and still have, P3DV3.
In P3DV3 I used to made much use of LocalVarsLogger from XMLTools3D.
I have tried implementing XMLTools64 in P3DV5, without any success.
On the P3DV5 toolbar, under Addons, I can see XMLTools64. (Located in the
P3DV5 Modules folder)
How to I include the gauge LocalVarsLogger in my cockpit.
In P3DV3 it used to be called by
gauge00=XMLTools3D!LocalVarsLogger, 0,0,245,190
where XMLTools3D was in the gauges folder.
I wonder if LocalVarsLogger is even available in P3DV5.
Any ideas would be greatly appreciated, or if you can spot the error in what I have done!
Thanks,
Walter
My dll.xml file is:
Code:
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>XMLTools64</Name>
<Disabled>false</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\XMLTools64.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
</SimBase.Document>