Windows does a lot of caching so unless you have restarted Windows - once a DLL has been loaded it may still available even if deleted from the source directory as long as there is one instance of a process which has linked to it. This make Windows very confusing if you update DLLs as you need to reboot Windows to be sure the new version is being used.
Use Process Explorer ( http://technet.microsoft.com/en-us/sysinternals/bb896653 ) to see what DLLs are loaded and their source directory. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=64590 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
