D
ddk
I have DDK 3790 installed and I'm trying to compile some code but I
always get an error
...... ntifs.h is there!(C:\WINDDK\3790\ifs\w2k\ntifs.h)
(BUILD Version: 0097)
I just copied the files from another computer.... maybe I need to do an
install. (don't have the orignal prog)
Is there a way to set ntifs.h to work?
Error
c:\cesource\BKKernel\BKDrvr.c(9) : fatal error C1083: Cannot open
include file: 'C:\WINDDK\3790\ifs\ntifs.h': No such file or directory
Code/snip
/*
MSJDrvr.C - 1998 James M. Finnegan - Microsoft Systems Journal
This module implements all of the IOCTLs described in the accompanying
article*/
#include "C:\WINDDK\3790\ifs\ntifs.h"
#include "BKFunc.h"
#define HDESK ULONG
#define HWND ULONG
#define DWORD ULONG
#define UINT ULONG
#define FILE_DEVICE_UNKNOWN 0x00000022
#define IOCTL_UNKNOWN_BASE FILE_DEVICE_UNKNOWN
always get an error
...... ntifs.h is there!(C:\WINDDK\3790\ifs\w2k\ntifs.h)
(BUILD Version: 0097)
I just copied the files from another computer.... maybe I need to do an
install. (don't have the orignal prog)
Is there a way to set ntifs.h to work?
Error
c:\cesource\BKKernel\BKDrvr.c(9) : fatal error C1083: Cannot open
include file: 'C:\WINDDK\3790\ifs\ntifs.h': No such file or directory
Code/snip
/*
MSJDrvr.C - 1998 James M. Finnegan - Microsoft Systems Journal
This module implements all of the IOCTLs described in the accompanying
article*/
#include "C:\WINDDK\3790\ifs\ntifs.h"
#include "BKFunc.h"
#define HDESK ULONG
#define HWND ULONG
#define DWORD ULONG
#define UINT ULONG
#define FILE_DEVICE_UNKNOWN 0x00000022
#define IOCTL_UNKNOWN_BASE FILE_DEVICE_UNKNOWN