Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Button control Pin
saisp22-May-07 1:56
saisp22-May-07 1:56 
GeneralRe: Button control Pin
Hamid_RT22-May-07 2:05
Hamid_RT22-May-07 2:05 
GeneralRe: Button control Pin
saisp22-May-07 2:23
saisp22-May-07 2:23 
QuestionRe: Button control Pin
Hamid_RT22-May-07 7:43
Hamid_RT22-May-07 7:43 
AnswerRe: Button control Pin
David Crow22-May-07 2:58
David Crow22-May-07 2:58 
QuestionIMAPI Pin
josip cagalj22-May-07 1:13
josip cagalj22-May-07 1:13 
QuestionRe: IMAPI Pin
David Crow22-May-07 3:00
David Crow22-May-07 3:00 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 3:47
josip cagalj22-May-07 3:47 
You mean you added line not File?
I created dialog where user can add several files/folders in an listctrl and then record them on CD.
Now, I'm trying to write on CD using IMAPI v1.0 but the moment I include imapi.h
and try to compile errors begin line up. Example:
c:\program files\microsoft sdk\include\propidl.h(144) : error C2011: 'tagCAUB' : 'struct' type redefinition

Should I try to disable this .h file?
I followed 'CD burner' article (for vc7, i'm using vc6 all the same) where states:
<br />
1. Include imapi headers "imapi.h" and "Imapierror.h"<br />
<br />
#include "imapi.h"<br />
#include "Imapierror.h"<br />
<br />
2. Declare your IMAPI variables.<br />
<br />
IDiscMaster *pDiscMaster=NULL;<br />
IJolietDiscMaster *pJolietDiscMaster=NULL;<br />
IEnumDiscRecorders *pEnumDiscRecorders=NULL;<br />
IDiscRecorder *pDiscRecorder=NULL;<br />
IStorage* pStorage = NULL;


but not for me!
THX

the sdk is from Feb2003, should i dawload new (please send me a link if so)
QuestionRe: IMAPI Pin
David Crow22-May-07 3:54
David Crow22-May-07 3:54 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 4:01
josip cagalj22-May-07 4:01 
GeneralRe: IMAPI Pin
David Crow22-May-07 6:01
David Crow22-May-07 6:01 
GeneralRe: IMAPI Pin
josip cagalj22-May-07 19:32
josip cagalj22-May-07 19:32 
AnswerRe: IMAPI Pin
josip cagalj22-May-07 19:51
josip cagalj22-May-07 19:51 
QuestionCompare times Pin
sireesha_sree22-May-07 0:49
sireesha_sree22-May-07 0:49 
AnswerRe: Compare times Pin
CPallini22-May-07 1:02
mveCPallini22-May-07 1:02 
GeneralRe: Compare times Pin
sireesha_sree22-May-07 2:59
sireesha_sree22-May-07 2:59 
QuestionRe: Compare times Pin
David Crow22-May-07 3:02
David Crow22-May-07 3:02 
GeneralRe: Compare times Pin
CPallini22-May-07 3:05
mveCPallini22-May-07 3:05 
AnswerRe: Compare times Pin
Nelek22-May-07 3:34
protectorNelek22-May-07 3:34 
QuestionRE: rewind the wmv file in direct show Pin
rjkg22-May-07 0:45
rjkg22-May-07 0:45 
AnswerRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery22-May-07 3:53
Mark Salsbery22-May-07 3:53 
GeneralRe: RE: rewind the wmv file in direct show Pin
rjkg22-May-07 18:36
rjkg22-May-07 18:36 
GeneralRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery23-May-07 5:22
Mark Salsbery23-May-07 5:22 
GeneralRe: RE: rewind the wmv file in direct show Pin
rjkg24-May-07 1:14
rjkg24-May-07 1:14 
GeneralRe: RE: rewind the wmv file in direct show Pin
Mark Salsbery24-May-07 4:56
Mark Salsbery24-May-07 4: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.