[Harbour] About HRB

2009-03-02 Thread Rossine
: = HB_hrbload (content) HB_HRBUNLOAD (HANDLE_HRB) return NIL [ENDCODE] Error generated: Error BASE/9998 Argument error: HB_HRBLOAD Called from HB_HRBLOAD (0) Called from MAIN (7) This usually works with xhb.com. What is the correct way to do this, or could do in this harbor? Thank you, Rossine

[Harbour] Errors in xhb.lib

2009-03-02 Thread Rossine
' \harbour\lib\xhb.lib(3) Error E0001 Illegal character '\x01' \harbour\lib\xhb.lib(3) Error E0001 Illegal character '\x00' \harbour\lib\xhb.lib(3) Error E0001 Illegal character '\x01' * Compiling errors * You can fix this? Regards, Rossine

[Harbour] About Error E0030

2009-03-02 Thread Rossine
' Regards, Rossine. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] About HRB

2009-03-02 Thread Rossine
Hi Przemek, Now this works fine. This wonderful example. Regards, Rossine. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] About Error E0030

2009-03-02 Thread Rossine
' Regards, Rossine. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'myc.prg'... myc.prg(85) Error E0030 Syntax error syntax error at 'L' 1 error No code generated Regards, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22308935.html Sent from

Re: [Harbour] Errors in xhb.lib

2009-03-03 Thread Rossine
Hello Viktor, The problem was in charge of compilation. I was doing this my_bat TEST \harbour\lib\xhb.lib ... and the truth is \harbour\lib\xhb.lib stay within my_bat.bat With this, now this error no longer occurs. Regards, Rossine. Viktor Szakáts wrote: Hi Rossine, ..\include

[Harbour] about extend class

2009-03-03 Thread Rossine
) This not works return NIL [ENDCODE] ...and generate this error: Harbour 1.1.0dev (Rev. 10507) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'myc1.prg'... myc1.prg(19) Error E0030 Syntax error syntax error at 'CLASS' 1 error Regards, Rossine. -- View this message in context

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
persists on line 85. Regards, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22312308.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
Hello Viktor, Viktor Szakáts wrote: '0x0200L' isn't a valid hexa value in Harbour, use simple '0x0200' form instead. The problem was exactly this. Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22315941.html

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
== TEXTTOP, BS_TOP, 0 ) return Thank´s for the sample, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22316056.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
Hello Chen Kedem, Viktor Szakáts wrote: '0x0200L' isn't a valid hexa value in Harbour, use simple '0x0200' form instead. The problem was exactly this. Regards, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302416p22316085.html Sent from

Re: [Harbour] About Error E0030

2009-03-03 Thread Rossine
Hello Vailton, Viktor solved the problem. Viktor Szakáts wrote: '0x0200L' isn't a valid hexa value in Harbour, use simple '0x0200' form instead. Thank´s brother, Rossine. -- View this message in context: http://www.nabble.com/About-Error-E0030-tp22302777p22316325.html Sent from

[Harbour] How to fix this ?

2009-03-05 Thread Rossine
a reinterpret_cast, a C-style cast or function-style cast How to fix this ? PS: I use harbour + msvc 2008 Regards, Rossine. -- View this message in context: http://www.nabble.com/How-to-fix-this---tp22361860p22361860.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] How to fix this ?

2009-03-05 Thread Rossine
Hello Vicktor, Exactly this :) Change this: pFunc = GetProcAddress( handle,GetLastInputInfo ); to this: pFunc = ( GETLASTINPUTINFO_ ) GetProcAddress( handle,GetLastInputInfo ); Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/How-to-fix

[Harbour] error in override method

2009-03-06 Thread Rossine
: over.prg = MAIN(28) [ENDERROR] How to resolve this ? Regards, Rossine. -- View this message in context: http://www.nabble.com/error-in-%22override-method%22-tp22373618p22373618.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] error in override method

2009-03-06 Thread Rossine
Rossine. -- View this message in context: http://www.nabble.com/error-in-%22override-method%22-tp22373618p22374532.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http

Re: [Harbour] error in override method

2009-03-06 Thread Rossine
) ) Maybe this will help. Regards, Rossine. -- View this message in context: http://www.nabble.com/error-in-%22override-method%22-tp22373618p22375970.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

[Harbour] Error in clipapi.h

