hello everyone:

I tried to compile my driver codes in 64-bit computer with windows2003 SP1
DDK. Got error code: NMAKE " fatel error U1073: don't know how to make
'objchk_wnet_AMD64\unicode.obj


What's the possible error? In fact there is no unicode.c file in my source
file.


thanx your attention !

Re: 64-bit driver compile error by Pro

Pro
Fri Jul 01 17:38:41 CDT 2005

Probably in your C_DEFINES you wanted -DUNICODE, but the -D is missing, so
the compiler sees just UNICODE, and from that it expects to build
UNICODE.OBJ, but can't find any .ASM, .C, or .CPP that it can use to build
UNICODE.OBJ.

"Haikun" <haikun.hou@todos.com.cn> wrote in message
news:OU8gl7gfFHA.2496@TK2MSFTNGP15.phx.gbl...
> hello everyone:
>
> I tried to compile my driver codes in 64-bit computer with windows2003 SP1
> DDK. Got error code: NMAKE " fatel error U1073: don't know how to make
> 'objchk_wnet_AMD64\unicode.obj
>
>
> What's the possible error? In fact there is no unicode.c file in my
source
> file.
>
>
> thanx your attention !
>
>



Re: 64-bit driver compile error by Haikun

Haikun
Wed Jul 06 03:14:17 CDT 2005

Thank you for your reply!

Problem solved now.
"Pro Grammer" <paid2code@real.os> wrote in message
news:eRCB$3ofFHA.1248@TK2MSFTNGP12.phx.gbl...
> Probably in your C_DEFINES you wanted -DUNICODE, but the -D is missing, so
> the compiler sees just UNICODE, and from that it expects to build
> UNICODE.OBJ, but can't find any .ASM, .C, or .CPP that it can use to build
> UNICODE.OBJ.
>
> "Haikun" <haikun.hou@todos.com.cn> wrote in message
> news:OU8gl7gfFHA.2496@TK2MSFTNGP15.phx.gbl...
> > hello everyone:
> >
> > I tried to compile my driver codes in 64-bit computer with windows2003
SP1
> > DDK. Got error code: NMAKE " fatel error U1073: don't know how to make
> > 'objchk_wnet_AMD64\unicode.obj
> >
> >
> > What's the possible error? In fact there is no unicode.c file in my
> source
> > file.
> >
> >
> > thanx your attention !
> >
> >
>
>