Jump to content
The simFlight Network Forums

Module SDK?


Recommended Posts

Pete/someone can you please point me to a source of info on writing modules for F2002/2004?

I've downloaded all the FS2002 SDK files and none of them contain any info about writing modules.

Don't worry Pete - it's not going to be a replacement FSUIPC. :wink:

I just need some very specific interfacing done to FS2002/2004 and need to code everything from scratch.

Thanks

Paul

Link to comment
Share on other sites

Pete/someone can you please point me to a source of info on writing modules for F2002/2004?

I don't know of one, though I do recall someone providing a reference to some basic examples before. Have you done a search here? It is probably still in the Forum somewhere.

Basically, I normally advise to start by writing a Gauge, for which there are MS SDKs. Gauges are DLLs with the same sort of module linkage, but loaded by PANELS.DLL instead of by the FS EXE at initilialisation. Once you have a working gauge written in C you are over half way there. (Don't use XML, that won't help).

Regards,

Pete

Link to comment
Share on other sites

Thanks Pete, that makes everything much clearer!

I was under the impression that module dlls interfaced to the flight sim differently from gauges. So it's just a silly little gauge dll :D

I just found a barebones example of a module dll which is on the Squawkbox page under downloads.

http://www.squawkbox.ca/downloads/fsmodule.zip

Looks like Joel DeYoung has been asked that question plenty of times.

Thanks again

Paul

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.