LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build error / LabVIEW 8.0.1

I get the following error when I try to build my library installer in LabVIEW 8.0.1. What the heck does this error mean and how to overcome the error... ?

Tomi

----

The build was unsuccessful.

Possible reasons.

CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFBuildDist_Build.vi


Loading product deployment information
Loading product deployment information
Loading product deployment information
Adding files to installer
Done adding files
Preparing to build deployment
Copying products from distributions
Building deployment
Copying setup files
Setting merged database information
Setting product information
Setting developer part information
Starting final build
Validating...
Copying files...
Updating files...
Creating merged database...
Compressing installer files
Creating installer files...
Compressing installer files
Build complete successfully.
Copying additional setup files
Adding launch conditions
 
**************
*** Error: Windows SDK function returned an error. (Error code -12)
*** End Error Report
**************
 
Done building deployment

Details

Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:


--
Tomi Maila
0 Kudos
Message 1 of 3
(2,755 Views)
I am not positive put take a look at this posting.
 
http://forums.ni.com/ni/board/message?board.id=170&message.id=177692&requireLogin=False
 
 
It looks like it is generally a file access issue.  I also saw where someone had an issue when there where source files from the installer missing. So make sure that all the files in your source files for the installer exist and tha tyou have access to them.
Message 2 of 3
(2,742 Views)
The error seems to occur at build phase when all the project files already have been added to the build, so it cannot be related to accessing project files. I tried to build the same project on another computer and the installer builds without errors, so the problem is machine specific. Perhaps there is something wrong with my LabVIEW installation.
--
Tomi Maila
0 Kudos
Message 3 of 3
(2,728 Views)