On Wed, 2 Apr 2003, Loris Chiocca wrote:

>
> You are compiling win32 files and NOT native executables (/Subsystem:
> native). So you are using the "DOS-interface". Don't blame MS for someone
> using _that_ interface.

What are you talking about ? The Windows API is CreateFile() and not
NtCreateFile(). Or even better, 90% of the apps use fopen()+fread()+...
They need to know nothing about native mode and NtCreateFile(). The fact
that you need the DDK should let you understand how standard apps should
know about NtCreateFile(). And look, the code is broken in any case. In
every subsystem different from /Subsystem:suck :

"com1" != "com1.bau.meaw"




- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to