Search found 18 matches

by TheIronDuke
Tue Mar 05, 2019 10:11 pm
Forum: Other Support Questions
Topic: Cannot make changes to default aircraft
Replies: 7
Views: 9602

Re: Cannot make changes to default aircraft

The problem was I was saving the files as Unicode, when the simulator wants ANSI encoding. So I made that change and everything works.

Thanks for the help Vaughan.
by TheIronDuke
Tue Mar 05, 2019 9:39 pm
Forum: Other Support Questions
Topic: Cannot make changes to default aircraft
Replies: 7
Views: 9602

Re: Cannot make changes to default aircraft

This is not a gauge issue. As I said, I did not even add anything to the configuration files yet. Just opening and saving the cfg files in the simulator's main SimObjects\Airplanes aircraft makes the plane unusable. Without adding anything to them.
by TheIronDuke
Tue Mar 05, 2019 8:53 pm
Forum: Other Support Questions
Topic: Cannot make changes to default aircraft
Replies: 7
Views: 9602

Re: Cannot make changes to default aircraft

Well, that is one thing. And I understand it. But it does not address my issue. The Baron 58 was just an example. I did the same thing with the Lockheed Martin Piper Cub. First I saved the panel.cfg into a zip file. The I opened the panel.cfg, simply used the space bar at the end of the file, and sa...
by TheIronDuke
Tue Mar 05, 2019 7:37 pm
Forum: Other Support Questions
Topic: Cannot make changes to default aircraft
Replies: 7
Views: 9602

Cannot make changes to default aircraft

I want to edit the Beach Baron 58 panel.cfg file to change one of the gauges. If I make any change and then save the file, all of the gauges disappear on the panel. Also, if I make any edit to the aircraft.cfg file, even just using the space bar and save the file, the aircraft is no longer listed in...
by TheIronDuke
Wed Nov 14, 2018 5:02 pm
Forum: Other Support Questions
Topic: Virtual cockpit lighting problems
Replies: 0
Views: 4544

Virtual cockpit lighting problems

I have some aircraft from FS X that work fine in Prepar3D v4 with the exception of some of the VC panel lighting. On a few aircraft there is a rectangle where none of the gauges will illuminate at night, and other areas of the VC panel illuminate fine. Just a big, dark rectangle.

Any ideas?
by TheIronDuke
Wed Oct 03, 2018 8:54 pm
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Re: Aircraft DLL loading problem

What sort of thing should I be looking for?
by TheIronDuke
Mon Oct 01, 2018 5:16 pm
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Re: Aircraft DLL loading problem

Yes, the term "Driver" is being used loosely here. It is a DLL file that is intended to load when the simulator starts, to process data used by the aircraft displays. The add-on.xml file uses category <Category>DLL</Category>. I have compiled the DLL using the Multi-threaded (/MT) runtime ...
by TheIronDuke
Sun Sep 30, 2018 10:26 pm
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Re: Aircraft DLL loading problem

The dll is compiled in release version. I have set the Runtime Library setting to Multi-threaded (/MT) and sent it to my testers again. Waiting for some response.

I have the driver installing into the Program Files directory structure. Could an access/permissions issue be a problem?
by TheIronDuke
Sun Sep 30, 2018 2:33 pm
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Re: Aircraft DLL loading problem

You are referring to the C++ Optimization and Code Generation settings?
by TheIronDuke
Sun Sep 30, 2018 1:50 pm
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Re: Aircraft DLL loading problem

I had them check to make sure they have the Microsoft Visual C++ 2015 Redistributable package installed. What other dependencies would effect this?
by TheIronDuke
Sun Sep 30, 2018 4:51 am
Forum: Simulation Object Development Questions
Topic: Aircraft DLL loading problem
Replies: 11
Views: 27773

Aircraft DLL loading problem

I have developed an aircraft that uses a DLL to drive many gauge display elements. I have added it on my system using the add-on.xml method. It is a DLL compiled in Visual Studio 2015. It works fine on my computer. I have sent it to several other people for testing, but the driver will not load on t...
by TheIronDuke
Wed Mar 07, 2018 10:45 pm
Forum: Software Development Kit (SDK) Questions
Topic: Opening files with a C++ gauge in Prepar3D v4
Replies: 1
Views: 7494

Opening files with a C++ gauge in Prepar3D v4

I have a gauge (not a library) written in C++ and I want to log data to a file. I have tried _wfopen, and std::wofstream std::wofstream::eek:pen. Both crash the simulator.

Has anybody got some clues on how to write to files from a gauge?
by TheIronDuke
Sat Feb 24, 2018 4:05 pm
Forum: Software Development Kit (SDK) Questions
Topic: Addon gauges not loading in V4
Replies: 8
Views: 21721

Re: Addon gauges not loading in V4

Had a long delay in addressing this due to a death in the family. I have tried everything. I compiled the Cabin Comfort sample in 64 bit using Visual Studio 2017. I entered it into the dll.xml file using the configuration command line, as outlined in the Lockheed Martin website: "C:\FS\Prepar3D...
by TheIronDuke
Tue Dec 26, 2017 8:51 pm
Forum: Software Development Kit (SDK) Questions
Topic: Addon gauges not loading in V4
Replies: 8
Views: 21721

Re: Addon gauges not loading in V4

My understanding is that VS 2015 is required to compile gauges that use Simconnect. This gauge does not. I cannot think of any ethical reason why a company like Lockheed Martin would require one certain C++ compiler to work in the simulator. What about people who don't even use MS Visual Studio? If ...
by TheIronDuke
Thu Dec 07, 2017 8:04 pm
Forum: Software Development Kit (SDK) Questions
Topic: Addon gauges not loading in V4
Replies: 8
Views: 21721

Re: Addon gauges not loading in V4

Yes, that's me.