02-29-2016 10:48 PM
I could able to create a exe file in a 64 bit windows but i couldnt run this file on other pc.An error occurs that it needs some lib files .Please help me with it
Solved! Go to Solution.
02-29-2016 10:59 PM
Did you create an installer for your .exe ?
Your applications is looking for IMAQ files which requires the installation of a run-time engine for that toolkit. Note that I believe the IMAQ run-time engine has its own licensing, so if you install that app on another PC besides your development PC, then you need to purchase another license.
03-01-2016 01:10 AM
wat is an installer.? is it a run time engine .If so i have a run time engine installed.
is imaq run time engine is a open source or it is to be purchased with a license?
03-01-2016
04:08 AM
- last edited on
03-21-2024
09:30 AM
by
Content Cleaner
@vahini.manoharan wrote:
wat is an installer.? is it a run time engine .If so i have a run time engine installed.
is imaq run time engine is a open source or it is to be purchased with a license?
Vision is one of the few NI toolkits that requires a run-time license - see information here. Most NI products are proprietary and owned by NI - none of it is 'open source' - but the drivers / run-time engine are generally free to download/install (with a few exceptions...VIsion, TestStand and the DSC module being the obvious ones I can think of).
In addition to that - if you only installed the runtime engine, you won't have the NI Vision Runtime installed at all.
Creating an installer packages up your executable and any run-time engine / drivers that your software uses so that you don't have to find/install these components separately. This is the 'additional installers' dialogue from an installer build specification: