Board index » delphi » TP6.0 windows NT

TP6.0 windows NT

Hallo,
how i do get a connection to the hardware ( ISA or PCI connector on the
motherboard ) under WINDOWS NT with a TP 6.0-program ? Till now  i used the TP
6.0 program with an ISA-card wich has two 8255 Port-ICs on board. This program
drives these two ports over the hardeware of the PC directly. This is not
possible under windows NT. Does it give specialy drivers for this problem or
must i use another program language.  
dila
 

Re:TP6.0 windows NT


On 22 Apr 2000 17:17:51 GMT, ldiete...@aol.com (LDieter35) wrote:

Quote
>Hallo,
>how i do get a connection to the hardware ( ISA or PCI connector on the
>motherboard ) under WINDOWS NT with a TP 6.0-program ? Till now  i used the TP
>6.0 program with an ISA-card wich has two 8255 Port-ICs on board. This program
>drives these two ports over the hardeware of the PC directly. This is not
>possible under windows NT. Does it give specialy drivers for this problem or
>must i use another program language.  
>dila

Windows NT doesn't allow direkt hardware access for applications. The
only way to accomplish this would be the use of the DDK for Windows
NT. And for this you might unfortunately have not much luck with TP,
you rather have to use assembler and/or C/C++.

Other Threads