News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HLA v2.11 is now on Webster

Started by Randall Hyde, May 25, 2010, 01:59:15 AM

Previous topic - Next topic

Randall Hyde

Hi All,
HLA v2.11 is up in the usual place:
http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/dnld.html

HLA v2.11 includes several bug fixes (including most of the issues posted
here over the past month), plus:

* Added the new RPC (remote procedure call) code to the HLA Stdlib (now at v8)
* Modified all the HLA stdlib header files to generate different external names
  for stdlib functions to create a linker error if you try to link thread-safe and
  non-thread-safe code.
* Added @replace, @left, @leftdel, @right, @rightdel, and @curvar compile-time
  functions.
* Added a new "hla.ovrldStr" macro to the hla.hhf header file to make it easy to
  create OVERLOADS strings when overloading class procedures and methods.
* HLA examples downloads include two new examples of remote procedure calls.
* Documentation is updated.


Cheers,
Randy Hyde