10-30-2007 06:11 AM
We are using LabWindows/CVI and put all the source files under version control with QVCS. (Also the .exe file)
Two questions arise:
1) When building a release executable, say a view minutes from each other (same project files) one gets two different binary files? How is this possible and is there a way to get the same .exe files? (the source files are after all the same)
2) In
one project we used the “NI USB 6008”, building the whole project (create
release executable) on one PC where drivers where installed gave a file size of
about
Which other files where needed to add to the project to be able to get the same executable? This is also important if we want to make a distribution kit!
Thanks.
11-01-2007 09:17 AM
Hi,
1. How does the version control handle biniary files? Does it look at the creation date? Another thing to check would be to see if there is a date added to the resources of the exe file?
2. I don't know the init_NI_USB_6008.c file, what driver are you using? Usally you will need to have all the dependencies on the build system before you can build an executable. If you like to build a distribution kit you will also need the Driver Installer files it self inorder to include them in the distribution kit.
Karsten
11-05-2007 01:57 AM
11-05-2007 04:57 AM