I have an old qbasic program with an output statement to a port
How can I do this in visual basic 4.0 under Win 3.1? (INP and OUT not supported)

I think I should create a C++ DLL with the outb statement in it.
Does this sound right?