LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

include cin tools

I am building dll (dll.dll) in LabVIEW 2011 to be called somewhere else. Its dll.h file includes reference to extcode.h from LabVIEW\cintools.

If there is no LabVIEW on target machine, there are no cintools, they are not installed with run-time engine

Without extcode.h and linked fundtypes.h file types are not recognized (including int32_t and etc) and it can not build functions prototype based on header file automatically (matlab).

 

Do I need only type definitions from cintools, specific for each compiler?

 

Any correct solution?

Including cintools folder manually next to dll does not seem to be a right solution

Mainly it will be called from Matlab or LabVIEW, possible solution is to make a simplified extcode.h with simple type definitions for Matlab only..

 

0 Kudos
Message 1 of 2
(3,680 Views)
I've created DLLs that were called from C++ with no header file problems. Perhaps this is a MATLAB issue?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(3,653 Views)