Hi Victor, my latest run looks like this, and it gives the same null handle and error 126. The compiler is mapping LoadLibrary to LoadLibraryW so I must use the cast.

m_hDll_ = ::LoadLibrary((LPCWSTR) "C:\\WINDOWS\\SYSTEM32\\MSVCRT.dll");