2009-03-06 Thread Rossine
511] // Adds a new Method to a ClassH extern _mdAdd( LONG lClassHandle, PCLIPSYMBOL pMethodName, PCLIPFUNC pMethod ); [ENDCODE] I see that this file 'd3dtypes.h' is for bcc55. Can you comment ? I´m using harbour + msvc. Regards, Rossine. -- View this message in context: http

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
( memoread( myhrb.hrb ), myPaswdKey ) HANDLE_HRB := hb_hrbload( CONTENT ) hb_hrbDo( HANDLE_HRB ) hb_hrbunload( HANDLE_HRB ) MSGSTOP( END ) return NIL [ENDCODE] Best regards, Rossine. -- View this message in context: http://www.nabble.com/About-HRB-tp22292081p22411399.html Sent from

Re: [Harbour] about extend class

2009-03-09 Thread Rossine
GETDROPPEDWIDTH inline ::SendMsg( CB_GETDROPPEDWIDTH, 0, 0 ) msgstop( ready ) return NIL [ENDCODE] All three statements should work, right ? Regards, Rossine. -- View this message in context: http://www.nabble.com/about-%22extend-class%22-tp22309603p22411625.html Sent from

[Harbour] Error in if

2009-03-09 Thread Rossine
) Error E0014 ELSE does not match IF hrberr3.prg(20) Error E0010 ENDIF does not match IF 3 errors Regards, Rossine. -- View this message in context: http://www.nabble.com/Error-in-%22if%22-tp22412518p22412518.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Error in if

2009-03-09 Thread Rossine
. This work´s fine :) Thanks a lot, Rossine. -- View this message in context: http://www.nabble.com/Error-in-%22if%22-tp22412518p22413694.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour

[Harbour] OT - Convert DLL2lib using MSVC

2009-03-09 Thread Rossine
Hello, Sorry for OT. Tell me about how to convert a DLL to LIB using MSVC? Regards, Rossine. -- View this message in context: http://www.nabble.com/OT---Convert-DLL2lib-using-MSVC-tp22416089p22416089.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
( myhrb.hrb ), myPaswdKey ) HANDLE_HRB := hb_hrbload( CONTENT ) hb_hrbDo( HANDLE_HRB ) hb_hrbunload( HANDLE_HRB ) MSGSTOP( END ) return NIL [ENDCODE] I use this, but is not working: HANDLE_FUN := HB_HRBGETFUNSYM( HANDLE_HRB, TESTE2 ) hb_hrbDo( HANDLE_FUN ) Regards, Rossine

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
here. Any more suggestions? best regards, Rossine. -- View this message in context: http://www.nabble.com/About-HRB-tp22292081p22426414.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
Hi, Przemyslaw Czerpak-2 wrote: HB_COMPILEFROMBUF() is inside hbcplr library which is missing in your link scripts. Yes, this solved :) Thank´s, Rossine. -- View this message in context: http://www.nabble.com/About-HRB-tp22292081p22426584.html Sent from the Harbour - Dev mailing

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
:) Regards, Rossine. -- View this message in context: http://www.nabble.com/About-HRB-tp22292081p22426745.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour

Re: [Harbour] About HRB

2009-03-09 Thread Rossine
( nPar ) ) if nPar = 1 alert( 'setting mouse scroll' ) nScrlMouse := WheelScroll() SetWheelScroll( 1 ) endif return nPar [ENDCODE] Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/About-HRB-tp22292081p22427789.html Sent from the Harbour - Dev mailing

[Harbour] Problemn with OLE

2009-04-01 Thread Rossine
) Called from: ../../win_tole.prg = TOLEAUTO: NEW (250) Called from: ../../win_tole.prg = CreateObject (90) Called from: testol.prg = MAIN (5) [ENDERRO] How to fix this? Regards, Rossine. -- View this message in context: http://www.nabble.com/Problemn-with-OLE-tp22827709p22827709

Re: [Harbour] Problemn with OLE

2009-04-02 Thread Rossine
Hello, The problem occurs with fivewin + msvc. Any help? Regards, Rossine. -- View this message in context: http://www.nabble.com/Problemn-with-OLE-tp22827709p22851116.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Problemn with OLE

