Search:

Type: Posts; User: caricas

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,454

    the %.8x is the type of var... when i get home...

    the %.8x is the type of var...

    when i get home ill post a code example..
  2. Replies
    5
    Views
    1,454

    thanks for the help... but that char...

    thanks for the help...

    but that


    char my_var[]="%.8x";


    will set inside the array the string "%.8x" ?? because what i need is what is inside the var %.8x the value for example 0xffffffff
  3. Replies
    5
    Views
    1,454

    no one :( ?? i just need to know which...

    no one :( ??

    i just need to know which information is given by that functions, and how to pass a var type %.8x to a %s (string)

    some help pls :)
  4. Replies
    5
    Views
    1,454

    process information, explanation help ??

    i god a code example that reads a process and lists is address's that in use and in memory..

    basicly uses this things:

    SYSTEM_INFO si;
    GetSystemInfo(&si);
    MEMORY_BASIC_INFORMATION mbi;

    my...
  5. Replies
    15
    Views
    3,256

    thanks novacain, that comments helps a lot :) I...

    thanks novacain, that comments helps a lot :) I need to make some tests
  6. Replies
    15
    Views
    3,256

    didnt't understand why you saying about back...

    didnt't understand why you saying about back buffer, i want to say im a novice at C++, i know the realy basic, and i found the code above from a a tutorial.

    everything someone says here i try to...
  7. Replies
    15
    Views
    3,256

    well, i will try to look for something about dib...

    well, i will try to look for something about dib section, but if you could leave more information about it, would be great :)
  8. Replies
    15
    Views
    3,256

    Yes speed is very important to me, I need to...

    Yes speed is very important to me,

    I need to use something like GetBitmapBits(hDesktopDC) to get the pixels in a array ???

    so when you say use directX i should change all the code or i just...
  9. Replies
    15
    Views
    3,256

    I found this cod as a example: Void...

    I found this cod as a example:



    Void CaptureScreen()
    {
    int nScreenWidth = GetSystemMetrics(SM_CXSCREEN);
    int nScreenHeight = GetSystemMetrics(SM_CYSCREEN);
    HWND hDesktopWnd =...
  10. Replies
    15
    Views
    3,256

    At the begining i need it in a buffer as pixels,...

    At the begining i need it in a buffer as pixels, and go with a for cycle, and look for how many colors is being used...

    but Brad0407 what about that WinAPI's... ??? which API's could i use ???
  11. Replies
    15
    Views
    3,256

    Capturing screen image ?

    someone could help me with a tutorial, or a help where to start ?

    thanks in advance
  12. which packages and librarys would be that ?? ...

    which packages and librarys would be that ??

    sorry, is that i dont really know where to start ???
  13. humm, if im interested in the triangles and...

    humm, if im interested in the triangles and polygons ?? wich functions should i use ??

    and the pixel buffer is the more common ??
  14. trying to understand what is being rendered ??

    Hi,

    I need to take a screenshot using C++, but i want to find out first what it happens when a exercutable like a game engine do for render their images..

    is someone could explain to me in a...
Results 1 to 14 of 14