L
larrytwo
Unregistered / Unconfirmed
GUEST, unregistred user!
我在读取一个bmp文件的时候
想用一个buffer来存储图像数据(RGB格式)可是
总是出错。
程序如下:
文件已经打开!!!
getmem(buffer,bitmapinfo.bmiheader.bisizeimage);
//取得一块与图像一样大的内存
fileseek(fhandle,54,0);
fileread(fandle,buffer,bitmapinfo.bmiheader.bisizeimage);
freemem(buffer);
却总是说access violation at address 40003470
in module'vcl50.bpl'.write of address 051f33628.
我已经快要疯掉!!!先后试过localalloc();Globalalloc();
allocmem();
都说我暴力访问!!!!
请各位大虾帮帮忙!!!
想用一个buffer来存储图像数据(RGB格式)可是
总是出错。
程序如下:
文件已经打开!!!
getmem(buffer,bitmapinfo.bmiheader.bisizeimage);
//取得一块与图像一样大的内存
fileseek(fhandle,54,0);
fileread(fandle,buffer,bitmapinfo.bmiheader.bisizeimage);
freemem(buffer);
却总是说access violation at address 40003470
in module'vcl50.bpl'.write of address 051f33628.
我已经快要疯掉!!!先后试过localalloc();Globalalloc();
allocmem();
都说我暴力访问!!!!
请各位大虾帮帮忙!!!