Jump to content
Sign in to follow this  
base64

Does simconnect support VB.NET 2003?

Recommended Posts

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

Share this post


Link to post
Share on other sites

>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

Share this post


Link to post
Share on other sites
Guest DocMoriarty

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).

Share this post


Link to post
Share on other sites
Guest cbuchner1

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
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
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...