Re: [Harbour] Return of hb_LibLoad()

2010-05-19 Thread Viktor Szakáts
> Function TestLoadLib > Local hDll := hb_LibLoad("rmchart.dll") > MsgInfo(ValType(hDll)) > /* > The return is 0 if run ok file "rmchart.dll" exist and 'U' if file does not > exist. > Is this correct? > */ VALTYPE() can never return '0'. HB_LIBLOAD() will return empty value (NIL) on failure and

[Harbour] Return of hb_LibLoad()

2010-05-19 Thread Itamar Lins
Hi! Function TestLoadLib Local hDll := hb_LibLoad("rmchart.dll") MsgInfo(ValType(hDll)) /* The return is 0 if run ok file "rmchart.dll" exist and 'U' if file does not exist. Is this correct? */ Best regards, Itamar M. Lins Jr. ___ Harbour mailing li