compiling... RESOLVED!!!!

User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

compiling... RESOLVED!!!!

Post by Silvio »

I compiling it bt then there is an error
ERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FRON ERRORSYS LINE 0

and in error.log

Code: Select all | Expand

Application===========   Path and name: C:\work\prg\visualfw\source\applicat.Exe (32 bits)   Size: 2,227,200 bytes   Time from start: 0 hours 0 mins 0 secs    Error occurred at: 12/03/08, 13:21:52   Error description: Error BASE/1005  Message not found: TTXTEDIT:_BMOUSEWHEELStack Calls===========   Called from: tobject.prg => TTXTEDIT:ERROR(172)   Called from: tobject.prg => TTXTEDIT:MSGNOTFOUND(205)   Called from: tobject.prg => TTXTEDIT:_BMOUSEWHEEL(0)   Called from: ttxtedit.prg => TTXTEDIT:NEW(222)   Called from: code.prg => TWNDCODE:ADDPAGE(125)   Called from: project.prg => TWNDPRJ:NEW(119)   Called from: visual.prg => TVISUALIDE:NEW(141)   Called from: visual.prg => MAIN(36)
Last edited by Silvio on Mon Dec 15, 2008 2:18 am, edited 1 time in total.
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

You have to use this Class TTxtEdit version:

www.fivetechsoft.com/files/visual/ttxtedit.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Antonio it is compiled but when i open it give me this error

ERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FROM ERRORSYS LINE 0

and then

Too many.....
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

Please review this topic regarding FWH ErrorSys:

http://forums.fivetechsoft.com/viewtopic.php?t=13343
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Antonio,
I not Have HERE the source code : I 'm out from Home
can you send me errorsys.prg to private email pls
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

It is provided in FWH/source/function/errsysw.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Antonio,
I correct errsysw.prg

Now it not run and this is the error

Code: Select all | Expand

Application===========   Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)   Size: 2,265,088 bytes   Time from start: 0 hours 0 mins 0 secs    Error occurred at: 12/06/08, 09:35:52   Error description: Error BASE/1082  Argument error: -   Args:     [   1] = U        [   2] = N   6Stack Calls===========   Called from: inspect.prg => (b)TINSPECTOR:NEW(103)   Called from: WINDOW.PRG => TINSPECTOR:RESIZE(0)   Called from: TABS.PRG => TTABS:PAINT(0)   Called from: TABS.PRG => TTABS:DISPLAY(0)   Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)   Called from: TABS.PRG => TTABS:HANDLEEVENT(0)   Called from: WINDOW.PRG => _FWH(0)   Called from:  => DIALOGBOXINDIRECT(0)   Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)   Called from: errsysw.prg => ERRORDIALOG(353)   Called from: errsysw.prg => (b)ERRORSYS(28)   Called from: TABS.PRG => TTABS:PAINTTAB(0)   Called from: TABS.PRG => TTABS:PAINT(0)   Called from: TABS.PRG => TTABS:DISPLAY(0)   Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)   Called from: TABS.PRG => TTABS:HANDLEEVENT(0)   Called from: WINDOW.PRG => _FWH(0)   Called from:  => DIALOGBOXINDIRECT(0)   Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)   Called from: errsysw.prg => ERRORDIALOG(353)   Called from: errsysw.prg => (b)ERRORSYS(28)   Called from: tobject.prg => TTXTEDIT:ERROR(172)   Called from: tobject.prg => TTXTEDIT:MSGNOTFOUND(205)   Called from: tobject.prg => TTXTEDIT:_BMOUSEWHEEL(0)   Called from: ttxtedit.prg => TTXTEDIT:NEW(222)   Called from: code.prg => TWNDCODE:ADDPAGE(125)   Called from: project.prg => TWNDPRJ:NEW(119)   Called from: visual.prg => TVISUALIDE:NEW(141)   Called from: visual.prg => MAIN(36)
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

You have to add DATA bMouseWheel to Class TWindow.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Made also !!!

but ...
Last edited by Silvio on Sat Dec 06, 2008 11:16 am, edited 1 time in total.
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Made also !!!

but ...

Code: Select all | Expand

