11-23-2005 04:44 AM
David,
I replied to Wendy's post yesterday, and as a result it appears just below her reply to me (i.e. several messsages back from this one). However, I also request that I get an e-mail if someone replies to my messages, but that does not happen, I have to keep coming back to look for myself. Perhaps this is because I have my subscriptions to forums set up to mail me once a week? Unfortunately I have looked back at Monday's batch, and this thread does not appear, but it does say that there were 63 messages that did not get sent to me, and I should therefore check manually. I would have thought that it would be useful for correspondents to get e-mails back immediately, rather than waiting for a weekly batch - is this possible Wendy?
Thanks
Adrian
11-23-2005 02:16 PM
Hello awd,
So when you create a CVI distribution kit in CVI 6.0, it also distributes that version of the runtime engine. The runtime engine is actually included in a merge module stored in your redist folder in the CVI install directory. That is why you do not explicitly see a 6.0 version of cvirte.dll in your system32 directory, but instead you see the latest version of the DLL in that directory. So when you run your application from CVI 6.0 and you have a more updated version of CVI on your machine, it is going to use the more recent version of the run time engine, but if you distribute the application, it's going to deploy the version of the runtime engine that is in your merge module. Note that this behavior is version dependent due to changes in our distribution kit model, but the description above is true for CVI 6.0.
Now for the other questions in this thread ...
11-23-2005 02:23 PM
11-23-2005 03:03 PM
Hello awd,
So you can only have one subscription setting for thread/messages and boards. As in, you will not be able to get a weekly digest on the board you are subscribed to and then get immediate notification for the thread/messages you are subscripted to. Therefore, if you set your Subscription Email Delivery to Weekly Digest, you will get one email listing the first 50 replies to your board subscriptions. Also, if you scroll to the bottom of that email, you should have notifications for your particular thread/message subscriptions.
The reason why you have a note in that email stating that 63 messages did not get sent to you is because only the first 50 messages for your board subscriptions are displayed in the email, and then you are notified of the number of remaining new messages that were posted on the forums.
I hope that helps clarify things. Thanks again!
11-23-2005 03:22 PM
11-23-2005 04:54 PM
Hello David,
I won't be able to nail down when a fix for the situation will be available but I have added your contact information to the error log so you should be contacted when we have updates on the issue. Whether or not the fix will be included in future distribution kits is going to be dependent on if the fix is bundled into the runtime engine and also dependent on which version of CVI you have. If the fix is strictly isolated to the runtime engine (which may or may not be the case), independent of which version of CVI you create the distribution kit in, you can download and install the latest runtime engine onto the machine you are going to deploy to and your application will automatically use this updated runtime engine.
Thanks.
11-24-2005 02:49 AM
11-28-2005 04:47 AM
Erwin,
I have tried your test program and it fails on some machines and is fine on others, but there is no consistency. The machine where I discovered my problem runs your program indefinitely (P4 2,4), another that has my problem fails with yours after many tens of seconds (P4 2.4), my dual Xeon 2.4 runs yours indefinitely and was fine with my program, and an almost virgin XP installation on a PIII 450 fails, but was OK with my program.
I tried the experiment with disabling Plug and Play services on a laptop but that did not solve my problem. I am reluctant to try this on any other machines in view of the warning that it could make the system unstable.
11-28-2005 03:46 PM
11-28-2005 03:51 PM