A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #9412  by irp
 Wed Oct 26, 2011 10:26 am
Hi all.

So, when I want to build a general ddk project (for example a simple "Hello from kernel" with a driverEntry and an unload routine only), with build -cZg, no error occurs but no .sys is created in the project directory.

If then I try to build my minifilter driver (not very complex project, but more than the simple example), still no error occurs but the building is done in 0 secs (why??) and still no .sys is created!

How can I solve my buildin problems?

(When I try to build another driver project I get out this error http://i.imgur.com/7JMMc.jpg, I think that I've some problem with vs configuration)

Thanks, irp