Search:

Type: Posts; User: ulillillia

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,928

    I've made this change, and still nothing happens...

    I've made this change, and still nothing happens and it's still the same case - a bad pointer. I have 2 calls to the function. One uses the & for the data, the other doesn't. I put a breakpoint on...
  2. Replies
    7
    Views
    3,928

    biSizeImage is not 0, I checked it. Punching...

    biSizeImage is not 0, I checked it. Punching numbers into calculator, I see that it exactly matches what the calculation shows. If you want the full code, here:



    int LoadImageFile(const char...
  3. Replies
    7
    Views
    3,928

    I'm not getting any compiler errors or any...

    I'm not getting any compiler errors or any warnings relevant to this function call (how else could I have used the debugger to see that I'm getting zero?). I've got the info structure filled out,...
  4. Replies
    7
    Views
    3,928

    Function and pointer troubles

    For malloc to work, I need to know how much memory is needed. For convenience, since it's done a lot, I've put this into a function as a parameter. The function is to set the global variable for...
Results 1 to 4 of 4