Jump to content
The simFlight Network Forums

jcboliveira

Members
  • Posts

    1,699
  • Joined

  • Last visited

Everything posted by jcboliveira

  1. How is the voltage variation? As far I know that's what counts not the resistance. If the Pot is a 3 point one you can try this solution: José
  2. How is the voltage variation? As far I know that's what counts not the resistance. If the Pot is a 3 point one you can try this solution: José
  3. Slew it's the word. Maybe you can control it by looking and change the value in offset 0x05DC, if it is 1 turn it to 0. José
  4. Slew it's the word. Maybe you can control it by looking and change the value in offset 0x05DC, if it is 1 turn it to 0. José
  5. Why the long? The var is 2 byte long. I think that if you pass a long the two most signigficant bytes will be 0 on return (or something that is on 0z7f4 0x7f5 I don't know) and the negative numbers will be intrepreted as positive like in the word. If you need a long for after processing you must cast the result to it after retrieving. Best José
  6. Why the long? The var is 2 byte long. I think that if you pass a long the two most signigficant bytes will be 0 on return (or something that is on 0z7f4 0x7f5 I don't know) and the negative numbers will be intrepreted as positive like in the word. If you need a long for after processing you must cast the result to it after retrieving. Best José
  7. Hi First I need to know: Do you want to run AIBridge with SquawkBox os in pure multiplayer? Did you change FS2002 place after the instalation? Best José
  8. Hi First I need to know: Do you want to run AIBridge with SquawkBox os in pure multiplayer? Did you change FS2002 place after the instalation? Best José
  9. Sure, where can I find it? Already sent the source code for FS launch. José
  10. It's easy :) (easy to solve not easy to program) D/L the DirectX 7 SDK and you will find an example of doing that. Another way is send me an E-Mail and I will send the code © that does that to FS2002. You can check the exe at http://www.airsim.net Download FSlaunch. José
  11. Hi 1 - Run AIBridge in the same computer as FS 2 - If you change the player name on FS2002 menu shutdown FS and run it again this will allow to update fs2002.cfg with the new player name or of course you van change by hand on fs2002.cfg in PLAYER_NAME= 3 - FS path is proper detected by AIbridge. In AIBridge1 the self target was filtered by using host detection but this gave a problem to multiplayer flights. In this new version the echo is filtered by testing the target name. Best José
  12. Hi again I think I found something in VB http://msdn.microsoft.com/library/defauvb0091.asp Best José
  13. Hi I managed to have some time and look to the DX7 SDK there is a sample called fswindow that does just what you want. The problem is that the sample creates a surface (fancy name for a linear area of display memory), I tried to instead enumerate the surfaces and see if I can get FS2002 surface but it didn't enumerate. The main problem seems to be "how to access another process surface" I don't agree completely with Pete regarding FS2004 if the supported DX version will be DX9 and if the DX7 methods are compatible I think that the applications will work. I hope since I like DF734 a lot. :) Best José
  14. Did you upgraded to DX9? For any chance are you using a non English Windows? One solution is in WindowsXP upgrading to SP1 Another is to try to define decimal as . instead of , José
  15. Now that I'm going to slow down in the programs department I will try to look more carefully. I thinks that is something related to cooperative level in Direct Draw. From sometime I'm think about displaying PDF on full screen FS. José
  16. Sorry to jump in. That's one of the things that I'm wondering about for some time. I never realized how to do it, been looking around Direct-X full screen mode and never got that right maybe the problem is that I'm looking in DX8 SDK not DX7. Best José
×
×
  • 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.