I am interested in I/O with the parallel port on NT. I am able to use
inp, outp in CVI, and they operate the parallel port as expected.
I then generated a library file with a function called tmp_outp() which
just calls outp. This also works in CVI, and the port reacts.
However, when I generate a .lib for use in an
external compiler (for Borland), the function tmp_outp() is called
without an error, EXCEPT, they do not operate the parallel port.
I believe the .lib file I create is OK, because I can link it in a simple
CVI program and operate the parallel port.
Another alternative is to use TVic libraries to do the I/O, but
I was hoping to just use the CVI libraries, since they also include
all the
GPIB, DAQ calls I require.
any clues?
Lawrence Shing