[ddbg] Preview of 0.11- UTF-8 error
Jascha Wetzel
firstname at mainia.de
Fri Nov 9 07:12:39 PST 2007
dickl wrote:
> 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);
> }
hm, it works for me (using dmd 1.023, ddbg 0.10 and 0.11 preview2). but
someone else had such a problem before and i wasn't able to reproduce it
either.
which dmd version do you use? windows version? what console (power
shell, xp cmd)?
More information about the Digitalmars-d-debugger
mailing list