News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GUID2StrA/W

Started by HSE, September 04, 2022, 04:50:40 AM

Previous topic - Next topic

HSE

Hi Biterider!!

There is an error in GUIDStr (example ACPI_20_TABLE_GUID): 

    show                      8868E871-E4F1-E4F1-BC22-22BCC73C3CC7

    but I think must be  8868E871-E4F1-11D3-BC220080C73C8881

Command files of ObjMem still don't known TARGET_PLATORM. How You build that?

Thanks, HSE.
Equations in Assembly: SmplMath

Biterider

#1
Hi HSE
Nice to see you again. Thanks for reporting the bug.  :thumbsup:

The bug is a character shifting problem in the wide string routine only.
The corrected version is attached here.
Because the code is platform independent, it doesn't need a platform target.

Biterider

HSE

Perfect :thumbsup:

Setup64 was the thing.

Tanks, HSE.
Equations in Assembly: SmplMath