Click here to Skip to main content
15,912,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnew in dll, delete in exe, bang :( Pin
Rüpel18-Aug-04 3:42
Rüpel18-Aug-04 3:42 
GeneralRe: new in dll, delete in exe, bang :( Pin
Nemanja Trifunovic18-Aug-04 3:58
Nemanja Trifunovic18-Aug-04 3:58 
GeneralRe: new in dll, delete in exe, bang :( Pin
Rüpel18-Aug-04 4:22
Rüpel18-Aug-04 4:22 
GeneralRe: new in dll, delete in exe, bang :( Pin
Ravi Bhavnani18-Aug-04 4:13
professionalRavi Bhavnani18-Aug-04 4:13 
Generalbitmap file format Pin
peterworth18-Aug-04 3:21
peterworth18-Aug-04 3:21 
GeneralRe: bitmap file format Pin
Chris Losinger18-Aug-04 4:27
professionalChris Losinger18-Aug-04 4:27 
GeneralRe: bitmap file format Pin
Anonymous18-Aug-04 4:46
Anonymous18-Aug-04 4:46 
GeneralRe: bitmap file format Pin
Chris Losinger18-Aug-04 4:54
professionalChris Losinger18-Aug-04 4:54 
any reason you're not using MS's BITMAPFILEHEADER struct?

when i do this:
<br />
BYTE buf[14] = {0x42 ,0x4D ,0x9A ,0x31 ,0x08 ,0x00 ,0x00 ,0x00  ,0x00 ,0x00 ,0x36 ,0x04 ,0x00 ,0x00 };<br />
BITMAPFILEHEADER *b = (BITMAPFILEHEADER *)buf;<br />


the values look fine:

bfType: 19778 ('BM')
bfSize: 536986
bfReserved1: 0
bfReserved2: 0
bfOffBits: 1078

-c


Software | Cleek

GeneralRe: bitmap file format Pin
Anonymous18-Aug-04 4:57
Anonymous18-Aug-04 4:57 
GeneralRe: bitmap file format Pin
Chris Losinger18-Aug-04 5:03
professionalChris Losinger18-Aug-04 5:03 
GeneralRe: bitmap file format Pin
Anonymous18-Aug-04 5:08
Anonymous18-Aug-04 5:08 
GeneralRe: bitmap file format Pin
Chris Losinger18-Aug-04 5:14
professionalChris Losinger18-Aug-04 5:14 
GeneralRe: bitmap file format Pin
Rick York18-Aug-04 10:22
mveRick York18-Aug-04 10:22 
GeneralHELP NEEDED, With Windows Default Settings. Pin
Yaxcidia18-Aug-04 2:52
Yaxcidia18-Aug-04 2:52 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
David Crow18-Aug-04 6:19
David Crow18-Aug-04 6:19 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
Yaxcidia18-Aug-04 8:19
Yaxcidia18-Aug-04 8:19 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
David Crow18-Aug-04 8:38
David Crow18-Aug-04 8:38 
QuestionDialogs Skins ??? Pin
zahid_ash18-Aug-04 2:04
zahid_ash18-Aug-04 2:04 
AnswerRe: Dialogs Skins ??? Pin
RChin18-Aug-04 3:35
RChin18-Aug-04 3:35 
GeneralRe: Dialogs Skins ??? Pin
zahid_ash18-Aug-04 18:32
zahid_ash18-Aug-04 18:32 
GeneralProblem:big dll size Pin
happycpp18-Aug-04 1:50
happycpp18-Aug-04 1:50 
GeneralRe: Problem:big dll size Pin
Michael P Butler18-Aug-04 1:56
Michael P Butler18-Aug-04 1:56 
GeneralRe: Problem:big dll size Pin
happycpp18-Aug-04 4:16
happycpp18-Aug-04 4:16 
GeneralRe: Problem:big dll size Pin
David Crow18-Aug-04 6:22
David Crow18-Aug-04 6:22 
GeneralRe: Problem:big dll size Pin
gamitech19-Aug-04 12:42
gamitech19-Aug-04 12:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.