Antonio Linares wrote:Enrico,
Its a minor difficulty and once you get used to it, its a very clever desition because using the prefix HB_ we avoid names collisions with other libraries names.
Trust me, and try it, please
driessen wrote:Enrico,
I just tried TRY/CATCH/END in FWH 14.04 with Harbour. It's working fine.
Enrico Maria Giordano wrote:Any news about TRY/CATCH/END implementation in Harbour?
EMG
ADT xHarbour Harbour
=================================================
DOUBLE X -
DATE X X
BINARY X -
MONEY X X
INTEGER X X
CHARACTER X X
AUTOINC X -
NUMBER X X
SHORT - X
IMAGE X -
Error: Unresolved external '_HB_FUN___CLASSINS'
FUNCTION dbstruct()
LOCAL i, aS := {}, aLine, t
FOR i:=1 TO FCOUNT()
t := fieldType(i)
DO CASE
CASE t = "B"; t := "DOUBLE"
CASE t = "W"; t := "BINARY"
CASE t = "+"; t := "AUTOINC"
CASE t = "T"; t := "TIME"
CASE t = "P"; t := "IMAGE"
ENDCASE
aLine := { FIELDNAME(i), t, fieldlen(i), fielddec(i) }
AADD( aS, aLine )
NEXT
RETURN as
Enrico Maria Giordano wrote:Dear friends, any ideas on how to fix the error below on Harbour?
- Code: Select all Expand view
Error: Unresolved external '_HB_FUN___CLASSINS'
EMG
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 73 guests