CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2005
    Posts
    73

    Question CBitmap::CreateCompatibleBitmap restraint

    hi guys:

    everbody has been familiar with bitmap things like CBitmap .BITMAP.etc.
    and CBitmap::CreateCompatibleBitmap will fail if either size of width and height overruns 32k limitation. my question is how to get over this limitation?thank you in advance

    have a good day

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: CBitmap::CreateCompatibleBitmap restraint

    How big do you need to go? What exactly are you trying to do? Maybe there is another solution to your problem...
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Jan 2005
    Posts
    73

    Re: CBitmap::CreateCompatibleBitmap restraint

    hi M-G:
    in short.i need to display on host window something hybrid text/binary element.and i was told try not to restrict docu's volume from users.so for flickering-free's sake.i need CBitmap::CreateCompatibleBitmap. i've came up with a bypass solution to take down my original one.so the 32k limitation no longer bothers me. thank you anyways

    have a nice day

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured