if we are using latest xharbour built by FWH, hb_parns() is included. Better not to have the inserted function in your programs
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
if we are using latest xharbour built by FWH, hb_parns() is included. Better not to have the inserted function in your programs
#pragma BEGINDUMP
#include <hbapi.h>
unsigned int hb_parns( int iParam, ... )
{
  return ( unsigned int ) hb_parnl( iParam );
}
#pragma ENDDUMPTim,
It is important that you check my hb_parns() function as I was giving "sign" to handles and more and thats enough to make an app badly crash...
Tim,
Have you modified it as I described ?
Please do it and confirm results, thanks