Click here to Skip to main content
16,004,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Starnge CButton::SetFont() behavior Pin
Iain Clarke, Warrior Programmer5-Dec-08 7:57
Iain Clarke, Warrior Programmer5-Dec-08 7:57 
JokeRe: Starnge CButton::SetFont() behavior Pin
CPallini5-Dec-08 8:27
mveCPallini5-Dec-08 8:27 
GeneralRe: Starnge CButton::SetFont() behavior Pin
josip cagalj7-Dec-08 22:15
josip cagalj7-Dec-08 22:15 
GeneralRe: Starnge CButton::SetFont() behavior Pin
Iain Clarke, Warrior Programmer7-Dec-08 23:09
Iain Clarke, Warrior Programmer7-Dec-08 23:09 
QuestionApplication compiled on Visual Studio 2003 crashes in Vista 32bit (on a 64 bit processor) Pin
Kartik Sura5-Dec-08 2:03
Kartik Sura5-Dec-08 2:03 
AnswerRe: Application compiled on Visual Studio 2003 crashes in Vista 32bit (on a 64 bit processor) Pin
Jijo.Raj5-Dec-08 3:03
Jijo.Raj5-Dec-08 3:03 
AnswerRe: Application compiled on Visual Studio 2003 crashes in Vista 32bit (on a 64 bit processor) Pin
Stuart Dootson5-Dec-08 5:17
professionalStuart Dootson5-Dec-08 5:17 
Questioncan't use FILETIME while writting idl file . Pin
vijay_k5-Dec-08 1:48
vijay_k5-Dec-08 1:48 
I am writting idl file for my project. It is not allowing me to use FILETIME. if I include the windows.h , then it gives me the compiling error like:

1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(280) : error MIDL2003 : redefinition : INT
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(684) : error MIDL2003 : redefinition : Int64ShllMod32
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(684) : error MIDL2025 : syntax error : expecting ; near "{"
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winnt.h(686) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation


If i am not including windows.h , compiler giving me the error:

1>.\TestRPC.idl(178) : error MIDL2025 : syntax error : expecting a type specification near "FILETIME"
1>.\TestRPC.idl(178) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation 


can anyone tell me how can i resolve this error ?


Thanks

Vijay_k
AnswerRe: can't use FILETIME while writting idl file . Pin
Marcelo Emmerich5-Dec-08 2:10
Marcelo Emmerich5-Dec-08 2:10 
AnswerRe: can't use FILETIME while writting idl file . Pin
Stuart Dootson5-Dec-08 5:24
professionalStuart Dootson5-Dec-08 5:24 
QuestionBuild Set up problem Pin
SNI5-Dec-08 1:47
SNI5-Dec-08 1:47 
AnswerRe: Build Set up problem Pin
Iain Clarke, Warrior Programmer5-Dec-08 7:20
Iain Clarke, Warrior Programmer5-Dec-08 7:20 
GeneralRe: Build Set up problem Pin
SNI11-Dec-08 1:25
SNI11-Dec-08 1:25 
QuestionLogin Dialog Probelm Pin
MsmVc5-Dec-08 1:25
MsmVc5-Dec-08 1:25 
AnswerRe: Login Dialog Probelm Pin
Code-o-mat5-Dec-08 1:40
Code-o-mat5-Dec-08 1:40 
GeneralRe: Login Dialog Probelm Pin
MsmVc5-Dec-08 1:47
MsmVc5-Dec-08 1:47 
GeneralRe: Login Dialog Probelm Pin
Code-o-mat5-Dec-08 2:12
Code-o-mat5-Dec-08 2:12 
AnswerRe: Login Dialog Probelm Pin
Nishad S5-Dec-08 1:50
Nishad S5-Dec-08 1:50 
GeneralRe: Login Dialog Probelm Pin
MsmVc5-Dec-08 2:01
MsmVc5-Dec-08 2:01 
GeneralRe: Login Dialog Probelm Pin
Nishad S5-Dec-08 2:05
Nishad S5-Dec-08 2:05 
GeneralRe: Login Dialog Probelm Pin
MsmVc5-Dec-08 17:41
MsmVc5-Dec-08 17:41 
GeneralRe: Login Dialog Probelm Pin
Nishad S7-Dec-08 21:53
Nishad S7-Dec-08 21:53 
GeneralRe: Login Dialog Probelm Pin
MsmVc8-Dec-08 19:57
MsmVc8-Dec-08 19:57 
GeneralRe: Login Dialog Probelm Pin
Nishad S8-Dec-08 21:14
Nishad S8-Dec-08 21:14 
GeneralRe: Login Dialog Probelm Pin
MsmVc8-Dec-08 22:33
MsmVc8-Dec-08 22:33 

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.