dlm23410
01-31-2001, 04:03 PM
I am trying to read pixels from a .bmp file, and the blasted book I have gives two (both not working) syntax versions of a read utility.
int readBmpFile( char * fname );
and
int readBMPFile( string fname );
they both compile on visual c++ but neither of them will link properly, any assistance would be great!
int readBmpFile( char * fname );
and
int readBMPFile( string fname );
they both compile on visual c++ but neither of them will link properly, any assistance would be great!