LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

imcompatable header file

imcompatable header file
 
I am wirting a CVI applied which utilizes a dll.  It seems I have problems when I include the header file in the project.  The header and dll are developed using visual C++ 6.0.  It seems CVI deson't buy the header file and I am cluless how to solve the problem. 
Also I have conflict with the included file, here are the included file in c:
#include <windows.h>
#include <stdio.h>
#include <assert.h>
#include "Acq.h"
 
and the attached is the header file acq.h
Can a computer learn how to program?
0 Kudos
Message 1 of 3
(3,137 Views)
Hi kevinhy!

   Can you report which error messages do you get from CVI?

graziano

0 Kudos
Message 2 of 3
(3,125 Views)
Consider also this:
   http://zone.ni.com/devzone/conceptd.nsf/webmain/1d0c73348d50de5486256faf00614757?OpenDocument

   Where it is stated the following:
 
    To call a DLL from LabWindows/CVI, you must have the DLL header .h file and the import library .lib file. If you do not have the DLL import library, you can create one using the tools LabWindows/CVI provides.

Let me know if this helps you someway.

graziano
0 Kudos
Message 3 of 3
(3,121 Views)