Recent content by timelzayus

  1. T

    API Question Getting a HBITMAP from a SURFHANDLE

    I just tried. It did not fix the lag :( :(
  2. T

    OHM WebMFD

    This means your browser does not handles WebSockets correctly. You should try with google chrome beta or with mozilla firefox beta. On the IPad and IPhone, only the beta version of Safari Mobile handles the WebSockets. Sometimes the websocket implementation is NOT stable (especially on chrome)...
  3. T

    OHM WebMFD

    That's correct. This add-on has been compiled with Visual Studio 2010 and therefore needs the VC2010 runtime. ---------- Post added at 11:51 AM ---------- Previous post was at 11:50 AM ---------- I am trying to correct this problem : http://www.orbiter-forum.com/showthread.php?t=19054 So...
  4. T

    API Question Getting a HBITMAP from a SURFHANDLE

    It's not a driver problems. Lags and loss of FPS has been reported by all users of my add-on... I really need to get a mnipulable image out of the surfhandle. I am stuck... I hate that ! :p
  5. T

    OHM WebMFD

    Not really, it has to be two diferent computers. Otherwise, each time you manipulate a MFD, you loose focus on Orbiter...
  6. T

    API Question Getting a HBITMAP from a SURFHANDLE

    Please... Help ! This really is the only thing preventing me from doing a kick-ass plugin ! I can't find a way to transform a SURFHANDLE to a HBITMAP without destroying the framerate... Even in a thread, it doesn't help....
  7. T

    OHM WebMFD

    Hi. Sorry I did not see this topic :) What browser do you use ? What do you see ? What happens exactly ?? The development of this project is stuck because of this : http://www.orbiter-forum.com/showthread.php?t=19054
  8. T

    API Question Getting a HBITMAP from a SURFHANDLE

    Hi all ! I am currently writing an extension that permits to export MFDs over network. It's working ! To do that, I need to get a HBITMAP from a SURFHANDLE. I do that with a BitBlt : HDC hDCsrc = oapiGetDC(_surface); // Copy the Device Context into a Bitmap HDC cdc =...
  9. T

    WebMFD 2010-10-31

    ORBITER WEB MFD by Salomon BRYS Provides an embeded web server that permits to handle MFDs on any MODERN browser. Just enable the plugin, launch orbiter and go, from another PC, to: http://<yout-ip>:8042 The browser must be able to handle: * WebSockets * Motion-PNG or Motion-JPEG Known...
  10. T

    Problem WebMFDs

    I searched but I could not find a way to transform a GDI Device Context (HDC) into a JPEG or BMP file other than using GDI+. The code I added is in red. Having the bitblt operation before the release is not my code, it's Martin's. ---------- Post added at 05:32 PM ---------- Previous post was...
  11. T

    Problem WebMFDs

    Hi all ! I have discovered Orbiter 2 weeks ago and I find it tremendous ! Being a developper, I thought I could develop a bit for Orbiter. Here's my idea : I would like to use MFDs in other PCs (especially my touch netbook). Currently, the only way to export MFDs over network has to be...
Back
Top