• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

A continuing question about the DLL.XML file

Navy Chief

Senior Member
A few days ago, I posted about having problems with my DLL.XML file, following installation of some addon aircraft (specifically, two Razbam aircraft). After installing those aircraft, I noticed Accu-feel and Instant Scenery was no longer on my Addon drop down menu.

I found a freeware software utility that repaired the file, except for Accu-feel. I uninstalled/reinstalled Accu-feel, and it is back on the Addon drop down menu.

This time I saved the DLL.XML file, so I can more easily repair it.

I took a look at the DLL.XML information that is included in the files associated with the Razbam aircraft. From the looks of it, I see references to the SDK toolkit, which I do NOT have installed, and question if I need to do so?

Do I need SDK?

And if I DO install SDK, etc...., when I reinstall the Razbam aircraft, will the DLL entries be correct then?

Thanks....NC
 
Those references to the SDK may be just default entries and most likely have the "Disabled" tags
set to "True", which would mean they are not active.

Do you see an entry for the "path" tags?

I have the SDK installed so I do not know for sure what the default dll.xml looks like. I havr
three SDK related entries. One for the 'object_placement.dll', one for the 'traffictoolbox.dll'
and one for the 'visualfxtool.dll'.

I seem to remember having specifically installed those SDK elements but didn't note the state of the
dll.xml before doing so.

I do not know if tf the Razbam aircraft need/use the SDK elements but I would guess that they do not.

Are there entries there now related to the Razbam aircraft? Most liely what you experienced was a
mis-behaving installer that messed up the dll.xml and caused your problems.

Ah, I just found my saved copy of the default dll.xml and indeed it DOES have default entries for
the SDK.


PHP:
<!---
<?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>Object Placement Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Traffic Toolbox</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Visual Effects Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
  </Launch.Addon>
</SimBase.Document>  -->

Note that the 'Disabled' tags are set to 'True' as at that time I had NOT installed the SDK.

Paul
 
Back
Top