You have to make sure the ActiveX control is registered on the Win98 Machine:
from ni.com:
ActiveX controls are files with an .ocx extension. These controls come in 16-bit as well as 32-bit forms, with 32-bit being the most predominant. To register an ActiveX control, you can use regsvr32.exe as follows:
Go to Start » Run.
Type the following in the dialog box that appears:
regsvr32
Where is the location of your ActiveX control.
If you have a 16-bit control, you may run regsvr instead of regsvr32. If your ActiveX control is registered incorrectly, you must first unregister it and then register it again. In both cases, you will get a dialog box prompting you that your control has been un
registered or registered successfully. To unregister a control, use the switch /u (i.e., regsvr32 /u ).
Note: For a complete listing of the switches available, just type regsvr32 from the Start » Run dialog box.
Michael Aivaliotis