• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Search results

  1. tnjram

    FSX XMLTool.dll does not load/work.. Resolved

    Problem resolved! Appropriate Simconnect was not loading. I found this by looking at the windows event log. Played around with side by side (winsxs) folder containing multiple versions of Simconnect and also making fsx run under compatibility mode made it work
  2. tnjram

    FSX XMLTool.dll does not load/work.. Resolved

    Checked out the registry setting also as per https://support.precisionmanuals.com/kb/a5/fixing-the-fsx-dll-trust-policy.aspx
  3. tnjram

    FSX XMLTool.dll does not load/work.. Resolved

    Followed this thread as I have similar problem XMLTOOLS not working but XMLVARS working - https://www.fsdeveloper.com/forum/threads/when-does-fsx-load-or-not-load-add-on-dlls-or-exes.433169/
  4. tnjram

    FSX XMLTool.dll does not load/work.. Resolved

    Sorry forgot to mention OS: windows 11/FSX
  5. tnjram

    FSX XMLTool.dll does not load/work.. Resolved

    I have been using XMLVars extensively for my gauges for Beechcraft King Air350. Recently I read about XMLTOOLS which has XMLVARS plus additional functionalities. I downloaded and followed the instructions to the letter. I wanted to try and use specifically XMLKEYs and hence used the existing...
  6. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Posting back the solution to read flight plan in XML and passing the same to LUA via a convoluted process...:) The reason being did NOT want to a) parse the flight plan b) pre-read bgl files or FSUIPC runways.xml and create/collect airport/runways information since whenever there is some change...
  7. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Tried accessing the GPS variable as suggested directly in Lua( FSUIPC) but lo the result was '0'. Thanks anyway:) Now I will try using C++ to dynamically create LVARS. Will post back the result soon( I need to download community edition of visual studio and set it up..)
  8. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Thanks everyone for helping out and providing continued inputs. Appreciate it. I will try out and post feedback on this very thread.
  9. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Thanks Bob for taking time to read and reply. Appreciate it much. May be I should investigate writing the gauge in c++ so that i can use execute_calculator_code which is similar to lua code ipc.writeLvar("LVarName", value) Thanks again..
  10. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Thanks Bob. I will definitely look into it. But please tell me that the resultant LVARS can be accessed by LUA ( as said earlier I have lots of code in LUA(FSUIPC) that need to access these variables. Thanks a ton
  11. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    Thanks thought so. Macros are grand text substitutions like pre-parsing in C. Thanks again
  12. tnjram

    FSX FSX Gauge XML: How to access dynamically LVARs

    I'm a noob to XML programming and have been trying to create a gauge for my A/C. Please look at the code snippet( also attached as txt file). Creating the variable(LVAR) name itself dynamically and accessing it seems impossible. Is my requirement even possible? (Background: Have written lots...
  13. tnjram

    I'm that Iam

    I'm that Iam
Back
Top