Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Gauge Headers

Featured Replies

Hey all.Does anybody know if the newer Gauge Headers can be used? When looking at Gauges.h, I found this:

#define GAUGE_HEADER_VERSION_FS610						610	// FS 6.10 gauges#define GAUGE_HEADER_VERSION_FSNEW						625	// OLD style gauges compiled in the FS70 TREE#define GAUGE_HEADER_VERSION_CFS1						650	// CFS1 Gauges#define GAUGE_HEADER_VERSION_FS700						700	// new FS7 gauges built after CFS1 is finalized#define GAUGE_HEADER_VERSION_CFS2						750	// gauges built after FS2000 shipped and before CFS2 shipped#define GAUGE_HEADER_VERSION_FS800						800	// FS2002 gauges

I've only used version FS700 so far, making gauges for FS2002, for that is what MS and Dai had in their examples. But can you use FS800? Is there any difference? The definition of all of them seems to be the same...

If you are making gauges for FS2002 then you should use the FS800 gauge header version, I suppose the FS700 will probably work. Then again, take the fs2000 gps gauge doesn't work in fs2002!!

Bill Sieffert

The structure GAUGEHDR differs with the versions, if you don't need anything of it explicetly the GAUGE_HEADER_VERSIONs are more or less arbitrary. BTW the GAUGE_HEADER_FS700 macro in fs2k2gauges.h is actually a renamed GAUGE_HEADER_FS800 macro, so any gauge complied with fs2k2gauges.h is automatically GAUGE_HEADER_VERSION_FS800. The one constant that is really interesting in the FS8LINK_VERSION 0x0800 definition, it determines if you get the oldmodules warning or not. This has possibly to be modified with using /RELEASE (building module checksum) as linker option to avoid warnings on some WindowsXP systems (after Dais newest version sd2gau14.zip).Arne Bartels

This can be a specific problem that has nothing to do with the gauge header versions:. It is very likely that the GPSs have direct access to the internal FS GPS data (obviously, since there is no interface in gauges.h) and the GPS data format might differ from FS2000 to FS2002, so the "old" GPS doesn't work with FS2002.Arne Bartels

Oops, that was possibly misleading. FS does of course need a matching header version number to determine what kind of gauge header is following. So the correct gauge header version is vital.Arne Bartels

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.