01-28-2008 06:56 PM
01-29-2008 12:05 PM
01-29-2008 12:55 PM
Jonathan -
Thanks for the nice reply, that clarifies things.
I would infer that by "building with an external compiler" that doesn't mean when you're using an optimizing compiler (VCC, Intel Compiler) from within the CVI IDE? Does the use of an optimizing compiler with CVI imply that that compiler's linker is then used as well? I seem to recall that when I use the Intel compiler I need to explicitly link in its runtime library in the project so that makes me think it's the CVI linker being used.
Sounds like it's good practice to leave these calls in the DllMain in any case, so I'll put them back in.
Menchar
01-29-2008 01:29 PM
BTW it looks like the CVI 8.5 help file entry for CloseCVIRTE is bungled up - you should call CloseCVIRTE at process detach, not InitCVIRTE.
Menchar
01-29-2008 02:00 PM
01-29-2008 03:17 PM