Application===========   Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)   Size: 2,268,672 bytes   Time from start: 0 hours 0 mins 0 secs    Error occurred at: 12/06/08, 12:02:50   Error description: Error BASE/1082  Argument error: -   Args:     [   1] = U        [   2] = N   6Stack Calls===========   Called from: inspect.prg => (b)TINSPECTOR:NEW(103)   Called from: window.prg => TINSPECTOR:RESIZE(2057)   Called from: TABS.PRG => TTABS:PAINT(0)   Called from: TABS.PRG => TTABS:DISPLAY(0)   Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)   Called from: TABS.PRG => TTABS:HANDLEEVENT(0)   Called from: window.prg => _FWH(3252)   Called from:  => DIALOGBOXINDIRECT(0)   Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)   Called from: errsysw.prg => ERRORDIALOG(353)   Called from: errsysw.prg => (b)ERRORSYS(28)   Called from: tobject.prg => TDESIGNER:ERROR(172)   Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205)   Called from: tobject.prg => TDESIGNER:DEFAULT(0)   Called from: design.prg => TDESIGNER:NEW(117)   Called from: project.prg => TWNDPRJ:NEWFORM(324)   Called from: visual.prg => TVISUALIDE:NEWFORM(428)   Called from: visual.prg => TVISUALIDE:NEW(145)   Called from: visual.prg => MAIN(36)










When I click quit from this ERROR

I SEE two WINDOW on desktop of my pc

INSPECTOR WINDOW AND EDITOR WINDOW

I CANNOT SEE the MAIN PROGRAM WINDOW
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

It seems as the error comes from here:

Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205)
Called from: tobject.prg => TDESIGNER:DEFAULT(0)

Please compile with line numbers info, and check the error again.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I saver for you compiling lines

Code: Select all | Expand

