I've installed the Okuma THINC_API. To use it in my program I know I need to put Dim objMachine As Okuma.CMDATAPI.DataAPI.CMachine
somewhere. Does it go up at the top with the 'using' directives? Or does it need to be inside my namespace?
Initialization of the Okuma ThincAPI
342 views Asked by Scott Solmer At
1
Short answer: Inside your namespace
There should be an example in the help file in the "Getting Started" section. The template I start from (in C#) is: