09-04-2007 10:27 AM
09-04-2007 02:01 PM
Hi Shmulik,
@Shmulik wrote:HelloI am a programmer in VisualC++ using the NI-DAQmx6501 device (USB connection).First, i installed the NI software that come with the device on CD.Then, in my MFC application i include NIDAQmx.h file and link with NIDAQmx.lib file.My application Read/Write successfully from/to the device in the PC where NI software is installed.The problem is when i try to run on another PC (after adding all the requested DLL's to the application directory) i receive windows error: Application failed to init properly (0xc0000142)...."What should i do to run my application on other PC without an installation of NI software?Shmulik