2009-04-02 Thread Rossine
Hello Mindaugas, Mindaugas Kavaliauskas wrote: Hi, Can you replicate problem without fivewin? No, the problem occurs when include fivewin. Some example work fine when harbour + msvc but not (fwh + harbour + msvc). Any suggestions on how can I fix this? Regards, Rossine. -- View

Re: [Harbour] Problemn with OLE

2009-04-03 Thread Rossine
Hello all, Now works fine with ole/activex. You can see the screens this link: http://forums.fivetechsupport.com/viewtopic.php?f=6t=15103p=78401#p78401 Congratulations to team harbour :) Thank you all, Rossine. -- View this message in context: http://www.nabble.com/Problemn-with-OLE

[Harbour] Errors using hbmk2 -shared

2009-04-07 Thread Rossine
Hello, I try use -shared and generate this errors: [ERRORS] Error: Unresolved external '_hb_stackReturnItem' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_gcFree' referenced from C:\HRB_BCC\LIB\HBWIN.LIB|win_dll Error: Unresolved external '_hb_stackItem'

Re: [Harbour] Errors using hbmk2 -shared

2009-04-07 Thread Rossine
Hi everyone, Thanks for the explanations. I not include -shared in my scrpits. Regards, Rossine. Przemyslaw Czerpak-2 wrote: On Wed, 08 Apr 2009, Szak�ts Viktor wrote: Hi, Until then, you can add static libs to resolve the missing symbols: hbmk2 my.prg -lhbwin -lxhb -shared

[Harbour] To use .RC ou .RES in hbmk2

2009-04-08 Thread Rossine
Hello, How do I include one file .RC or .RES within in .HBP to use in hbmk2 ? Best regards, Rossine. -- View this message in context: http://www.nabble.com/To-use-.RC-ou-.RES--in-hbmk2-tp22957490p22957490.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] RDDADS not building automatically

2009-04-11 Thread Rossine
correct these errors? Best regards, Rossine. -- View this message in context: http://www.nabble.com/RDDADS-not-building-automatically-tp23001243p23001243.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

Re: [Harbour] RDDADS not building automatically

2009-04-13 Thread Rossine
Hello, Reading the \harbour\install file, I found the solution :) Best regards, Rossine. -- View this message in context: http://www.nabble.com/RDDADS-not-building-automatically-tp23001243p23023120.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Working with HASH()

2009-04-14 Thread Rossine
hHash[ Four ] := 4 hHash[ Five ] := 5 ? hHash[ One, 1 ] += 10 ? hHash[ 1, 1 ] += 10 WAIT RETURN [EndCode] Is possible this work in harbour ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Working-with-HASH%28%29-tp23034241p23034241.html Sent

Re: [Harbour] Working with HASH()

2009-04-14 Thread Rossine
TRUE; } } else if( !bSilent ) { hb_errRT_BASE( EG_ARG, 2017, NULL, HSETAACOMPATIBILITY, 2, hb_paramError( 1 ), hb_paramError( 2 )); } return FALSE; } Best regards, Rossine. -- View this message in context: http://www.nabble.com/Working-with-HASH

Re: [Harbour] SF.net SVN: harbour-project:[10873] trunk/harbour

2009-04-16 Thread Rossine
compiling this line appears. She is right? [CODE] bcc32.exe -I. -I../../../../include -q -tWM -d -6 -O2 -OS -Ov -Oi -Oc -DHB_GC_AUTO -I../../source/hbzlib -I../../external/libpng -I../../../../source/hbzlib [ENDCODE] Best Regards, Rossine. -- View this message in context: http

Re: [Harbour] SF.net SVN: harbour-project:[10873] trunk/harbour

2009-04-16 Thread Rossine
Hi Przemek, Yes I understood your explanation and it works :). But this cycle of 100.000, is possible set this or the GC is about who determines how much should the cycle? best regards, Rossine. -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10873

[Harbour] Error with vers 10930

2009-04-24 Thread Rossine
:/harbour/contrib' make.exe: *** [contrib.inst] Error 2 [ENDERROR] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Error-with-vers-10930-tp23225699p23225699.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] SF.net SVN: harbour-project:[10873] trunk/harbour

2009-04-28 Thread Rossine
NIL [ENDCODE] ... always return 0, with down: [SCREEN] 1001 = Memory used (bytes) 0 1002 = Maximum memory used (bytes) 0 [ENCSCREEN] A few days ago worked perfectly. Best Regards, Rossine. -- View this message in context: http

