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?