Version 194 is out.

 new new list compose Reply to this message Top page
Attachments:
+ (text/plain)
+ (text/html)

Delete this message
Author: Kaz Kylheku
Date:  
To: TXR Users
Subject: Version 194 is out.

Hi all,

TXR 194 is out. Binaries at Bintray, as usual.

I revisited the Win32 window creation sample, with a view to trying it compiled.

Oops: it didn't work in 32 bit mode even interpreted, due to not being able to externalize the value -2147483648 as a signed 32 bit integer. That occurs in the definition (defvarl CW_USEDEFAULT #x-80000000).

And then on top of that there were compiler and assembler issue also with the encoding of immediate operands, which also showed up for this value (but affecting other integer values also).