can compile assembly language code using NTDDK

I write driver for printer in assembly language, now i want to create its
.SYS file using NTDDK, Is it possible if it is how i ca do it.

Best Regard

Naushahi

Hi Naushahi,

        What platform u r thinking to use 2K/XP or 9x/Me? If the platform is latert then use 98 DDK. While in the case use C or C++ to implement the Device driver.

Good Luck,



From: “Naushahi”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] can compile assembly language code using NTDDK
>Date: Mon, 5 May 2003 00:13:55 -0400
>
>I write driver for printer in assembly language, now i want to create its
>.SYS file using NTDDK, Is it possible if it is how i ca do it.
>
>Best Regard
>
>Naushahi
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Hot picks. Free downloads. Visit music shop

Hi Replier

i am using win2k plateform and masm to build driver not C or C++, any
thing else.
Thanks
Naushahi

Hi Naushahi,

            Just look at the buliding 98 ddk. I feel it will help you.

Good luck   



From: “Naushahi”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: can compile assembly language code using NTDDK
>Date: Tue, 6 May 2003 01:03:18 -0400
>
>Hi Replier
>
>i am using win2k plateform and masm to build driver not C or C++, any
>thing else.
>Thanks
>Naushahi
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


What is SARS? Find out! Be informed.

It works . Be sure that your path contains reference to ml.exe. I also noticed that the *.asm file must reside in the directory
where the *.obj file will be placed ( making temporary copy or something like that ) i.e. …\I386\checked or …\I386\free .

----- Original Message -----
From: “Naushahi”
To: “NT Developers Interest List”
Sent: Tuesday, May 06, 2003 7:03 AM
Subject: [ntdev] Re: can compile assembly language code using NTDDK

> Hi Replier
>
> i am using win2k plateform and masm to build driver not C or C++, any
> thing else.
> Thanks
> Naushahi
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>