Search:

Type: Posts; User: xximranxx

Search: Search took 0.01 seconds.

  1. int WINAPI WinMain(HINSTANCE _hInst,HINSTANCE...

    int WINAPI WinMain(HINSTANCE _hInst,HINSTANCE _hPrevInst,char* _cmdParam,int _cmdShow)
    {

    std::cout << "HI" << std::endl;

    return 0;
    }
  2. example could be just like yours!!

    example could be just like yours!!
  3. well, i cant use a int main() i am using int...

    well, i cant use a int main()
    i am using int WinMain()
    ...
  4. beginners question: write onto command line

    i am writing a program withh c++ using winapi, mingw using option -mwindows to link

    when i run the program in my dev.environment (eclipse), 'cout' work.

    when i run the program .exe file in...
  5. Replies
    15
    Views
    6,959

    so what can you suggest to do to detect the edges?

    so what can you suggest to do to detect the edges?
  6. Replies
    15
    Views
    6,959

    hi the image is computer drawn, and the size...

    hi

    the image is computer drawn, and the size and orientation are fixed.
    i have already done it by using certain pixels.

    i would like to do this a little more generally though, just incase the...
  7. Replies
    15
    Views
    6,959

    automatic image recognition

    hi

    i wanted to ask if anyones anything about image recognition.

    e.g. i want to take the screenshot of a game board, where dice are displayed
    then this code should given the bitmap recognize...
  8. Replies
    2
    Views
    2,075

    thanks alot

    thanks alot
  9. Replies
    2
    Views
    2,075

    cout problem with windows API

    hi

    im writing a windows api using mingw with -mwindows and i use eclipse as my editor/compiler/debugger.

    in my code, i use "cout" to print messages.

    when using eclipse, the messages print on...
  10. Replies
    4
    Views
    3,557

    ok ok i got it!! thanks a lot

    ok ok

    i got it!!

    thanks a lot
  11. Replies
    4
    Views
    3,557

    i tried the redefinition. first of all, it...

    i tried the redefinition.

    first of all, it gives a warning that _WIN32_WINNT is being redefined

    and secondly, it still doesnt compile

    p.s.: you are right, i am using mingw (eclipse)
  12. Replies
    4
    Views
    3,557

    simulate keyboard events on windows xp

    hi

    i am trying to simulate keyboard and mouse events on windows xp, using c++/mfc.

    i have included Windows.h in my code and compile/link with -mwindows.

    when trying to use the structure...
  13. Replies
    3
    Views
    2,574

    getting hidden windows content

    hi.

    i am trying to get the contents of a visible (in the sense of WM_VISIBLE) but hidden (meaning blocked by other windows) window.

    i have tried the following code, but it only produces a...
Results 1 to 13 of 13