• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Why does SimConnect need VisualStudio 2005?

Messages
516
Does anyone know why the SimConnect SDK needs VisualStudio.net 2005, as opposed to 2003?

I write my applications using Qt as it's a lot simpler than MFC, and I have VS.net 2003. But I'm stumped now upgrading my older code that uses FSUIPC to use SimConnect as Qt doesn't integrate with the VS.net 2005 Express edition and I can't justify a costly upgrade to VS.net 2005 Professional.

Si
 
Does it? I use C# but I assume that most flavors of C++ would work but then I have not looked that closely
 
I've just done some tests and you may be right. I've linked in SimConnect.h and .lib to an existing .net 2003 project and successfully called "SimConnect_Open()" without any problems.

However, the SDK clearly states: "To build SimConnect add-ons, you must use Microsoft ® Visual Studio 2005 or later, or Microsoft ® Visual C++ 2005 Express Edition or later."

Perhaps this is MS just trying to push people into using the latest versions, or maybe I'm going to run into problems expanding my .net 2003 program later on. Certainly the examples as included in the SDK wont open in VS.net 2003 because they were created with 2005. Maybe that's the only problem, though the quote above would suggest otherwise.

Regards,

Si
 
Well you could well be right. I guess if Simconnect is expecting to use some part of the 2.0 CLR then you will get problems. On the other hand I would be suprised if the C++ code uses anything like that but you never know. The Managed code on the other hand is a whole other can of worms :)
 
Back
Top