Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C code problem Pin
Stephen Hewitt24-Apr-06 2:40
Stephen Hewitt24-Apr-06 2:40 
GeneralRe: C code problem Pin
vikramlinux24-Apr-06 2:48
vikramlinux24-Apr-06 2:48 
GeneralRe: C code problem Pin
Naveen24-Apr-06 2:59
Naveen24-Apr-06 2:59 
GeneralRe: C code problem Pin
vikramlinux24-Apr-06 3:08
vikramlinux24-Apr-06 3:08 
QuestionAccessing the child node in DOM XML?? Pin
itkid24-Apr-06 2:31
itkid24-Apr-06 2:31 
AnswerRe: Accessing the child node in DOM XML?? Pin
YaronNir24-Apr-06 2:49
YaronNir24-Apr-06 2:49 
GeneralRe: Accessing the child node in DOM XML?? Pin
itkid24-Apr-06 19:31
itkid24-Apr-06 19:31 
QuestionProblem with ntddk.h Pin
rajeevktripathi24-Apr-06 1:35
rajeevktripathi24-Apr-06 1:35 
Hi
I am making an application where I need DDK and I started with a dialog based application in which only include ntddk.h file
Here I am having a problrm, when I include NTDDK.H then it gives error as folloews:

*******************************************************************************
*******************************************************************************
--------------------Configuration: Native - Win32 Debug--------------------
Compiling...
NATIVE.C
c:\program files\ntddk\inc\ddk\ntddk.h(7914) : error C2146: syntax error : missing ';' before identifier 'InterruptTime'
c:\program files\ntddk\inc\ddk\ntddk.h(7914) : error C2061: syntax error : identifier 'InterruptTime'
c:\program files\ntddk\inc\ddk\ntddk.h(7928) : error C2061: syntax error : identifier 'SystemTime'
c:\program files\ntddk\inc\ddk\ntddk.h(7928) : error C2059: syntax error : ';'
c:\program files\ntddk\inc\ddk\ntddk.h(7935) : error C2061: syntax error : identifier 'TimeZoneBias'
c:\program files\ntddk\inc\ddk\ntddk.h(7935) : error C2059: syntax error : ';'
c:\program files\ntddk\inc\ddk\ntddk.h(8048) : error C2059: syntax error : '}'
c:\program files\ntddk\inc\ddk\ntddk.h(9101) : error C2061: syntax error : identifier 'PCONTEXT'
c:\program files\ntddk\inc\ddk\ntddk.h(9102) : error C2059: syntax error : '}'
c:\program files\ntddk\inc\ddk\ntddk.h(10051) : error C2061: syntax error : identifier 'KeTickCount'
c:\program files\ntddk\inc\ddk\ntddk.h(10051) : error C2059: syntax error : ';'
c:\program files\ntddk\inc\ddk\ntddk.h(10075) : error C2040: 'KdDebuggerEnabled' : 'unsigned char *' differs in levels of indirection from 'unsigned char '
c:\program files\ntddk\inc\ddk\ntddk.h(10342) : fatal error C1189: #error : "Target architecture not defined"
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\NATIVE.SBR': No such file or directory
Error executing bscmake.exe.

Native.exe - 14 error(s), 0 warning(s)
****************************************************************************
****************************************************************************

So please tell me that how to remove these problems
using these order in Tools->option->Directories:
INCLUDE FILES:
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE
C:\PROGRAM FILES\NTDDK\INC
C:\PROGRAM FILES\NTDDK\INC\DDK
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE
C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE


LIBRARY FILES:
C:\PROGRAM FILES\MICROSOFT SDK\LIB
C:\PROGRAM FILES\NTDDK\LIBFRE\I386
C:\PROGRAM FILES\NTDDK\LIBCHK\I386
C:\PROGRAM FILES\NTDDK\LIB\I386\FREE
C:\Program Files\Microsoft Visual Studio\VC98\LIB
C:\Program Files\Microsoft Visual Studio\VC98\MFC\LIB

Please help me.

Thanks
AnswerRe: Problem with ntddk.h Pin
David Crow24-Apr-06 2:37
David Crow24-Apr-06 2:37 
AnswerRe: Problem with ntddk.h Pin
Ryan Binns24-Apr-06 4:49
Ryan Binns24-Apr-06 4:49 
QuestionRe: Problem with ntddk.h Pin
rajeevktripathi24-Apr-06 19:09
rajeevktripathi24-Apr-06 19:09 
AnswerRe: Problem with ntddk.h Pin
Ryan Binns24-Apr-06 23:28
Ryan Binns24-Apr-06 23:28 
QuestionHow to display Static Text over 256??? Pin
Surivevoli24-Apr-06 1:32
Surivevoli24-Apr-06 1:32 
QuestionRe: How to display Static Text over 256??? Pin
David Crow24-Apr-06 2:41
David Crow24-Apr-06 2:41 
AnswerRe: How to display Static Text over 256??? Pin
ThatsAlok24-Apr-06 3:56
ThatsAlok24-Apr-06 3:56 
GeneralRe: How to display Static Text over 256??? Pin
Surivevoli24-Apr-06 5:04
Surivevoli24-Apr-06 5:04 
AnswerRe: How to display Static Text over 256??? Pin
Chris Losinger24-Apr-06 4:35
professionalChris Losinger24-Apr-06 4:35 
AnswerRe: How to display Static Text over 256??? Pin
Hamid_RT24-Apr-06 5:00
Hamid_RT24-Apr-06 5:00 
GeneralRe: How to display Static Text over 256??? Pin
Surivevoli24-Apr-06 6:28
Surivevoli24-Apr-06 6:28 
GeneralRe: How to display Static Text over 256??? Pin
Hamid_RT24-Apr-06 19:25
Hamid_RT24-Apr-06 19:25 
QuestionDeployment project Pin
Shree24-Apr-06 1:18
Shree24-Apr-06 1:18 
AnswerRe: Deployment project Pin
includeh1024-Apr-06 2:20
includeh1024-Apr-06 2:20 
GeneralRe: Deployment project Pin
Shree24-Apr-06 6:30
Shree24-Apr-06 6:30 
QuestionCByteArray into Access DB Pin
tinopolis24-Apr-06 1:16
tinopolis24-Apr-06 1:16 
AnswerRe: CByteArray into Access DB Pin
tinopolis24-Apr-06 22:14
tinopolis24-Apr-06 22:14 

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.