[ddbg] Preview of 0.11- UTF-8 error

dickl dick221z at yahoo.com
Thu Nov 8 14:10:22 PST 2007


I get an "4invalid UTF-8 sequence" error when stepping over a 
LoadLibraryA call.

import std.c.windows.windows;
void main()
{
	HANDLE hLib;
	hLib = LoadLibraryA("RICHED32.DLL");
	FreeLibrary(hLib);
}


More information about the Digitalmars-d-debugger mailing list