October 20, 20169 yr Hello Guys, At the moment I deal with the 737 NGX SDK, because i want to create my self homecockpit. for this I need the SDK from the NGX. In the "Options.ini" file I have set data enable to true. In the SDK folder from the NGX is an example. I use Microsoft Visual Studio 14 to program the sdk. the fsx sdk have I already installed. In the core utilities kit i can found the simconnect sdk in this folder i found the "SimConnect" header file and the library(.lib). I have copy the example file in my project. And compile this. in the console i will get lots of errors: I have make an screenshot from the output: http://prntscr.com/cwn8sk The libaray(SimConnect.lib) file i have add the lib so: Project -> PMDG Properties -> Linker -> Command Line -> Additional Options -> SimConnect.lib The Lib file is my project folder. Here is an screenshot from my project in visual studio: http://prntscr.com/cwncut Can samebody tell what i have maked wrong or to fix this errors? Thanks Jan.(Sorry for my bad English, i came from germany)
October 20, 20169 yr Commercial Member Can samebody tell what i have maked wrong or to fix this errors? Looks like generic programming errors, honestly. Not including a header correctly, not setting the project up properly, trying to copy the data out of a header and putting it in source, etc. Kyle Rodgers
Archived
This topic is now archived and is closed to further replies.