07-01-2008 03:08 AM - edited 07-01-2008 03:09 AM
07-02-2008 04:16 AM
07-03-2008 05:34 AM
07-03-2008 06:04 AM
Hi David,
@DavidU wrote:
Also, I've noticed that the program works fine if I am logged under a particular username, but not if I'm logged in under any other name. All user profiles on the computer have Administrator privileges. I get the DLLRegisterServer error under all user logons.
David
11-23-2009 10:41 AM
I come over from the other post you've made. I guess the file dialog is just somehow on the Win side memorizing the folder (MRU list). It also could be that the user where it is working has the folder in the MRU list. From my experience, I have a driver that only works under LV if I copy manually some of it's dll's into the system32 path (WinXP), because this is the default search path. Also consider, that the dll might in turn call other dll's, which need to be found. I don't know why, but this seemed to be a LV specific issue.
Felix
11-27-2009 08:42 AM
Hi Felix,
thanks for the reply. I've tried various combinations of dll locations (inlcuding dls that it might call) etc and so far none have worked.
Dave