Dec 27, 2007 #1 NeilTrain Programmer May 27, 2003 275 US I have an app that uses dllimport to call a function in an old VC++ 6 dll. In XP the function on average takes 1-2 seconds to complete. In Vista it takes an average of 28 seconds. Anyonw know how I can speed this up?
I have an app that uses dllimport to call a function in an old VC++ 6 dll. In XP the function on average takes 1-2 seconds to complete. In Vista it takes an average of 28 seconds. Anyonw know how I can speed this up?
Dec 27, 2007 #2 JurkMonkey Programmer Nov 23, 2004 1,731 CA Don't use Vista - it's a pig. http://www.ubuntu.com/ Upvote 0 Downvote
Dec 27, 2007 Thread starter #3 NeilTrain Programmer May 27, 2003 275 US I cant stop my users from using Vista. Somewhere in the ballpark of 100k users in the US and Canada. The number of them on Vista is steadily growing. Upvote 0 Downvote
I cant stop my users from using Vista. Somewhere in the ballpark of 100k users in the US and Canada. The number of them on Vista is steadily growing.
Dec 31, 2007 #4 chiph Programmer Jun 9, 1999 9,878 US Sounds like it might be a security problem. Is the DLL in the same directory as the application? Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Sounds like it might be a security problem. Is the DLL in the same directory as the application? Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Jan 2, 2008 Thread starter #5 NeilTrain Programmer May 27, 2003 275 US Yes, the dll is installed to the same directory. However, some of the other dll's this dll calls may reside in the System32 directory. Upvote 0 Downvote
Yes, the dll is installed to the same directory. However, some of the other dll's this dll calls may reside in the System32 directory.