Search results

  1. 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 =...
  2. 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