> Hi all. Was just writing a Service Applicaton using the template that
Delphi provides.
> I was looking at the ServiceType property, and noticed one of the options
was stDevice.
> The help says :-ServiceType indicates the type of service. ServiceType can
be stWin32 (a Win32 service  the default), stDevice (a device driver), or
stFileSystem (a file system driver).
>
> SO....am I t assume that Delphi can now wrie Device drivers ?? If so, I
guess it WILL on be an NT/Win2k device driver...bt can someone confirm this
IS true ??

AFAIK, you can only write device drivers in C or assembly, 'cos it needs the
special linker to generate the .sys file - and it only plays with MS
compilers.

might have changed tho, but I doubt it.

N

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to