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.

How do I set up Visual Studio correctly...

Featured Replies

Hey,I'm a total newbie to gauge programming.I need to know how I set up the Visual Studio enviroment so that it compiles .gau files instead of .exe files.This is probably a silly question but please help me!Thanks in advanceFred

You can either use a so called "makefile" project, with the makefile provided by the Panel SDK or you create a new "Win32 DLL" project, add the SDK.c and SDK.rc file of the SDK to your porject, adjust the output to a .gau ending, adjust the linking options to link only user32.lib, compile.I suggest you get the latest of the sd2gauXX tutorials by Dai Griffiths from flightsim.com. It includes also the second procedure, and a LOT more info on gauges.Arne Bartels

Fred,It would help immensely if you could indicate the version of VS you are using.The GAU file is a standard win32 DLL, so you configure VS as if you would for a regular Visual C++ or Visual C DLL. You change the name of the output file in the linker property page (replace DLL with GAU as the extension).Also, make sure this is not an MFC DLL since the MFC framework will give you linker errors, in particular, duplicate DLL entry points. All required entry points and import tables are defined in the gauge.h include file provided in the SDK.Hope this helps,

I'm using VS 6.0. Since I'm really not used to the VS 6.0 environment I would appriciate a step-by-step describtion on how to set up the VS environment (for both ways as described above)!Thanks in advanceFred

For a German version of VS 6.0 I can give the steps, assuming compiling the SDK sample.Make sure all includes (namely gauges.h or fs9gauges.h) are available:-Extras->Optionen->Verzeichnisse: Verzeichnisse anzeigen f

Thank you very much!!!Fred

Sam, check your inbox mail!

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.