Click here to Skip to main content
15,898,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Detecting a video play [modified] Pin
pavan g9-Aug-06 17:55
pavan g9-Aug-06 17:55 
QuestionHOW TO LOAD BITMAP IMAGE TO DIALOG FORM IN VC++ Pin
phijophlip9-Aug-06 1:51
phijophlip9-Aug-06 1:51 
AnswerRe: HOW TO LOAD BITMAP IMAGE TO DIALOG FORM IN VC++ Pin
Parthi_Appu9-Aug-06 1:58
Parthi_Appu9-Aug-06 1:58 
AnswerRe: HOW TO LOAD BITMAP IMAGE TO DIALOG FORM IN VC++ Pin
Bravoone_20069-Aug-06 2:15
Bravoone_20069-Aug-06 2:15 
AnswerRe: HOW TO LOAD BITMAP IMAGE TO DIALOG FORM IN VC++ Pin
Hamid_RT9-Aug-06 2:24
Hamid_RT9-Aug-06 2:24 
AnswerRe: HOW TO LOAD BITMAP IMAGE TO DIALOG FORM IN VC++ Pin
Vipin Aravind9-Aug-06 5:40
Vipin Aravind9-Aug-06 5:40 
QuestionError in reading file Pin
Anu_Bala9-Aug-06 1:34
Anu_Bala9-Aug-06 1:34 
AnswerRe: Error in reading file [modified] Pin
Parthi_Appu9-Aug-06 1:48
Parthi_Appu9-Aug-06 1:48 
It behaves correctly but your approach is wrong.. if you want to read different tag lenghts you can do it in two ways...

1) read byte by byte untill you fully read the tag name....

2)just read first 16 bytes as you did and find out the excat length of tagname from the "tTagName" and then move the file pointer to the length+1 position (in your case DFC101 has length 6, so move the file pointer to position 7 from the begining of file)

Hope this'll help


Do your Duty and Don't expect the Result

GeneralRe: Error in reading file Pin
Anu_Bala9-Aug-06 2:08
Anu_Bala9-Aug-06 2:08 
GeneralRe: Error in reading file [modified] Pin
Parthi_Appu9-Aug-06 2:23
Parthi_Appu9-Aug-06 2:23 
AnswerRe: Error in reading file Pin
Cedric Moonen9-Aug-06 1:49
Cedric Moonen9-Aug-06 1:49 
GeneralRe: Error in reading file Pin
Anu_Bala9-Aug-06 2:09
Anu_Bala9-Aug-06 2:09 
AnswerRe: Error in reading file Pin
kakan9-Aug-06 2:00
professionalkakan9-Aug-06 2:00 
AnswerRe: Error in reading file Pin
Steen Krogsgaard9-Aug-06 3:19
Steen Krogsgaard9-Aug-06 3:19 
AnswerRe: Error in reading file Pin
David Crow9-Aug-06 3:51
David Crow9-Aug-06 3:51 
QuestionHow to include files in a directory in VC 8.0? Pin
narayanagvs9-Aug-06 1:15
narayanagvs9-Aug-06 1:15 
AnswerRe: How to include files in a directory in VC 8.0? Pin
Viorel.9-Aug-06 1:59
Viorel.9-Aug-06 1:59 
AnswerRe: How to include files in a directory in VC 8.0? Pin
Vipin Aravind9-Aug-06 5:43
Vipin Aravind9-Aug-06 5:43 
Question.NET slow graphics? Pin
9ine9-Aug-06 0:49
9ine9-Aug-06 0:49 
QuestionMake buffer zero? Pin
Kiran Pinjala9-Aug-06 0:47
Kiran Pinjala9-Aug-06 0:47 
AnswerRe: Make buffer zero? Pin
Parthi_Appu9-Aug-06 0:50
Parthi_Appu9-Aug-06 0:50 
AnswerRe: Make buffer zero? Pin
Zac Howland9-Aug-06 4:30
Zac Howland9-Aug-06 4:30 
GeneralRe: Make buffer zero? Pin
Vipin Aravind9-Aug-06 5:45
Vipin Aravind9-Aug-06 5:45 
GeneralRe: Make buffer zero? Pin
Zac Howland9-Aug-06 6:03
Zac Howland9-Aug-06 6:03 
Questionoperator new Pin
Sarath C9-Aug-06 0:19
Sarath C9-Aug-06 0:19 

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.