Re: [Harbour] SF.net SVN: harbour-project:[10873] trunk/harbour

2009-04-28 Thread Rossine
Hi, Przemyslaw Czerpak-2 wrote: Look at the ChangeLog. You have to compile Harbour with -DHB_FM_STATISTIC to enable FM stat module which is now disabled by default. Ok, Thanks for explanation, Rossine. -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour

[Harbour] Errors with 10945

2009-04-28 Thread Rossine
: *** [contrib.inst] Error 2 [ENDERRORS] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-10945-tp23284186p23284186.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

Re: [Harbour] Errors with 10945

2009-04-28 Thread Rossine
Hi Przemek, With 10946 work´s fine now :) Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-10945-tp23284186p23285137.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

[Harbour] Ascan for Hash

2009-05-03 Thread Rossine
] ...i generated the following error: [ERROR] Error BASE/1068 Argument error: array access Called from (b)MAIN(13) Called from ASCAN(0) Called from MAIN(13) [ENDERROR] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Ascan-for-Hash-tp23355934p23355934.html Sent

Re: [Harbour] Ascan for Hash

2009-05-03 Thread Rossine
) ?hb_isHash( hHash ) //hb_HCaseMatch( hHash, .F. ) n := hb_hScan( hHash, { |key,value| value == cVar } ) ? n aArray := hb_hValues( hHash ) n := aScan( aArray, { |value| value == cVar } ) ? n return NIL [END CODE] OK, I understand your example. Thank you very much, Rossine

[Harbour] Error with DumpVar

2009-05-07 Thread Rossine
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

Re: [Harbour] Error with DumpVar

2009-05-07 Thread Rossine
external '_HB_FUN___OBJGETVALUEFULLLIST' referenced from C:\HRB_BCC\LIB\XHB.LIB|dumpvar [ENDERRORS] Best regards, Rossine. -- View this message in context: http://www.nabble.com/Error-with-DumpVar-tp23425403p23433768.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Errors with 11017

2009-05-11 Thread Rossine
HB_FUN_ADDCLASSDATA *** 2 errors in Compile *** make.exe[3]: Leaving directory `C:/harbour/source/rtl/win/bcc' make.exe[2]: Leaving directory `C:/harbour/source/rtl' make.exe[1]: Leaving directory `C:/harbour/source' [ENDERRORS] Best Regards, Rossine. -- View this message in context: http

Re: [Harbour] Errors with 11017

2009-05-11 Thread Rossine
Hi, Problem solved. Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-11017-tp23488092p23493792.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour

[Harbour] Errors with 11032

2009-05-13 Thread Rossine
\FIVEH.LIB|tget Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\QI\WIN\OBJETOS\GERAL\QILIB.LIB|XBROWSE Error: Unresolved external '_HB_FUN_OLE2TXTERROR' referenced from C:\QI\WIN\OBJETOS\GERAL\QILIB.LIB|qilib [ENDERRORS] How to fix this? Best regards, Rossine. -- View this message

[Harbour] Problem with return of LoadLibrary and Harbour 11047

2009-05-14 Thread Rossine
) return 0 endif ... [ENDCODE] How to fix this ? Best regards, Rossine. -- View this message in context: http://www.nabble.com/Problem-with-return-of-LoadLibrary-and-Harbour-11047-tp23539143p23539143.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Errors with 11032

2009-05-14 Thread Rossine
rights reserved. Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland * Application successfully built * [ENDERRORS] Any more suggestions ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-11032-tp23521549p23539642.html Sent from the Harbour - Dev

Re: [Harbour] Problem with return of LoadLibrary and Harbour 11047

2009-05-14 Thread Rossine
number, and when not fivewin return pointer that in my opnião is correct. Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Problem-with-return-of-LoadLibrary-and-Harbour-11047-tp23539143p23542246.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Problem with TREG32 and Harbour 11047

2009-05-16 Thread Rossine
from TREG32:NEW(0) in classes\reg32.prg Called from GETOUTLOOKPATH(7) in testreg3.prg [ENDERROR] How to fix this ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Problem-with-TREG32

Re: [Harbour] Error with DumpVar

2009-05-16 Thread Rossine
Hello, Works perfectly now :) Thank you very much to all, Rossine. -- View this message in context: http://www.nabble.com/Error-with-DumpVar-tp23425403p23460524.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

