Visual C++ needs some include files provided with Labview in order to use DLL built with Labview ( ex: extcode.h, ...)
I develop DLL on my machine, and this DLL is used ( included) in C++ program by other members of my team, on other machine.
Is there an easy way to distribute also these include files without installing labview ? I was thinking it was included with the RTE given with the installer ( built by application builder when creating DLL)
Thanks.