Jump to content
Sign in to follow this  
Guest LarryJ_KMSO

Feeble Attempts at a BGL to XML deserializer C# .NET pr...

Recommended Posts

Guest LarryJ_KMSO

You may recall my humble attempts to do what Alessandro Antonini (http://www.cpinf.net for file BGLXML.exe) has been busily working on with great success. I throw this out because it's way over my head. Maybe someone familiar with .NET and serialization can turn this into a BGL to XML decompiler. I just revisited my earlier attempts when the new revised SDK turned out a new bglcomp.xsd file. No bgl-to-xml.exe" yet but I did make some progress and the results are intriguing.The .net utility xsd.exe applied to the FS9 SDK file bglcomp.xsd yields a file bglcomp.cs (See attached bglcomp.cs) which contains the C# class for FSData. If you have a class, you can instantiate (create) an object with it. So I reasoned that the new .bgl files are really FSData objects. To produce an xml version, all I had to do was deserialize the .bgl. (so I thought)As you may recall, this didn't work. I got weird error messages complaining that File or assembly name "okzqmktw.dll", or one of its dependencies, was not found.where the .dll name changes each time I attempted to deserialize. Then I found a utility by Chris Sells which gives some more hints. This revealed a more detailed list of the errors produced during attempted deserialization (See errors.txt attached) Chris's program also showed me where to go to get the c# source produced by the deserializer. It looks very interesting. Looks almost like a template to write a BGL to XML C# program. (See the file XMLSerializerSource.cs attached).I hope someone familiar with .NET and serialization will recognize what all this is good for! If you want my bgl-to-xml C# .NET project, just raise your hand. Larry JonesFlorence, MTPS The files referenced above are found in this archive...http://forums.avsim.net/user_files/64026.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...