05-06-2019 06:52 AM
Hello, please I come back to you. I copied a labwindows program that was coded on windows xp and I want to paste it on a pc window 7 that has a labwindows license, my question how to proceed please
05-06-2019 07:25 AM - edited 05-06-2019 07:29 AM
The best thing to do to port a CVI program to another PC is to create an installer ("Distribution") while inside the PC where you are developing your application. This way you are sure that all necessary libraries and drivers will be installed in the new PC (CVI Run-Time Engine for first, but other items may be needed depending on which resources you have used during development).
The procedure of creating a distribution is fully described in Distributing Applications section of the help which I suggest you to read carefully before proceeding.
What I don't understand is why you have appended a screenshot of the localization utility; in any case, if you are using it you should add the localization files to the distribution as well as all other files your app needs to run.
05-06-2019 07:41 AM
Thank you very much.
yes the intsllator is already created with the program. my question is how to open this installer in another PC
i. e. the steps. that's why I made captures. how to start (file or edit) to paste installer
thank you very much again
05-06-2019 08:18 AM - edited 05-06-2019 08:21 AM
I don't understand your answer. Let's clarify some concept.
When you create the application (Build >> Build menu function) it creates an executable YourAppName.exe: this is the application. This program cannot run as-is on another computer.
When you create a distribution (Build >> Distribution menu) it will create a cvidistkit-dot-something folder with a bunch of files and a setup.exe inside: copy all the distribution on the target PC and run the setup program which will install the application together with all the necessary support files and drivers.
05-06-2019 08:26 AM
With reference to the User Interface Localizer which you posted the screenshot before, this is part of the CVI IDE and I don't think you can execute it on a separate PC without the IDE installed. But that is not part of your application, is a separate developing tool which is not intended to be used by the final user.
05-07-2019 01:24 AM
thank you very much to you I want to try again as it is my first to use it and I am in internship
I will come back to you
05-10-2019 03:43 AM
HELLO
please when I copy the program to a new PC, I have two errors
please help me . Thank you
05-10-2019 04:45 AM
These are two different errors that as fas as I can understand originate in different computers:
05-10-2019 05:18 AM
Ok thank you very much
yes they had created the executable.
thank you again, I will come back atfer.
05-16-2019 08:14 AM
Hello ,
after installing SDK and sicl32.dll
my program compiles but does not run it displays this error: the application failed to start correctly (0xc00000007b)
if possible to help me to solve. Thank you very much