08-30-2011 04:47 PM
Hi guys,
In the past I automated an instrument on visual Basic 6 with IEEE-488 interface. I am now trying to rewrite the code on Visual basic 2010 and I found some problems. The automation (on VB6) needs 5 files:
- "gpib-32.dll",
- "gpib.dll",
- "gpib32ft.dll",
- "Niglobal.bas", and
- "Vbib-32.bas".
The last 2 files are written on a format that is not accepted by visual basic 2010.
Is there any upgrade to the libraries "Niglobal.bas" and "Vbib-32.bas" so that they can be used in Visual Basic 2010? (If possible I'd preffer not to use the measurement studio)
Thank you.
Renato
Solved! Go to Solution.
08-31-2011 07:08 AM
Hi,
You need to download and install the NI-4882 .NET wrapper interface.
http://digital.ni.com/public.nsf/allkb/5C33D4BF4B36794186256E5A0006A28A
Curt
09-06-2011 10:17 AM
Thank You Curt,
It will help me a lot
Renato