Ask a simple question,thanks.

  • Thread starter Thread starter kiddy
  • Start date Start date
K

kiddy

I have a piece of driver source code.I want to compile it.
My system:xp sp2,VC++6.0
When compiling ,it shows such errors:
=============================
Compiling...
filedisk.c
d:\program files\winddk\2600\inc\ddk\wxp\ntddk.h(23) : fatal error C1189:
#error : Compiler version not supported by Windows DDK
Error executing cl.exe.

filedisk.exe - 1 error(s), 0 warning(s)
==============================
Can I compile the driver code in VC++6.0 under xp?If can,what settings
should i do to solve this problem?
thanks.
 
I already compiled this program, it will not work on xp,
initially it will, but after reboot it won't mount anymore,
even not manually. You cannot do it using vc6 alone, you
need ddk.
 
Back
Top