Jump to content
The simFlight Network Forums

How i add FS DEFAULT MODULES in my own module


Recommended Posts

how i find interface of methods that contains FSUI.dll ????

You can inspect the .dll with e.g. PE Explorer, but, apart from the return value type and parameter types (and number thereof), you won't find any detailed information there.

I guess Pete has already done the horrible job of tracing and guessing in a few DLLs (I'm unsure whether FSUI was one of them; he has mentioned the names in a post not so long ago). When he's back, he might tell you more of his findings.

Out of curiosity: why would you want to interface FSUI.dll directly ? Given the fact some people are already talking FS2006, it might not be the wisest choice to invest too much time altogether in 'revenging' and starting to use this DLL in a new program.

Just to make sure we're talking about the same thing here: this forum discusses the FSUIPC system, which is largely incorporated by the FSUIPC.DLL file. FSUI.DLL is the user interface part of the MSFS executable, and it has no direct bearing to FSUIPC. You are aware of this, I presume ?

Regards.

J.

Link to comment
Share on other sites

i have imported in my own module ID code of FSUI.dll, but how i find interface of methods that contains FSUI.dll ????

There's no definition of Modular interfaces provided by Microsoft, except those for PANELS.DLL for those writing gauges, and a few more recently for extraction AI information.

For all other purposes it is a matter of decompiling, disassembly, and tracing. i.e. hacking into the FS code to work out what does what.

I would suggest you wait for FS2006 now, though.

Regards,

Pete

Link to comment
Share on other sites

a last thing.... offset of variables that you explain in your FSUIPC Prog Reference are "real".... i explain.... shoul be ok also for directly reference to Default Module???

Sorry, I don't think I understand the question. What is this "Default Module"?

Anyway, offsets in FSUIPC should be regarded as mere "tokens", a way of identifying the specific data item. They rarely relate directly to any sort of real address, at least not one which is fixed. They were true offsets (into GLOBALS.DLL) in FS98 and before, but no longer. FSUIPC maintains that illusion for continued compatibility.

Regards,

Pete

Link to comment
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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.