Jump to content
The simFlight Network Forums

Didier

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    France

Didier's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hello, Have you a full .NET dll to use with Windev ? I can't use this one because it's a Nuget... 😞 Thank's
  2. I've tried Lights.Value.Set(0) = True ==> Error = no syntaxe for Set() Lights.Value.Set(0, True) ==> Syntaxe OK That's works fine ! πŸ™‚ πŸ™‚ πŸ™‚
  3. Thank's Paul... I think it's good, i've right response... If I want to change value, I think I use Lights.Value.Set(0) = 1 or Lights.Value.Set(0, 1) or Lights.Value.Set(0) = 0 or Lights.Value.Set(0, 0) That's right ? Thank's Paul !!!!!!!! πŸ™‚ πŸ™‚ πŸ™‚ πŸ™‚
  4. Hello Paul, I come back to you, perhaps have you an Idea to read Lights πŸ™‚ I use this : Lights is "Offset<FsBitArray>"(0x0D0C, 2) And when I want to read the value of Navigation lights ("0") like this : Lights.Value[0] ---> (I can't use Lights.Value(0) , cause it's for Functions) I've an error : "Unable to access subitem" I've same error when I try Lights.Value[1] for Beacon .... etc... So I've tried to instanciate with Lights is "Offset<BitArray>"(0x0D0C, 2) but it's same issue... Have you an idea to resolve this ? Thank's Paul.
  5. Fine !!!!!!!!!! thank's The code is : ================================================= Offset_Airspeed is "Offset<Uint>"(0x02BC) AirspeedKnots is real AirspeedKnots = Offset_Airspeed.Value / 128.0 ================================================ I'll try other possibility and I'll say to you result πŸ™‚ πŸ™‚ πŸ™‚ πŸ™‚ Thank's Paul !!
  6. Ok for Process().... So here is my code : ================================================================================ MessageErreur is string Offset_Airspeed is 4-byte unsigned int Offset_Airspeed = 0x02BC MonOffset is Offset(Offset_Airspeed) <== HERE IS THE ERROR WHEN EXCEPTION IN FSUIPCConnection::Open() <== works OK DO ExceptionInfo(errMessage) END IF FSUIPCConnection::IsOpen THEN <== works OK Info("FSUIPC7 Connecté à " + FSUIPCConnection.FlightSimVersionConnected.ToString()) ELSE Error("FSUIPC7 déconnecté !") END WHEN EXCEPTION IN FSUIPCConnection.Process() <== HERE IS THE ERROR DO // Message complet de l'erreur principale MessageErreur = "erreur : " + ExceptionInfo(errMessage) + CR // Parcours des sous-erreurs (s'il y en a) FOR i = 1 _TO_ ExceptionInfo(errNumberSubError) // Message complet de chaque sous-erreur MessageErreur += "Sous-erreur " + i + " : " + ExceptionInfo(errMessage, i) END Info(MessageErreur) END ================================================================================ I can't read FSUIPCException too... 😞 Thank's Didier
  7. Hello Paul, Thank's I can now import .net assembly of FSUIPCCLient il Windev program. πŸ™‚ I can connect to FSUIPC, but when I want to call "FSUIPCConnection.Process()", i've an error (I've transleted in english) : "Error: The invocation of method <Process ()> of type <Void> failed. The .NET Framework returned the following error: Group "" does not exist." My .NET Framework si 4.8 (windows 10). Have you an idea to resolve this ? After, i've problem to read Offset because I can't create object with Offset() or Offset<T> in Windev. I cannot instantiate an Object with Offset. I've an error like this : "Wrong parameter for the constructor of the Offset Class". Another question : do you speak french ? I ask this because there is some french sentence in the VB example code (Visual Studio) πŸ™‚ Thank's Paul. Didier
  8. Another question : Is'there a now doc to use this .net assembly ? Thank's
  9. Thank's Paul I'll try this... Could you tell me if the DLL works on 64 bits or 32 bits ? Thank's again πŸ™‚ πŸ™‚
  10. Hello, Where could I download the DLL file and the XML file of the .Net Assembly in 64 bits of the version 3 ? In the package of FSUIPC there is only version 2.4 in 32 bits and I can't use it. I need them to work with Windev (WLanguage). Thank's Did.
  11. Ok Pete, thanks... I'll register it. Which website is the best to register ? Thank's
  12. G Hello. I would like to develop software on Android to control some functions on my MSFS2020. Could you tell me if it is possible to connect to Fsuipc from my Android? if so, is there a manual or tutorial to achieve this? I specify that I develop under Windev mobile (www.windev.com). Thank you all
  13. Hello There is a local werbservice server with fsuipc7 and i need the WSDL to know all commandes and syntaxe for programming in Wlanguage (windev PC Soft). What is the URL to retrieve the WSDL please ? Thanks Ps : WSDL : WebService Description Languedoc https://fr.m.wikipedia.org/wiki/Web_Services_Description_Language There is a WSDL for all webservice and we must know the URL of this WSDL.
  14. Hello There is a local werbservice server with fsuipc7 and i need the WSDL to know all commandes and syntaxe for programming in Wlanguage (windev PC Soft). What is the URL to retrieve the WSDL please ? Thanks
×
×
  • 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.