Hallo,
Following function calls are used to get the file version information in my code:
1. GetFileVersionInfoSize
2. GetFileVersionInfo
3. VerQueryValue
The first call takes about 2.5 second, the rest two calls run as expected. If the first call is replaced by a fixed number (the function call is commented out), the second call takes about 2.5 second.
I have also noticed that it takes long time to show the content while opening windows explorer.
I guess the problem is because of file access speed.
The problem appears in NetDCU14, but not in NetDCU10.
I need your help!
Thanks in advance,
Qing