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.

Does simconnect support VB.NET 2003?

Featured Replies

Hi, I'm a beginner programmer. I that true that simconnect doesn't support Visual Studio .NET 2003?Thanks

  • Commercial Member

>I that true that simconnect doesn't support Visual Studio .NET>2003?No. At least not for C/C++ programs. I'm not sure about VB, but if not it will only be because the wrappers are not quite the same.It is just a bit easier with 2005 because that now contains built-in Manifest generation and embedding. SimConnect needs a Manifest which states the version your program is compatible with. It is all to do with the "side by side" DLL installation of SimConnect. As new versions appear, the old versions will still be used by old programs, according to their Manifests.If you compile a program (.EXE) for Simconnect with 2003 you'll need to provide a manifest file alongside it, in the same folder. There's a sample manifest file in the SDK -- just rename it to match your EXE.It is cleaner to build the Manifest into the EXE as a resource, and there is a utility for that (MT.EXE) which you may be able to download from a Microsoft website someplace. For DLLs and C/C++ GAUges (which are also DLLs) I think you have to build the Manifest into the module.RegardsPete

Win10: 22H2 19045.2728
CPU: 9900KS at 5.5GHz
Memory: 32Gb at 3800 MHz.
GPU:  RTX 24Gb Titan
2 x 2160p projectors at 25Hz onto 200 FOV curved screen

For VB i can say only 2005 (VS8) is supported since it uses features that haven't been in VB .NET 2003 like template classes (type parameters).

  • 2 weeks later...

I have been able to build a C/C++ project using simconnect.dll in Visual Studio .NET 2003, however I had to manually copy simconnect.dll into the same folder as my executable due to the lack of a manifest that was compatible with the side by side installation of said DLL.VB.NET would be managed code however and I do not know anything about the compatibility with that.

  • 4 weeks later...

Don't forget about the "Express" versions of all of the Visual Studio 2005 products.

Jeff Bea

I am an avid globetrotter with my trusty Lufthansa B777F, Polar Air Cargo B744F, and Atlas Air B748F.

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.