From: Claudio Lapilli on
On May 5, 11:23 pm, JYA <nos...(a)nospam.blah> wrote:

> Last time I used HPGCC, you couldn't tell unfortunately, weither the
> push worked or not. it wouldn't return a value letting you that it
> worked. If it couldn't push a value on the stack, it would simply do
> nothing
>
> As such, I had to manually test the amount of memory available before I
> called push.


And that is why the entire API was rewritten from scratch. The
functions we are discussing don't even exist anymore. The new version
returns BOOL, allowing the proper check.

Claudio