Results 1 to 3 of 3

Thread: API Equivalent to INTERRUPTX

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    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?

  2. #2
    jim mcnamara
    Guest
    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.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166
    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
  •  



Click Here to Expand Forum to Full Width