I wrote about it on hwgui list:

HWGUI do not build after the next change in harbour

2009-06-20 22:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/source/vm/extend.c
  * renamed existing hb_par*() and hb_stor*() functions which supports
variable number of parameters (...) into hb_parv*() and hb_storv*() * added new hb_par*() and hb_stor*() functions which use strict number of parameters. New hb_par*() functions do not make hidden conversion between types, f.e. hb_parl() returns 1 only for logical parameters
    which contain .T.

...

Hi Alexey,

when i rename hb_stor* to hb_storv* hwgui build ok.

Please note my addition to the entry (to be found in ChangeLog file):

    ; NOTE: INCOMPATIBLE. You'll need to modify hb_par*()/hb_stor*()
            instances where they are used with extra parameter to
            hb_parv*()/hb_storv*(). [vszakats]

While you can change *all* calls, that makes your app prone
to all problems which this patch is meant to solve, so I can
just recommend to change names *only* for calls which use
_the extra array index parameter_. Leave the rest as is for best
results.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to