04-11-2007 04:19 PM
04-12-2007 03:49 AM
Did you add the file "XanM9B.lib" to the project? I couldn't see it in the screenshot you posted.
JR
04-12-2007 09:12 AM
I did that , but found out that you have to load the driver again to the PC, even if you built an executable.
How can this be avoided so the next time I build an exe, the setup will load everything needed including the instr.lib file?
04-12-2007 10:48 AM
I'm not sure I understand what you mean by "the setup" - are you talking about the initial installation of CVI onto a new development PC, or about the installation of your project's distribution kit to a user? For the first case, then once you have loaded the .lib file into your project, you can edit and rebuild executables without worrying about it any more. For the second case, then you would need to add the instrument's dll file to your distribution kit (with the permission of the supplier, if it is a third party product) so that it works on each target machine.
Or did you mean something else?
JR