Hi~~
I compiled FileSpy.
but it made some error.
Its SOURCES is below.
DDKROOT=$(_NTDRIVE)$(_NTROOT)
TARGETNAME=filespy
TARGETPATH=obj
TARGETTYPE=DRIVER
BINPLACE_PLACEFILE=…\placefil.txt
INCLUDES=…..\inc;…....\inc
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=filespy.c fspyLib.c filespy.rc
And compile error is like this.
What shoud I do?
BUILD: Computing Include file dependencies:
BUILD: Examining c:\ntddk\src\filesys\filter\filespy\kernel directory for
files to compile.
Compiling c:\ntddk\src\filesys\filter\filespy\kernel directory
********************
‘nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1’
c:\NTDDK\bin\makefile.def(99) : U1035: syntax error : expected ‘:’ or ‘=’
separator
Stop.
BUILD: nmake.exe failed - rc = 2
Linking c:\ntddk\src\filesys\filter\filespy\kernel directory
********************
‘nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST=
386=1’
c:\NTDDK\bin\makefile.def(99) : U1035: syntax error : expected ‘:’ or ‘=’
separator
Stop.
BUILD: nmake.exe failed - rc = 2
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com