08-26-2013 09:16 AM
I am trying to compiile an exe. After I hit hit, I see the process bar, but the progress bar doesn't change. It is as though the build process is choked. What can I do?
Solved! Go to Solution.
08-27-2013 10:53 AM
Hello,
Could you create a new project and build a very basic application (as simple as an addition or a VI from the Example Finder)? Please let us know if you are able to build this Test project.
The next resources are recommended when you are building applications; please take a look to the check list.
http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/building_a_stand_alone_app/
http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/build_checklist/
Regards,
MCOTO
08-27-2013 11:45 AM
Are you sure it's not building? Sometimes it can look like nothing is happening if you have a very large build or you are building something on a network drive. I remember thinking one of my builds wasn't working, but after a few aborted tries, I just let it go and walked away. When I came back about 5 minutes later, it was done.
08-27-2013 12:01 PM
Installers take foreveer to build but they do finish. (finally)
08-28-2013 04:36 PM
I found the problem. The pre-build vi was trapped in an infiinite loop. After I fixed that, the problem was resolved.