06-05-2007 03:34 AM
06-05-2007 04:07 AM
Hello Sree,
Do you also have a header file and a library file? If not, you might be able to create them using the "Create ActiveX Controller Wizard" from the Tools menu. Now, you should add the library file (*.lib) to you project, and include the header file (using the #include statement) in each source file that calls a function from the dll. If no help is provided on how to use the dll, you should read the header file to check which functions and type definitions are available. You can find the same info here: http://zone.ni.com/devzone/cda/tut/p/id/3341#toc6
Good luck...