Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

distribution application from measurement studio

Hello,

I develop under VC.NET 2003 (C++) and MStdudio 8.1. On the development
platform everything is fine. But When I make a setup project and
install the program on another PC, the application failed.

So i made a simle program wich do only this thing :

{
CNIDAQmxTasq *l_P_O_task = new CNIDAQmxTask ();
}

The application also fails with an error 5032 (but i don't have any
memory problem at all ...).

Could you tell me how to make a proper setup program wich install
everything the program has needed.

Thanks.
0 Kudos
Message 1 of 2
(6,385 Views)

Hello filscauj,

 

Thank you for posting on the NI Discussion Forums.  Is there any text that comes with the error?  Is the error a Windows error or a National Instruments error?

It sounds like you may not have NI DAQmx installed on the deployment machine, and it is not recognizing a DAQmx call as a result.  Is this true?  If so, you will need to install it on to the machine, either before running the installer for your application, or have it included in the installer in order for the application to function properly.  For instructions on how to properly create an installer project for your application, check out Distributing Measurement Studio Applications in Microsoft Visual Studio 2003/2005

Chris_G
Sr Test Engineer
Medtronic, Inc.
0 Kudos
Message 2 of 2
(6,352 Views)