SimConnect.dll as strong named assembly

Discuss on the SimConnect SDK can be used by programmers to write add-on components for Prepar3D
Locked
aivlasoft
Posts: 7
Joined: Mon Apr 02, 2012 7:56 pm

SimConnect.dll as strong named assembly

Post by aivlasoft »

Trying to compile .NET source code which has a reference to the latest 'LockheedMartin.Prepar3D.SimConnect.dll'. (SDK 4.2). But unfortunately this DLL does not have a strong name.

Could you please provide this DLL as a so called 'strong named assembly'?

Thank you very much!
Regards, Urs
https://www.aivlasoft.com
User avatar
WarpD
Posts: 1469
Joined: Mon Feb 14, 2011 5:29 am

Re: SimConnect.dll as strong named assembly

Post by WarpD »

An article regarding strong names written in 2016: https://www.pedrolamas.com/2016/03/01/s ... 016-right/
Ed Wilson
Senior Developer
Mindstar Aviation
obinder
Posts: 145
Joined: Sun Jun 08, 2014 9:43 am

Re: SimConnect.dll as strong named assembly

Post by obinder »

Hi,

I'm curious - why would you want that?

The managed SimConnect libraries have been around at least since FSX Acceleration. I have used them for a multitude of addons without any problems. In fact, all Lorby-SI addons are managed code, except for the gauges - if you are trying to write a DLL for P3D with managed code, this is officially not possible yet.

Best regards
Oliver Binder
Lorby-SI
Locked