[ddbg] Preview of 0.11- UTF-8 error

Jascha Wetzel firstname at mainia.de
Fri Nov 9 08:35:50 PST 2007


dickl wrote:
> 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

ah, ok - i can reproduce it on vista, too. i'll take care of that.


More information about the Digitalmars-d-debugger mailing list