- Messages
- 305
- Country

Hi all,
Slowly getting back into development (Did scenery design a few years ago as Real Scenes) but I am working with SimConnect this time.
I'm not new to C++ or programming (Finishing up a BSEE program right now) but I am far from an expert so please bear with me.
I'm using the P3D v3 SDK provided by Lockheed, but I imagine the basics of setting up a project and getting to compile are the same. As a student I have access to Visual Studio Community 2015 so that is what I'll be using - in the past I used Express 2010 but it's hard to find and I would rather get familiar with the newest tools.
I am trying to get the DataRequest example compiled, in a new solution, and so far I've done the following:
1) Set the Linker command line additional options for SimConnect.lib
2) Added SimConnect under additional dependencies for Linker/Input
3) Added SimConnect Lib and Inc directories under VC++ Directories
4) Added a .DEF file as stated in the SDK manual which includes the DLLSTART, DLLSTOP, etc.
5) Set "Ignore Import Library" to YES according to another post in FSDev.
I am getting the following errors:
-Unresolved external symbol DLLStart
-Unresolved external symbol DLLStop
Not too bad, but I'm sure the errors will continue once those are eradicated. Any ideas on how to proceed?
Thanks for the help!
Slowly getting back into development (Did scenery design a few years ago as Real Scenes) but I am working with SimConnect this time.
I'm not new to C++ or programming (Finishing up a BSEE program right now) but I am far from an expert so please bear with me.
I'm using the P3D v3 SDK provided by Lockheed, but I imagine the basics of setting up a project and getting to compile are the same. As a student I have access to Visual Studio Community 2015 so that is what I'll be using - in the past I used Express 2010 but it's hard to find and I would rather get familiar with the newest tools.
I am trying to get the DataRequest example compiled, in a new solution, and so far I've done the following:
1) Set the Linker command line additional options for SimConnect.lib
2) Added SimConnect under additional dependencies for Linker/Input
3) Added SimConnect Lib and Inc directories under VC++ Directories
4) Added a .DEF file as stated in the SDK manual which includes the DLLSTART, DLLSTOP, etc.
5) Set "Ignore Import Library" to YES according to another post in FSDev.
I am getting the following errors:
-Unresolved external symbol DLLStart
-Unresolved external symbol DLLStop
Not too bad, but I'm sure the errors will continue once those are eradicated. Any ideas on how to proceed?
Thanks for the help!




