08-26-2005 10:04 AM
08-29-2005 08:47 PM
Hello IBNobody,
Do you get the same slow build time when you create a release executable? Also, you mentioned that it takes 45 seconds to build and execute. Does this mean that it takes that long for CVI to display your user interface? In the build.ini file, you should only see include file references for those files/libraries you include at the top of your source file. Do you see any extraneous entries, or those that refer to the other projects in your workspace?
Thanks.
08-30-2005 11:10 AM
>>In the build.ini file, you should only see include file references for those files/libraries you include at the top of your source file. Do you see any extraneous entries, or those that refer to the other projects in your workspace?<<
08-30-2005 10:33 PM
Hello IBNobody,
What I would suggest is for you to create a new workspace and project. The add all the necessary files to the new project and workspace. Then recompile the project and see if the build and execution times improve and also if the reference to the Shark_Software header files go away.
Thanks.
08-31-2005 07:52 AM
09-01-2005 11:45 AM
09-08-2005 10:21 PM