Ask a simple question,thanks.

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top