Re: [Harbour] Problem with TREG32 and Harbour 11047

2009-05-16 Thread Rossine
Hello, Problem solved :) Thank you very much. Rossine. -- View this message in context: http://www.nabble.com/Problem-with-TREG32-and-Harbour-11047-tp23538623p23578979.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Errors with 11032

2009-05-18 Thread Rossine
and always performed well with BCC, is the same error :( How to fix this ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-11032-tp23521549p23595864.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Errors with 11090

2009-05-20 Thread Rossine
`C:/harbour/contrib' make.exe: *** [contrib.inst] Error 2 [ENDERRORS] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-11090-tp23640020p23640020.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] SF.net SVN: harbour-project:[11090] trunk/harbour

2009-05-20 Thread Rossine
\QILIB.LIB|qilib [ENDERRORS] How to fix this ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-11090--trunk-harbour-tp23637661p23640089.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] SF.net SVN: harbour-project:[11090] trunk/harbour

2009-05-20 Thread Rossine
Hello, Works fine Now :) Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-11090--trunk-harbour-tp23637661p23642264.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] error with 11127

2009-05-25 Thread Rossine
configuration: C:\hrb_bcc\bin\hbmk.cfg hbmk: Harbour compiler command (internal): C:\hrb_bcc\bin\harbour.exe -n2 qistart gt=gtgui -n -iC:\hrb_bcc\include Cannot open input file: gt=gtgui.prg [ENDERROR] Best regards, Rossine. -- View this message in context: http://www.nabble.com/error-with-11127

Re: [Harbour] error with 11127

2009-05-25 Thread Rossine
Hi Viktor, Viktor Szakáts wrote: There is no command line parameter called gt=. You should use 'hbmk2 ... -gtgui' [ gt= is accepted though in .hbl files. ] OK, it´s work´s fine :) Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/error

[Harbour] Errors with msvc

2009-05-25 Thread Rossine
/gtwvg' make.exe[1]: Leaving directory `C:/harbour/contrib' [ENDERROR] How to fix this ? Best regards, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-msvc-tp23709702p23709702.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Errors with msvc

2009-05-25 Thread Rossine
Hello All, Problem solved :) Thank you very much, Rossine. -- View this message in context: http://www.nabble.com/Errors-with-msvc-tp23709702p23714975.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

[Harbour] Why array is passed by reference?

2009-05-27 Thread Rossine
Hello, How to do that which in the example below, the element 1 of aVar[1] is not changed? [CODE] FUNCTION MAIN local aVar1 := { 1, 2, 3 } local aVar2 aVar2 := avar1 aVar2[1] := 5 ? aVar1[1]Here return 5 . Why ? ? aVar1[2] ? aVar1[3] RETURN NIL [ENDCODE] Best Regards, Rossine

Re: [Harbour] Why array is passed by reference?

2009-05-27 Thread Rossine
Hi, I Solved the problem with aclone() [CODE] FUNCTION MAIN local aVar1 := { 1, 2, 3 } local aVar2 aVar2 := aclone( avar1 ) aVar2[1] := 5 ? aVar1[1] Now return 1 ? aVar1[2] ? aVar1[3] RETURN NIL [ENDCODE] Best Regards, Rossine. -- View this message in context: http

Re: [Harbour] Why array is passed by reference?

2009-05-27 Thread Rossine
array clone before assigning array reference to variable then you should make it in the same way as in Clipper and instead of: aVar2 := aVar1 you should use: aVar2 := AClone( aVar1 ) Thanks for explanation, Rossine. -- View this message in context: http://www.nabble.com/Why-array

[Harbour] Work with HBQT

2009-06-06 Thread Rossine
Hello, What must install to test the examples in the HBQT windows ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Work-with-HBQT-tp23901290p23901290.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Work with HBQT

2009-06-09 Thread Rossine
Hello Massimo, I include in my bat to compile the following line: SET HB_INC_QT=C:\Qt\qt\include HBQT.LIB was generated for MSVC, not for BCC generated, why? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Work-with-HBQT-tp23901290p23945543.html Sent from

Re: [Harbour] Work with HBQT

2009-06-09 Thread Rossine
libs with MSVC: qtcore4.lib qtnetwork4.lib qtgui4 .lib qtwebkit4.lib I use harbour rev.11287 Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Work-with-HBQT-tp23901290p23945751.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Work with HBQT

