Roland Winklmeier b16af78142 Load SimConnect dynamically at runtime.
Previously the FSX/P3D driver tried to link a very specific SimConnect version
from the Windows Assembly cache. This caused issues with machines
which did not have this specific version of SimConnect in the assembly
cache since drivers refused to load without much information. Having a different
version of SimConnect in the assembly cache or even in the bin folder did
not help.
To fix this problem, SimConnect is now loaded and resolved manually at
runtime. This allows to try loading different versions from the assembly
cache or prefer to load the shipped one.
For this, the manifests are linked into the binary's resource section and
activated manually before loading. This has the positive effect, that
loading errors can be handled by code instead of raising a cryptic error and
aborting.
2018-07-12 18:29:45 +02:00
2018-06-21 17:46:32 +02:00
2018-06-13 13:59:40 +02:00
2018-06-18 03:04:50 +02:00
2016-12-06 09:33:58 +01:00
2017-05-05 23:07:11 +01:00
2018-05-12 21:40:00 +02:00
2018-06-18 03:04:49 +02:00
2017-11-04 21:43:48 +01:00
2018-02-04 08:59:59 +01:00

swift is an independent (private and non-commercial) software project creating open source software for flight simulation.

Legal

See https://datastore.swift-project.org/page/legal.php

Environment Setup

TBW

Getting Sources

All swift sources are available here: https://dev.swift-project.org/diffusion/

Qmake Configuration

TBW

Compiling

TBW

Testing

TBW

Installing

TBW

DLLs vs. static linking

TBW

Description
No description provided
Readme 118 MiB
Languages
C++ 96.4%
CMake 1.4%
HTML 1%
Python 0.6%
Objective-C++ 0.2%
Other 0.2%