Jump to content
The simFlight Network Forums

Marco Milesi

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Marco Milesi

  1. 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
     
  2. 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
×
×
  • 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.