Search:

Type: Posts; User: Carl G

Search: Search took 0.03 seconds.

  1. Replies
    31
    Views
    233,071

    Re: C/C++ - Loading Bitmap Files (Manually)

    thats the working code for 32 bit windows machine, in my example above i made a mistake, making an if without reading the file, in 64 bit machines it`s necesary to include iostream and fstream,...
  2. Replies
    31
    Views
    233,071

    Re: C/C++ - Loading Bitmap Files (Manually)

    maybe in my program is necesary to write:initwindow(400,400) in the top of the main function to open the graphic window, it depends on the winbgim installation
  3. Replies
    31
    Views
    233,071

    Re: C/C++ - Loading Bitmap Files (Manually)

    i were working with your code, plus win32 system calls plus winbgim win api, this code also works, so:

    #include <winbgim.h>
    #include <string.h>
    #include<iostream>
    #include<windows.h>...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width