Einzelnen Beitrag anzeigen

Olli
(Gast)

n/a Beiträge
 
#4

Re: [C/C++] cannot convert `const wchar_t*' to `const char*'

  Alt 29. Sep 2006, 20:04
Code:
TCHAR* lpszDllPath = _T("kernel32.dll");
HINSTANCE hLib = LoadLibrary(lpszDllPath);
sollte mit oder ohne UNICODE/_UNICODE funzen ...
  Mit Zitat antworten Zitat