Search found 209 matches: acwoo

Return to advanced search

Re: Invalid lvalue 'Numeric'

Acwoo, Are you sure that the error comes from that source code line ? Here it is compiling fine: c:\soporte\acwoo test>c:\harbour\bin\harbour -n -Ic:\fwh\include;c:\harbour\include test.prg Harbour 2.1.0beta1 (Rev. 14694) ...
by Antonio Linares
Mon Jul 05, 2010 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 992

Invalid lvalue 'Numeric'

... ) ) After I upgraded for fwh9.11 to fwh10.6, I have this error message for the above: Invalid lvalue 'Numeric' Any help appreciated. Regards ACWOO using fwh10.6 + bcc582 + harbour 2.1.0
by acwoo1
Mon Jul 05, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 992

Re: HB_ZIPFILE() & HB_UNZIPFILE() for Harbour/xHarbour (FTDN)?

... C:\EC160402\D2.OBJ Error: Unresolved external '_HB_FUN_HB_ZIPFILEBYPKSPAN' referenced from C:\EC160402\D2.OBJ Any help appreciated. Thanks Regards ACWOO using fwh 10.6 + bcc582 + harbour
by acwoo1
Sat Jul 03, 2010 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPFILE() & HB_UNZIPFILE() for Harbour/xHarbour (FTDN)?
Replies: 16
Views: 6190

Re: HBZIP

Hi,

Could I have the new zlib.lib and ziparchive.lib.

Thanks

Regards

ACWOO
using fwh 10.6 + bcc582 + harbour 2.1.0
by acwoo1
Sat Jul 03, 2010 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBZIP
Replies: 9
Views: 2301

Re: error upgrade from fwh7.11 to fwh9.10

AcWoo, I have cleaned your project from unused files, in a try to locate the problem. Here you have the simpler version: http://www.mediafire.com/?2m2l1t2ma5m But what I have found with great surprise is that it seems as a ...
by Antonio Linares
Mon Nov 23, 2009 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Re: error upgrade from fwh7.11 to fwh9.10

Thanks for your help

How to change this line:

echo %hdirl%\%GT%.lib + >> b32.bc

I tried
GT_LIB = $(HARBOUR_LIB_DIR)\%ht%.lib
GT_LIB = $(HARBOUR_LIB_DIR)\*.gt.*l.lib
but it does not accept

Thanks
Please help

Regards

ACWoo
using fwh9.10+harbour+bcc55
by acwoo1
Sat Nov 14, 2009 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Re: error upgrade from fwh7.11 to fwh9.10

Acwoo, If you are using Harbour (and not xHarbour) then this section is wrong in your make file: RTL_LIB = $(HARBOUR_LIB_DIR)\rtl.libVM_LIB = $(HARBOUR_LIB_DIR)\vm.libLANG_LIB = $(HARBOUR_LIB_DIR)\lang.libMACRO_LIB ...
by Antonio Linares
Wed Nov 11, 2009 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Re: error upgrade from fwh7.11 to fwh9.10

... !endif $(BORLANDC_LINK_EXE) $(BORLANDC_LINK_FLAGS) @make.tmp @del $(APP_EXE_DIR)\$(APP_NAME).tds @del make.tmp Please help. Thanks Regards ACWoo Using fwh9.10+harbour+bcc55
by acwoo1
Wed Nov 11, 2009 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Re: error upgrade from fwh7.11 to fwh9.10

Acwoo,

You are not using the right Harbour libraries.

Please remove al previous Harbour versions and check again that you are using the latest one, thanks
by Antonio Linares
Tue Nov 10, 2009 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Re: error upgrade from fwh7.11 to fwh9.10

... from C:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '_hb_storvclen' referenced from C:\FWH\LIB\FIVEHC.LIB|REGEDIT Please help Regards ACWoo using fwh7.10+harbour+bcc55
by acwoo1
Tue Nov 10, 2009 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

error upgrade from fwh7.11 to fwh9.10

... C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMVARSLEN' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Please help. Regards ACWOO using FWH9.10+harbour+bcc55
by acwoo1
Tue Nov 10, 2009 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6238

Gradient For Ordinary Button

... 25.7 BUTTON "&Exit" OF oDlg ACTION oDlg:End() SIZE 40, 12 ACTIVATE DIALOG oDlg CENTERED return nil .................. Thanks Regards ACWOO (using FWH711 + bcc55)
by harbourbcc
Fri Jun 12, 2009 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient For Ordinary Button
Replies: 0
Views: 276

Acwoo, As Antonio told you... please, try this: SendMessage( oTree:hWnd, TVM_DELETEITEM, 0, oItem:hItem ) You can too make a function to control this operation like this: function deleteItem( oTree, oItem ...
by JC
Wed Nov 12, 2008 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to disable tree item
Replies: 13
Views: 1629

Acwoo,

You can delete a TreeView item (including its childen items) and later on add it again:

http://msdn.microsoft.com/en-us/library/bb773560(VS.85).aspx
by Antonio Linares
Tue Nov 11, 2008 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to disable tree item
Replies: 13
Views: 1629
PreviousNext

Return to advanced search