I'm running the Windows 8 Consumer Preview with Visual Studio 11 Beta installed.
When I create a new WinRT/Metro application, compile it and run the App Certification Kit on this blank application, it already fails because of calls to GetModuleFileNameW, GetModuleHandleW, LoadLibraryExW, LoadLibraryW and lstrlenA.
I've searched the entire source tree for these calls, but cannot find them. This leads me to believe they're to be found in the libraries imported by the template project.
I could not find any statement as to whether this is an issue of the Visual Studio Beta, App Certification Kit or whether I have to take some action myself. Can anyone enlighten me?