2009-06-09 Thread Rossine
[output.lib] goto fim :notfound echo ERROR: File not found %1 goto fim :errodef echo Error extracting .DEF... goto fim :fim rem @if exist *.exp del *.exp nul rem @if exist *.def del *.def nul call envhrbd.bat [BATEND] Best Regards, Rossine. -- View this message in context: http

[Harbour] Samples FWH not working with 11478

2009-06-22 Thread Rossine
TDIALOG:ACTIVATE(0) in classes\DIALOG.PRG Called from MAIN(41) in testimg.prg [ENDERRORS] What can be wrong ? Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Samples-FWH-not-working

Re: [Harbour] Change BCC to MSVC

2009-08-11 Thread Rossine
*.exp nul rem @if exist *.def del *.def nul [ENDBATCH] Regards, Rossine. -- View this message in context: http://www.nabble.com/Change-BCC-to-MSVC-tp24910812p24928139.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

[Harbour] Why this errors ?

2009-08-13 Thread Rossine
HB_INSTALL_PREFIX=%HB_PATH% set HB_BIN_INSTALL=%HB_PATH%\bin set HB_LIB_INSTALL=%HB_PATH%\lib set HB_INC_INSTALL=%HB_PATH%\inc set HB_DOC_INSTALL=%HB_PATH%\doc set HB_COMPILER=bcc set BCC_DIR=c:\bcc55 [ENDBATCH] Regards, Rossine. -- View this message in context: http://www.nabble.com/Why-this-errors

[Harbour] Problemn with 12122

2009-08-15 Thread Rossine
Hello, I deleted my directory c:\harbour and updated it again and all these files are not downloaded: make_gnu.bat mpkg_dos.bat mpkg_win.bat Regards, Rossine. -- View this message in context: http://www.nabble.com/Problemn-with-12122-tp24984562p24984562.html Sent from the Harbour - Dev

[Harbour] Error with 12244 and msvc

2009-08-21 Thread Rossine
failed. make (e=87): ParÔmetro incorreto. mingw32-make[3]: *** [hbpp.exe] Error 87 rm hbpp.obj mingw32-make[2]: *** [descend] Error 2 mingw32-make[1]: *** [pp.inst] Error 2 mingw32-make: *** [source.inst] Error 2 [ENDERRORS] Regards, Rossine. -- View this message in context: http

Re: [Harbour] Error with 12244 and msvc

2009-08-21 Thread Rossine
Hello Viktor, Viktor Szakáts wrote: Hi Rossine, Please post the very first 10 lines of your output. This is my log erro complete: [COMPILE] ! MAKE: C:/bin/mingw32-make 3.81 CLEAN INSTALL sh.exe ! HB_USER_CFLAGS: -DHB_GC_AUTO -DHB_FM_STATISTIC ! HB_INSTALL_PREFIX: C:\hrb_msvc

Re: [Harbour] Error with 12244 and msvc

2009-08-22 Thread Rossine
)232.392 bytes [ENDMYDIR] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Error-with-12244-and-msvc-tp25085952p25094921.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour

[Harbour] error with 12299

2009-08-24 Thread Rossine
]: *** [descend] Error 2 mingw32-make[1]: *** [dynlib.inst] Error 2 mingw32-make: *** [source.inst] Error 2 [ENDERROR] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/error-with-12299-tp25115125p25115125.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] error with 12299

2009-08-24 Thread Rossine
Hello, Work´s fine now :) Thank yopu very much, Rossine. -- View this message in context: http://www.nabble.com/error-with-12299-tp25115125p25115917.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list

[Harbour] This is possible with harbour ?

2009-08-24 Thread Rossine
Alert( xResult ) ENDIF CATCH oErr Eval( bDefErrBlock, oErr ) END RETURN [ENDCODE] Regards, Rossine. -- View this message in context: http://www.nabble.com/This-is-possible-with-harbour---tp25117049p25117049.html Sent from the Harbour - Dev mailing list archive at Nabble.com

RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-01 Thread Rossine
Hello Fernando, Is possible to have compatibility with MiniGUI extended also ? -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-12382--trunk-harbour-tp25231702p25244059.html Sent from the Harbour - Dev mailing list archive at Nabble.com.

[Harbour] Error with 12395 and msvc

