Good morning. I'm new of labview and I would like to call C++ code from VI for my application.
 
	I did a
 
		C++ project,
	
	
		generate DLL
	
	
		and I call it from VI.
	
	It's working on my pc but if I make an application for another pc, the application works but the dll is not working. I installed the c++ redistributable on second pc but I had the same problem.
 
	in particular a message error with "error 42" appears. Can you suggest me some check to fix it ?
 
	thank you very much for your collaboration