Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC6: How to disable incremental complilation Pin
Mircea Puiu14-Nov-05 4:11
Mircea Puiu14-Nov-05 4:11 
Generalincremental complilation != precompiled headers Pin
Henrik Husted14-Nov-05 4:40
Henrik Husted14-Nov-05 4:40 
GeneralRe: incremental complilation != precompiled headers Pin
Mircea Puiu14-Nov-05 4:51
Mircea Puiu14-Nov-05 4:51 
GeneralRe: incremental complilation != precompiled headers Pin
Henrik Husted14-Nov-05 20:23
Henrik Husted14-Nov-05 20:23 
GeneralRe: incremental complilation != precompiled headers Pin
Tim Smith15-Nov-05 2:53
Tim Smith15-Nov-05 2:53 
QuestionHow to get pure image data from jpeg buffer Pin
Kenan Aksoy14-Nov-05 2:52
Kenan Aksoy14-Nov-05 2:52 
AnswerRe: How to get pure image data from jpeg buffer Pin
Chris Losinger14-Nov-05 4:04
professionalChris Losinger14-Nov-05 4:04 
AnswerRe: How to get pure image data from jpeg buffer Pin
Mircea Puiu14-Nov-05 4:16
Mircea Puiu14-Nov-05 4:16 
Does the following JpegHdr structure correspond to your requirements?
typedef struct JpegHdr
{
     short width;
     short height;
     short restartInterval;
     short numOfQts;
     char precision;
     unsigned char numComps;
     char blockWidth[3];
     char blockHeight[3];
     char qtId[3];
     char compId[3];
     char maxBlockWidth;
     char maxBlockHeight;
     JpegQt qt[4];
     JpegHt ht[4];
 } JpegHdr;


See more here: http://www.cs.cornell.edu/dali/api/jpeg-c.html[^]


SkyWalker

-- modified at 10:16 Monday 14th November, 2005
Questiondo they belong to overload? Pin
vividwu14-Nov-05 2:42
vividwu14-Nov-05 2:42 
AnswerRe: do they belong to overload? Pin
jhwurmbach14-Nov-05 3:02
jhwurmbach14-Nov-05 3:02 
GeneralRe: do they belong to overload? Pin
vividwu14-Nov-05 3:08
vividwu14-Nov-05 3:08 
AnswerRe: do they belong to overload? Pin
Bob Stanneveld14-Nov-05 4:56
Bob Stanneveld14-Nov-05 4:56 
GeneralRe: do they belong to overload? Pin
vividwu15-Nov-05 1:18
vividwu15-Nov-05 1:18 
GeneralRe: do they belong to overload? Pin
Bob Stanneveld15-Nov-05 5:48
Bob Stanneveld15-Nov-05 5:48 
GeneralRe: do they belong to overload? Pin
vividwu15-Nov-05 12:21
vividwu15-Nov-05 12:21 
GeneralRe: do they belong to overload? Pin
Bob Stanneveld15-Nov-05 22:32
Bob Stanneveld15-Nov-05 22:32 
QuestionRecycle bin thing Pin
johny_d14-Nov-05 2:26
johny_d14-Nov-05 2:26 
AnswerRe: Recycle bin thing Pin
Mike Dimmick14-Nov-05 2:46
Mike Dimmick14-Nov-05 2:46 
QuestionGetting Image Size Pin
raed14-Nov-05 1:48
raed14-Nov-05 1:48 
AnswerRe: Getting Image Size Pin
YaronNir14-Nov-05 2:27
YaronNir14-Nov-05 2:27 
GeneralRe: Getting Image Size Pin
raed14-Nov-05 2:34
raed14-Nov-05 2:34 
GeneralRe: Getting Image Size Pin
Mircea Puiu14-Nov-05 4:40
Mircea Puiu14-Nov-05 4:40 
Questionlaunching windows exploere in 'Film Strip' mode Pin
YaronNir14-Nov-05 1:23
YaronNir14-Nov-05 1:23 
QuestionRe: launching windows exploere in 'Film Strip' mode Pin
David Crow14-Nov-05 2:33
David Crow14-Nov-05 2:33 
AnswerRe: launching windows exploere in 'Film Strip' mode Pin
YaronNir14-Nov-05 2:38
YaronNir14-Nov-05 2:38 

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.