2009-09-02 Thread Rossine
]: *** [descend] Error 2 mingw32-make[1]: *** [hbqt.inst] Error 2 mingw32-make: *** [contrib.inst] Error 2 [ENDERROR] Best Regards, Rossine. -- View this message in context: http://www.nabble.com/Error-with-12395-and-msvc-tp25263591p25263591.html Sent from the Harbour - Dev mailing list archive

RE: [Harbour] ViaNemo: New Framework Opensource for Harbour

2009-09-03 Thread Rossine
Hello Fernando, When can we start testing ViaNemo ? Regards, Rossine. -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-12382--trunk-harbour-tp25231702p25274557.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Error Comparing two arrays

2009-09-29 Thread Rossine
do I compare two arrays ? Regards, Rossine. -- View this message in context: http://www.nabble.com/Error-Comparing-two-arrays-tp25665027p25665027.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour

Re: [Harbour] Error Comparing two arrays

2009-09-29 Thread Rossine
Hello Teo, Hello Rossine, here is a little function that I wrote years ago to compare two array contents: prg ... This work´s fine :) Many thank´s, Rossine. -- View this message in context: http://www.nabble.com/Error-Comparing-two-arrays-tp25665027p25668693.html Sent from the Harbour

[Harbour] List of variables in memory

2009-11-04 Thread Rossine
Hello, I can list all variables that are in memory of my application ? Any example ? Best Regards, Rossine. -- View this message in context: http://old.nabble.com/List-of-variables-in-memory-tp26196575p26196575.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] Error with last version

2009-11-30 Thread Rossine
] Error 2 mingw32-make[1]: *** [libhpdf.inst] Error 2 mingw32-make: *** [external.inst] Error 2 [ENDERRORS] I use BCC. Regards, Rossine. -- View this message in context: http://old.nabble.com/Error-with-last-version-tp26579544p26579544.html Sent from the Harbour - Dev mailing list archive

[Harbour] Ace.lib not generate in last version

2009-12-01 Thread Rossine
Hello, I not see ace.lib in last version. Regards, Rossine. -- View this message in context: http://old.nabble.com/Ace.lib-not-generate-in-last-version-tp26591636p26591636.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Ace.lib not generate in last version

2009-12-02 Thread Rossine
Hi Viktor, I include in my script: set HB_WITH_ADS=C:\ads81 ...and ace32.lib is generated :) Thank you very much, Rossine. -- View this message in context: http://old.nabble.com/Ace.lib-not-generate-in-last-version-tp26591636p26609679.html Sent from the Harbour - Dev mailing list archive

[Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Rossine
:\minigui\include %1 c:\minigui\batch\minigui.hbc c:\minigui\batch\minigui.hbm /I. -hblnk /FORCE %2 %3 %4 %5 comp.log How do I fix this? Best Regards, Rossine. -- View this message in context: http://old.nabble.com/Erro-with---hblnk--FORCE-tp26744825p26744825.html Sent from the Harbour - Dev mailing

Re: [Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Rossine
Hello Viktor, it works perfectly :) Many Thank´s, Rossine. -- View this message in context: http://old.nabble.com/Erro-with---hblnk--FORCE-tp26744825p26745054.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

Re: [Harbour] SF.net SVN: harbour-project:[13270] trunk/harbour

2009-12-21 Thread Rossine
Hello, You can add two more parameters, User and Password for authentication ? Best Regards, Rossine. -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13270--trunk-harbour-tp26818074p26877785.html Sent from the Harbour - Dev mailing list archive

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Rossine
for their contributions and the translation of the Harbour for the Portuguese. Thank you all for this grandeur. Best Regards, Rossine. -- View this message in context: http://old.nabble.com/Harbour-2.0.0%3A-Released-tp26895087p26906067.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] Mary Christmas

2009-12-24 Thread Rossine
Hi all, Merry Christmas to all families harbour :) Thank you for this gift that is the harbour 2.0 :) Best regards, Rossine. -- View this message in context: http://old.nabble.com/Mary-Christmas-tp26914585p26915897.html Sent from the Harbour - Dev mailing list archive at Nabble.com

[Harbour] errors with release 13584

2010-01-14 Thread Rossine
, Rossine. -- View this message in context: http://old.nabble.com/errors-with-release-13584-tp27170267p27170267.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour

  1   2   >