 Alexander_Sobol
		
			Alexander_Sobol02-19-2015 10:36 AM
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..
 mikeporter
		
			mikeporter
		
		
		 
		
		
		
		
		
	
			02-19-2015 11:04 PM