Hi Viktor,
I have my version ho dumpvar for harbour, but I have modified internals to access objects.
I will post a diff here ASAP to see if my changes can be added to svn.

Best regards
Francesco

Il 07/05/2009 14.19, Szakáts Viktor ha scritto:
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
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to