02-06-2008 06:52 AM
02-06-2008 06:34 PM
02-06-2008 09:13 PM
Have you investigated whether anti-virus software is involved? That could very well be a contributing factor.
--Ian
06-06-2008 04:06 AM
Hello, I'm seeing the same issue, on my computer (XP with CVI 7.00), delay is aprox 20 seconds.
When I first installed the NI software, applications were starting immediately. This startup delay, seem that started to appear after some crashed applications required a system reset. From then on this delay appears all the time, in whatever new application I create.
Any ideas helping me get rid of this nuisance would realy be appreciated.
Regards,
06-06-2008 04:33 AM
Hello,
I have find out that the start-up delay of the CVI application disappear when I remove my network connection of the PC.
So, it hash something to do with a seach on the network, but I can not find the reason.
Regards Jef,
06-06-2008 04:55 AM
06-06-2008 09:15 AM
06-07-2008 04:20 AM
Hello Jonathan,
I have checked your questions and have following answers:
1) No, I have not such folder.
2) No, I have not such key in the registery.
3) The version on all PC's is 8.5.0.279.
4) It is also with the shipping examples.
5) Yes, also from the debugger.
When I remove my network cable, than the delay disapear, why?
I have checked also with the Measurement & Automation tool if there is a server running on my PC to seach on the network when I start a CVI application, but I can not find anything.
When I prepare a executable with an other IDE like Visual C++, than I have no start-up delay.
My source code:
#include <utility.h>
#include <userint.h>
/***************************************************************************************************************************/
int main (int argc, char *argv[])
/***************************************************************************************************************************/
{
if(InitCVIRTE(0, argv, 0)==0) return -1; // initialize CVI runtime engine
MessagePopup ("CVE runtime engine", "This program is only prepared to check the start-up delay.");
}
06-08-2008 08:41 PM
06-09-2008 02:21 AM
Hello Jonathan,
To answer your questions:
1. I have Microsoft Firewall Client installed on my computer but delay is present also when I shutdown Firewall Client.
2. I do not have registry key that you mentioned
3. cvirte.dll is version 8.5.0.279
4. This delay appares also on shipping examples.
5. This delay is present regardless the way application is invoked - command line or IDE - in release or debug mode
Regards