> Can you please check ... that advapi32.dll really exports that symbol?
Dependency Walker does not show RegQueryValueEx as an export function in our machine's ADVAPI32.DLL, but it does show RegQueryValueExA and RegQueryValueExW. Googling these brought up this link- http://msdn.microsoft.com/en-us/library/ms724911(VS.85).aspx which says the first is for ANSI strings and the second is for unicode strings. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
