Search found 10 matches

by Highflyer525
Fri Jan 15, 2021 3:46 pm
Forum: SimConnect Interface Questions
Topic: WeatherSetObservation seconds parameter ignored (custom weather)
Replies: 3
Views: 19088

Re: WeatherSetObservation seconds parameter ignored (custom weather)

yunusahan wrote: Fri Jan 15, 2021 2:23 pm hello. did you get a answer your for your problem? ı have a this problem now
Hi,

No I’m afraid not. I posted three different issues all about weather and not a single reply.

Really bad form on their behalf.

Sorry I can’t help,
by Highflyer525
Fri May 01, 2020 11:05 pm
Forum: SimConnect Interface Questions
Topic: Prepar3D developers visit and participate actively in the forums and this will ensure you get the quickest assistance.
Replies: 0
Views: 11468

Prepar3D developers visit and participate actively in the forums and this will ensure you get the quickest assistance.

Hi, There are questions on here 7 months old without a response, since November 2019. I have 3 all about the same function that haven't been responded to in two weeks. Where are the devs? Your own website states: Finally, feel free to post on our Support Forum if you have any unanswered questions. P...
by Highflyer525
Wed Apr 29, 2020 11:54 pm
Forum: SimConnect Interface Questions
Topic: LNK2019 Compile Issues
Replies: 1
Views: 16421

Re: LNK2019 Compile Issues

Hi, Yes I have a basic version working. Have you followed these instructions to the letter? https://www.prepar3d.com/SDKv5/sdk/simconnect_api/c_simconnect_projects.html The LNK errors are normally caused because it can't find the library in question and resolve the symbols Of particular importance i...
by Highflyer525
Wed Apr 29, 2020 10:48 pm
Forum: SimConnect Interface Questions
Topic: WeatherSetObservation does not always set wind correctly on a per station basis
Replies: 1
Views: 13439

Re: WeatherSetObservation does not always set wind correctly on a per station basis

Hellloooooooooo, is anybody out there...… out there.... out there..... out there...….
by Highflyer525
Wed Apr 22, 2020 12:43 pm
Forum: SimConnect Interface Questions
Topic: Compiler warning in VS2017
Replies: 7
Views: 26729

Re: Compiler warning in VS2017

That's an odd one, you got me on this. Having a quick look around it looks like it might be related to a bug in VS2017. https://developercommunity.visualstudio.com/content/problem/95054/alink-still-generates-warning-when-compiling-assem.html If you can, you should probably upgrade to VS2019 as Rob s...
by Highflyer525
Tue Apr 21, 2020 7:04 pm
Forum: SimConnect Interface Questions
Topic: Compiler warning in VS2017
Replies: 7
Views: 26729

Re: Compiler warning in VS2017

Hi,

Well the AMD part is a bit of a misnomer. From memory, the only reason x64 is sometimes referred to as AMD64 is because AMD actually invented the 64 bit instruction set and Intel adopted it at a later date.

AMD64 actually just means X64 and is the same for all processors.
by Highflyer525
Tue Apr 21, 2020 3:09 pm
Forum: SimConnect Interface Questions
Topic: Compiler warning in VS2017
Replies: 7
Views: 26729

Re: Compiler warning in VS2017

Hi, What this means is your project is set for either x86 or Any CPU whilst the SimConnect.dll is pure x64. Go into your project, click compile on the left, and change your target CPU to x64. I think that’s it from memory. You’ll also need to make sure your target framework under the application tab...
by Highflyer525
Sat Apr 18, 2020 8:22 am
Forum: SimConnect Interface Questions
Topic: WeatherSetObservation does not always set wind correctly on a per station basis
Replies: 1
Views: 13439

WeatherSetObservation does not always set wind correctly on a per station basis

Hi, I'm using Prepar3d V5, the latest Simconnect, SDK, Visual Studio 2019 and .NET 4.8. When injecting custom weather on a per station basis, to built in weather stations, the wind seems to be ignored. Using this code: p3d_simconnect.WeatherSetObservation(seconds, METAR) p3d_simconnect.WeatherSetMod...
by Highflyer525
Sat Apr 18, 2020 8:11 am
Forum: SimConnect Interface Questions
Topic: Prepar3D GUI does not show injected weather correctly when set with WeatherSetObservation per station
Replies: 0
Views: 11107

Prepar3D GUI does not show injected weather correctly when set with WeatherSetObservation per station

Hi, I'm using Prepar3d V5, the latest Simconnect, SDK, Visual Studio 2019 and .NET 4.8. When you inject weather using WeatherSetObservation on a per station basis, (custom weather using built in stations,) the weather changes, this can be confirmed both visually and by listening to the ATIS, however...
by Highflyer525
Fri Apr 17, 2020 11:40 am
Forum: SimConnect Interface Questions
Topic: WeatherSetObservation seconds parameter ignored (custom weather)
Replies: 3
Views: 19088

WeatherSetObservation seconds parameter ignored (custom weather)

Hi, I'm injecting weather into Prepar3d V5 using VB.NET with the latest SimConnect and SDK, Visual Studio 2019 and .NET 8.0. I can set the weather perfectly, either from a global perspective or on a per station basis. However, it is my understanding after reading the documentation, that when setting...