Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NIIF_NONE Pin
Michael Dunn18-Aug-04 7:17
sitebuilderMichael Dunn18-Aug-04 7:17 
QuestionWhat wrong with this code? Pin
gilazilla18-Aug-04 4:51
gilazilla18-Aug-04 4:51 
GeneralDrag and Drop Using the CFSTR_FILEDESCRIPTOR / CFSTR_FILECONTENTS Formats Pin
Steve Thresher18-Aug-04 4:48
Steve Thresher18-Aug-04 4:48 
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 
i am reading the first 14 bytes of a bitmap into a struct like this:

struct bmfh
{
unsigned short int bfType;
unsigned long int bfSize;
unsigned short int bfReserved1, bfReserved2;
unsigned long int bfOffBits;
};

and the results come out like this:

type: BM
size: 5
reserved1: 0
reserved2: 1078
bit offset: 3452764160

surely the size and offset cant be correct, does anyone know what i'm doing wrong? other bitmaps give similar values.
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 
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 

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.