Jump to content
The simFlight Network Forums

Marco Milesi

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

563 profile views

Marco Milesi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks to all. @Paul: you're always right :razz: The problem is that the Majestic does not recognize the engine offset and my tracker performs a check on the state of the engines. Offsets that are used is: 0894 and 092C; I have to look for other offsets to recognize the state of the engines of the Majestic. Thanks Marco
  2. Hi all i have another problem with my tracker developed in VBnet. With the Majestic Q400 I do not record the location (latitude and longitude) and then not let me see the track while with all other aircraft works ok. Offsets that use are: Longitude As Offset(Of Long) = New Offset(Of Long)(&H568) Latitude As Offset(Of Long) = New Offset(Of Long)(&H560) while for the calculation use this function: Public Function getlatitude() Dim latdata = (Latitude.Value * 90 / (10001750 * 65536.0 * 65536.0)) Return latdata End Function Public Function getlongitude() Dim longdata = (Longitude.Value * 360.0 / (65536.0 * 65536.0 * 65536.0 * 65536.0)) Return longdata End Function does anyone know why? Thanks in advance Marco
  3. Thanks Paul but i have this error: Checking to see that all of the input assemblies have a compatible PeKind. DFYFlightCenter.PeKind = ILonly, Requires32bits, Prefers32bits FSUIPCClient.PeKind = ILonly, Requires32bits The assembly 'FSUIPCClient' has a value for its PeKind flag, 'ILonly, Requires32bits' that is not compatible with 'ILonly, Requires32bits, Prefers32bits'. An exception occurred during merging: ILMerge.Merge: The assembly 'FSUIPCClient' has a value for its PeKind flag, 'ILonly, Requires32bits' that is not compatible with 'ILonly, Requires32bits, Prefers32bits'. in ILMerging.ILMerge.Merge() in ILMerging.ILMerge.Main(String[] args) Marco
  4. Hi all it's possible incorporate the FSUIPC.DLL in a executable file written in vbnet to deploy as a single file (exe only) ? If yes how ? P.S. I call the FSUIPC.DLL from vb net as a resource. Thanks Marco
  5. Thanks a lot Paul it was just so like you said ... i declared offset as Integer ;-) All works fine now Thanks Marco
  6. Hi all i have a problem with Pause Offset. I created a simple ACARS but this happen to me: 1) If i run with FS2004 everything ok. 2) If i run with FSX and P3D just releases the parking brakes and the aircraft moves he gives me Pause Detected and when the aircraft stops the Pause disappears. You know why ? P.S. I have the FSUIPC Client DLL for .NET - Version 2.4 Thanks Marco
  7. Hello all i would know what is the offset for read (not write) the state of the iFly autopilot for an application written in vbnet. Thanks Marco
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.