[Harbour] Error with DumpVar
Szakáts Viktor
harbour.01 at syenar.hu
Thu May 7 08:19:50 EDT 2009
Hi Rossine,
I will fix one of these errors, but for the rest
AFAIK we don't support them in Harbour as they
are dealing with internals on the user/app level.
Maybe someone can help with the Harbour alternatives
(debug functions?), or by modifying this function
to at least build under Harbour with supported
functionality only.
Brgds,
Viktor
On 2009.05.07., at 14:05, Rossine wrote:
>
> Hello,
>
> This sample:
>
> [CODE]
> PROCEDURE Main
> LOCAL aArray := { 1, 2, 3 }
> LOCAL cString := "Test"
> LOCAL dDate := Date()
> LOCAL hHash := { "A" => 1, "B" => 2 }
> LOCAL lLogic := .T.
> LOCAL nNumber := 1.2345
> LOCAL pPointer := ( @Main() )
> LOCAL undef := NIL
>
> ? hb_dumpvar( aArray )
> ? hb_dumpvar( cString )
> ? hb_dumpvar( dDate )
> ? hb_dumpvar( hHash )
> ? hb_dumpvar( lLogic )
> ? hb_dumpvar( pPointer )
> ? hb_dumpvar( undef )
>
> RETURN
>
> [ENDCODE]
>
> ... generate this errors:
>
> [ERRORS]
> Error: Unresolved external '_HB_FUN___SETCLASSSCOPE' referenced from
> C:\HRB_BCC\LIB\XHB.LIB|dumpvar
> Error: Unresolved external '_HB_FUN___OBJGETMSGFULLLIST' referenced
> from
> C:\HRB_BCC\LIB\XHB.LIB|dumpvar
> Error: Unresolved external '_HB_FUN___OBJGETVALUEFULLLIST'
> referenced from
> C:\HRB_BCC\LIB\XHB.LIB|dumpvar
> Error: Unresolved external '_HB_FUN_HB_HGETKEYS' referenced from
> C:\HRB_BCC\LIB\XHB.LIB|dumpvar
> [ENDERRORS]
>
> How to fix this?
>
> Best regards,
>
> Rossine.
>
> --
> View this message in context: http://www.nabble.com/Error-with-DumpVar-tp23425403p23425403.html
> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Harbour mailing list
> Harbour at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
More information about the Harbour
mailing list