CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2002
    Location
    China
    Posts
    27

    About bitmap compare alogrithm

    I have implemented a Windows WinMine game auto run algorithm. And I need to read Winmine Game cell content in my program. My method is compare every bitmap of the game resource with the bitmap capture from screen, if there is a resource bitmap same with screen resource, then I know the content of this cell.
    My OS is windows 2k, and screen properties is 1028 * 768 * 16bit, large font. On this setup, my program run well. But when I modify system font to small. My program can not run. The bitmap campare error, it cannot found the same one. I don't know what's wrong with it. Anyone can help me?

  2. #2
    Join Date
    Sep 2007
    Posts
    1

    Re: About bitmap compare alogrithm

    hello. if u have the solution can u give it to me..
    i have an assignment to comparing two bmp images using visual c++
    help me.

  3. #3
    Join Date
    Apr 1999
    Location
    Altrincham, England
    Posts
    4,470

    Re: About bitmap compare alogrithm

    We don't do homework or assignments for you.

    Make a start and tell us where you're stuck. Ask specific questions and you'll get an answer. Ask us to do the work for you, and you'll get nothing.
    Correct is better than fast. Simple is better than complex. Clear is better than cute. Safe is better than insecure.
    --
    Sutter and Alexandrescu, C++ Coding Standards

    Programs must be written for people to read, and only incidentally for machines to execute.

    --
    Harold Abelson and Gerald Jay Sussman

    The cheapest, fastest and most reliable components of a computer system are those that aren't there.
    -- Gordon Bell


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