Am 02.12.2022 um 07:07 schrieb Alex Henrie alexhenrie24@gmail.com:
Hello,
Does anyone know why shell32 uses LoadLibrary and GetProcAddress to get pointers to GetOpenFileName[AW] in comdlg32, rather than simply importing the library?
I am just guessing here, but comdlg32.dll imports shell32.dll. So you have a cyclic dependency. May or may not be a problem.