|
-
May 21st, 2002, 08:56 AM
#1
Thread Starter
PowerPoster
API Equivalent to INTERRUPTX
In QuickBasic you use to be able to make direct calls to the chip registers using InterruptX.
Can it be done in VB? If so, how?
-
May 21st, 2002, 11:37 AM
#2
The NT family pretty much blocks low-level access, so you can't do it except in driver code.
VB doesn't support direct register access - you can use VC++ with an _asm block. This works okay on Win9X machines.
-
May 21st, 2002, 12:57 PM
#3
Thread Starter
PowerPoster
Thanks Jim
Also doing a post in a few minutes,
Subject: Interfacing Files and Arrays
in the General forum
Would appreciate any comments you might make.
David
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|