Progetto: VisualFW, Ambiente: xFiveWin:[1]:Harbour.Exe visual.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\visual.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'visual.prg'...Lines 720, Functions/Procedures 21Generating C source output to 'Obj\visual.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\visual.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\visual.c:[1]:Harbour.Exe applicat.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\applicat.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'applicat.prg'...Lines 77, Functions/Procedures 4Generating C source output to 'Obj\applicat.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\applicat.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\applicat.c:[1]:Harbour.Exe code.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\code.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'code.prg'...Lines 312, Functions/Procedures 10Generating C source output to 'Obj\code.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\code.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\code.c:[1]:Harbour.Exe database.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\database.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'database.prg'...Lines 502, Functions/Procedures 16Generating C source output to 'Obj\database.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\database.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\database.c:[1]:Harbour.Exe debug.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\debug.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'debug.prg'...Lines 67, Functions/Procedures 2Generating C source output to 'Obj\debug.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\debug.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\debug.c:[1]:Harbour.Exe design.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\design.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'design.prg'...Lines 623, Functions/Procedures 20Generating C source output to 'Obj\design.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\design.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\design.c:[1]:Harbour.Exe index.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\index.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'index.prg'...Lines 92, Functions/Procedures 3Generating C source output to 'Obj\index.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\index.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\index.c:[1]:Harbour.Exe inspect.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\inspect.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'inspect.prg'...Lines 465, Functions/Procedures 16Generating C source output to 'Obj\inspect.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\inspect.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\inspect.c:[1]:Harbour.Exe menu.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\menu.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'menu.prg'...Lines 186, Functions/Procedures 5Generating C source output to 'Obj\menu.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\menu.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\menu.c:[1]:Harbour.Exe program.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\program.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'program.prg'...Lines 182, Functions/Procedures 4Generating C source output to 'Obj\program.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\program.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\program.c:[1]:Harbour.Exe project.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\project.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'project.prg'...Lines 727, Functions/Procedures 18Generating C source output to 'Obj\project.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\project.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\project.c:[1]:Harbour.Exe record.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\record.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'record.prg'...Lines 72, Functions/Procedures 3Generating C source output to 'Obj\record.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\record.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\record.c:[1]:Harbour.Exe rep.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\rep.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'rep.prg'...Lines 25, Functions/Procedures 1Generating C source output to 'Obj\rep.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\rep.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\rep.c:[1]:Harbour.Exe report.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\report.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'report.prg'...Lines 38, Functions/Procedures 2Generating C source output to 'Obj\report.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\report.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\report.c:[1]:Harbour.Exe resource.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\resource.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'resource.prg'...Lines 133, Functions/Procedures 5Generating C source output to 'Obj\resource.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\resource.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\resource.c:[1]:Harbour.Exe toolbar.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\toolbar.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'toolbar.prg'...Lines 704, Functions/Procedures 34Generating C source output to 'Obj\toolbar.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\toolbar.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\toolbar.c:[1]:Harbour.Exe tools.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\tools.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'tools.prg'...Lines 172, Functions/Procedures 5Generating C source output to 'Obj\tools.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\tools.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\tools.c:[1]:Harbour.Exe C:\work\FWH\source\function\valblank.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\valblank.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\FWH\source\function\valblank.prg'...Lines 276, Functions/Procedures 9Generating C source output to 'Obj\valblank.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\valblank.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\valblank.c:[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj ftext.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borlandftext.c:[1]:Harbour.Exe ttxtedit.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttxtedit.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'ttxtedit.prg'...Lines 1601, Functions/Procedures 54Generating C source output to 'Obj\ttxtedit.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\ttxtedit.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\ttxtedit.c:[1]:Brc32.Exe -r  -fosource\Resource\VF.Res  VF.RCBorland Resource Compiler  Version 5.40Copyright (c) 1990, 1999 Inprise Corporation.  All rights reserved.[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\treeitem.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\treeitem.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\LIB_32\xbrowse3\treeitem.prg'...Lines 253, Functions/Procedures 11Generating C source output to 'Obj\treeitem.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\treeitem.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\treeitem.c:[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\trees.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\trees.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\LIB_32\xbrowse3\trees.prg'...Lines 188, Functions/Procedures 5Generating C source output to 'Obj\trees.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\trees.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\trees.c:[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\ttreevie.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttreevie.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\LIB_32\xbrowse3\ttreevie.prg'...Lines 296, Functions/Procedures 11Generating C source output to 'Obj\ttreevie.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\ttreevie.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\ttreevie.c:[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\xbrowse3.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\xbrowse3.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\LIB_32\xbrowse3\xbrowse3.prg'...Lines 8194, Functions/Procedures 165Generating C source output to 'Obj\xbrowse3.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\xbrowse3.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\xbrowse3.c:[1]:Harbour.Exe C:\work\FWH\source\function\errsysw.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\errsysw.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\FWH\source\function\errsysw.prg'...Lines 460, Functions/Procedures 7Generating C source output to 'Obj\errsysw.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\errsysw.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\errsysw.c:[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj C:\work\errori\xbra\gradient.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandC:\work\errori\xbra\gradient.c:Warning W8004 C:\work\errori\xbra\gradient.c 50: 'nRight' is assigned a value that is never used in function GradientFill0Warning W8004 C:\work\errori\xbra\gradient.c 48: 'nBottom' is assigned a value that is never used in function GradientFill0Warning W8004 C:\work\errori\xbra\gradient.c 204: 'bRes' is assigned a value that is never used in function DrawAlphaTransparentBitmap[1]:Harbour.Exe C:\work\FWH\source\classes\window.prg  /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\window.cxHarbour Compiler build 0.99.71 (SimpLex)Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/Compiling 'C:\work\FWH\source\classes\window.prg'...Lines 3397, Functions/Procedures 100Generating C source output to 'Obj\window.c'...Done.[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj Obj\window.cBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 BorlandObj\window.c:[1]:iLink32.Exe -Gn -aa -Tpe -s @VisualFW.bclTurbo Incremental Link 5.00 Copyright (c) 1997, 2000 BorlandDuplicate resource:  Type 10 (RCDATA), ID DVCLAL; File TMP1.$$$ resource kept; file C:\WORK\PRG\VISUALFW\SOURCE\RESOURCE\VF.RES resource discarded.Comando utente:[1]:c:\work\bin\compress.bat C:\work\prg\visualfw\source\VisualFW.ExeC:\work\prg\visualfw\source>d:\aspack\aspack C:\work\prg\visualfw\source\VisualFW.Exe /R+ /D+ /B- /Q 
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I correct one error
I 'm compiling also visual.ch


BUT Now it make this error

Application
===========
Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,226,688 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/06/08, 13:18:00
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = C N/W

Stack Calls
===========
Called from: window.prg => TWINDOW:NEW(723)
Called from: applicat.prg => TWNDAPP:NEW(46)
Called from: applicat.prg => APPLICATION(14)
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 42729
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
Contact:

Post by Antonio Linares »

Silvio,

What source code do you have here ?

Called from: window.prg => TWINDOW:NEW(723)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Sorry Antonio,

I saw on 723
there is this line
if nStyle == 0
nStyle = nOr( WS_CLIPCHILDREN,;
If( cBorder == "NONE", WS_POPUP, 0 ),;
If( cBorder == "SINGLE", WS_THICKFRAME, 0 ),;
If( lCaption, WS_CAPTION, 0 ),;
If( lSysMenu .and. lCaption, WS_SYSMENU, 0 ),;
If( lMin .and. lCaption, WS_MINIMIZEBOX, 0 ),;
If( lMax .and. lCaption, WS_MAXIMIZEBOX, 0 ),;
If( lVScroll, WS_VSCROLL, 0 ),;
If( lHScroll, WS_HSCROLL, 0 ) )
endif
Best Regards, Saludos

Falconi Silvio
Post Reply