[ddbg] Preview of 0.11- UTF-8 error
dickl
dick221z at yahoo.com
Fri Nov 9 07:31:47 PST 2007
Jascha Wetzel wrote:
> 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)?
DMD 1.023
ddbg 0.11b2
Vista x64 + cmd
I'll try it under XP sp2 later on
More information about the Digitalmars-d-debugger
mailing list