Re: [ntdev] Single file compile in VS

Usually one would expect module to mean a file that contains executable machine code (dll, exe, sys, etc.) and generally each one is the output of a project in the solution. Lots of other meanings are possible, and based on the question the OP appears to be referring to a compilation unit (source file), but that is the standard meaning that I would expect

Sent from Surface Pro

From: Tim Roberts
Sent: ‎Saturday‎, ‎May‎ ‎30‎, ‎2015 ‎2‎:‎21‎ ‎PM
To: Windows System Software Devs Interest List

xxxxx@yahoo.com wrote:

Unlike other project types, driver projects don’t let me compile a single module.
What am I missing?

What do you mean by “module”? You can compile a single file, or you can
compile a single project, or you can compile the entire solution. The
word “module” is not meaningful in Visual Studio.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.


NTDEV is sponsored by OSR

Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev

OSR is HIRING!! See http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer