Hello folks,
I'm working on converting an application written in Visual Basic 6.0 into Vb.Net or C#. The VB6 application uses GPIB to communicate with the external device and has used the following module - VBIB-32.bas and NIglobal.bas. I had made some syntax modifications and have renamed modules to VBIB32.vb and NIGLOBAL.vb. I would like to know whether is there an official NIGLOBAL.vb and VBIB32 module files for vb.net or C#.
It would be of great help if someone can help with anything. Please note I have installed NI 448.2 dll and have added to project reference and added to namespace. It shows no syntax or runtime error, but the program doesn't give the desired output.