// JP opened flex table

Click to See Complete Forum and Search --> : don't know how to make 'objchk_wxp_x86\i386\debugprint.obj????


lop40
September 12th, 2004, 10:21 PM
How can I get through this problem?

NMAKE : fatal error U1073: don't know how to make 'objchk_wxp_x86\i386debugprint.obj'




here is my Sources:
(This is an code fragment from WRITING WINDOWS WDM DEVICE DRIVERS)
TARGETNAME = Wdm1
TARGETTYPE = DRIVER
DRIVERTYPE = WDM
TARGETPATH = OBJ

INCLUDES = $(BASEDIR)\inc;

SOURCES = init.cpp \
dispatch.cpp \
pnp.cpp \
DebugPrint.c \
Wdm1.rc


Thanks

kandukondein
September 14th, 2004, 04:03 PM
cud u make ur source code project to be such as

c:\myproject

or something like c:\projects\myproject ...such that it does not have any space.


for example this is NOT acceptable

c:\project documents\myproject note that we have a space between project and documents.

I found a problem in build while i had my project workspace in a path which had a space in it.

lop40
September 14th, 2004, 09:44 PM
That's it.

Thanks very much.

Btw, do you know where can I have DebugPrint downloaded?
I've bought the book Writing Windows WDM Device Drivers and it reffers
the DebugPrint in the accessary CD. But faint, I havent got the CD now.

kandukondein
September 15th, 2004, 10:46 AM
U r welcome to use KdPrint. I dont recollect downloading anything for DbgPrint

//JP added flex table