[Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Itamar Lins
Em 19/05/2010 20:00, Przemysław Czerpak escreveu: I have no idea what and where you have tested but for sure the results you presented are only your personal imagination not real test results. Please be more precise if you expect that someone will invest time to verify such messages. Hi! Is cor

Re: [Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Przemysław Czerpak
On Wed, 19 May 2010, Itamar Lins wrote: Itamar, > >Yes, the return is "U" undefined if not found file dll. > >And 0 if run ok. > >My tests is Win 7, with MingW, ChangeLog 14527 > Sorry my fault, return of valtype is 'N'. Value is 0. > Very busy for here... :( I still have no idea what you are te

Re: [Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Przemysław Czerpak
On Wed, 19 May 2010, Itamar Lins wrote: Hi Itamar, > >VALTYPE() can never return '0'. > >HB_LIBLOAD() will return empty value (NIL) on failure > >and pointer on success. > Yes, the return is "U" undefined if not found file dll. > And 0 if run ok. You used to ignore answers. Valtype cannot rerurn

[Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Itamar Lins
Em 19/05/2010 19:25, Itamar Lins escreveu: Em 19/05/2010 18:34, Viktor Szakáts escreveu: 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 n

[Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Itamar Lins
Em 19/05/2010 18:34, Viktor Szakáts escreveu: 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

Re: [Harbour] Re: 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? >>> */ >>> >>> Best regards, >>> Itamar M. Lins Jr. >>> >>> >> >> Yes, because r

[Harbour] Re: Return of hb_LibLoad()

2010-05-19 Thread Itamar Lins
Em 19/05/2010 18:02, Petr Chornyj escreveu: Itamar Lins-2 wrote: 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.