Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How does Visual Basic know about mxDAQ?

It sounds like this is what I may try.  I'll search around on how to do this - but do you have any helpful hints on how to go about this?
 
Blaine
0 Kudos
Message 11 of 14
(4,341 Views)
I have tried out the oleview to look at the .dll files - but I cannot figure out how I can use this for the .bas files.  I also cannot successfully locate the functions that I'm using, like DAQmxCreateCICountEdgesChan()
 
Thanks!
Blaine
0 Kudos
Message 12 of 14
(4,334 Views)
I have not played around with it much, but one function you might look into is LoadLibrary (part of the Windows SDK).  There should be some documents online that discuss the concept.
Thanks,

Andy McRorie
NI R&D
0 Kudos
Message 13 of 14
(4,328 Views)

A couple of times I've been saved by a dependency walker tool.  I'm not enough of a programmer to understand all the features but you might find it helpful.  Not only does it identify whate routines are called, but also when they are loaded:  http://www.dependencywalker.com/

0 Kudos
Message 14 of 14
(4,253 Views)