thanks for reply antonio,
i have already use a more recent xharbour version,but i have an error like "pcode" version is holder than version of xharbour. when i try to compile other program with fhw + xharbour is all ok,and program start. specifically in this program i must to test the velocity ...
Search found 34 matches
- Wed May 18, 2011 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: program is too much for memory
- Replies: 2
- Views: 606
- Tue May 17, 2011 5:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: program is too much for memory
- Replies: 2
- Views: 606
program is too much for memory
hi at all,
I'm trying xHarbour + fivewin 6.12.when compile everything is ok, but when lanch the executable program gives me an error message "the program is too large for memory. ". compiling other sample programs, everything works without error. if i compiling the program with harbour + fivewin 6 ...
I'm trying xHarbour + fivewin 6.12.when compile everything is ok, but when lanch the executable program gives me an error message "the program is too large for memory. ". compiling other sample programs, everything works without error. if i compiling the program with harbour + fivewin 6 ...
- Mon Apr 11, 2011 4:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: mask dialog not displayed [solved]
- Replies: 2
- Views: 545
Re: mask dialog not displayed
Thanks Enrico,i have change control to "SysTabControl32" and it's all ok.Problem solved !
- Thu Apr 07, 2011 12:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: mask dialog not displayed [solved]
- Replies: 2
- Views: 545
mask dialog not displayed [solved]
Hi at all.
In the project with clipper 5.2 + FHW 1.98 , the dialogs mask are correctly diplayed :
m
after compiling with Harbour and FHW i have this situation :
m
the code of dialogs is this :
if !lPreventivo REDEFINE FOLDER oFld ID 110 OF oDlg; PROMPT "&Testa", "&Corpo"; DIALOGS "EDIT_ORD1 ...
In the project with clipper 5.2 + FHW 1.98 , the dialogs mask are correctly diplayed :
m
after compiling with Harbour and FHW i have this situation :
m
the code of dialogs is this :
if !lPreventivo REDEFINE FOLDER oFld ID 110 OF oDlg; PROMPT "&Testa", "&Corpo"; DIALOGS "EDIT_ORD1 ...
- Mon Apr 04, 2011 5:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
while debug program,i have understund that error is in function ascan,infact nPos assumed numeric value here while it should be a character.the parameter of ascan are right?
******************************************************************************/function SettaCombo() ...
******************************************************************************/function SettaCombo() ...
- Mon Apr 04, 2011 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
thanks all. I have find the error : the code is correct,but the var mTipoDoc is use by the function SettaCombo()
******************************************************************************/function SettaCombo()   ...
******************************************************************************/function SettaCombo()   ...
- Thu Mar 31, 2011 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
mTipoDoc contains correctly one string of char, var mDocFat contains correctly first two char of mTipoDoc,so the fuction left() work...but errorlog show that the error is in fuction left().Maybe a bug?
******************************************************************************/function ...
******************************************************************************/function ...
- Thu Mar 31, 2011 3:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
mTipoDoc show first "C" and for second "N" with two different Dialog Box.This means that mTipoDoc must be pass at the second parameter of left()?
- Wed Mar 30, 2011 4:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
thanks for the reply Enrico. mTipoDoc show "C" and "N"...so it is assinged and declared right?
- Tue Mar 29, 2011 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Re: Error base 1124 : Argument LEFT
Sorry for the late reply.i have check type mTipoDoc,and i think that is all ok :
//******************************************************************************/function fEditFattura(lAppend)//******************************************************************************/   ...
//******************************************************************************/function fEditFattura(lAppend)//******************************************************************************/   ...
- Fri Feb 18, 2011 4:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error base 1124 : Argument LEFT
- Replies: 12
- Views: 3236
Error base 1124 : Argument LEFT
Hi at all,
after completing the program, when I tried to select an item in the dropdown menu, I got this error back.
Error description: Error BASE/1124 Argument error: LEFT Args: [ 1] = N 1 [ 2] = N   ...
after completing the program, when I tried to select an item in the dropdown menu, I got this error back.
Error description: Error BASE/1124 Argument error: LEFT Args: [ 1] = N 1 [ 2] = N   ...
- Wed Feb 09, 2011 11:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error BASE/1081 Argument error: +
- Replies: 1
- Views: 1755
Error BASE/1081 Argument error: +
hi at all,
i must to compiling my app write in clipper/fwh 1.95 with harbour and fwh 6.12,but have some error :
Error description: Error BASE/1081 Argument error: + Args: [ 1] = N 0 [ 2] = N 15Stack Calls=========== Called from: => (b)DEFAULT(0) Called from: => AEVAL ...
i must to compiling my app write in clipper/fwh 1.95 with harbour and fwh 6.12,but have some error :
Error description: Error BASE/1081 Argument error: + Args: [ 1] = N 0 [ 2] = N 15Stack Calls=========== Called from: => (b)DEFAULT(0) Called from: => AEVAL ...
- Wed Feb 09, 2011 11:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
- Replies: 10
- Views: 5896
Re: Error FiveWin/3 Cannot create Dialog Box [Solved]
thanks a lot,i have solved problem. i replace the borland controll with a controll "button".tanks
- Sun Feb 06, 2011 4:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
- Replies: 10
- Views: 5896
Re: Error FiveWin/3 Cannot create Dialog Box
yes,but when i delete borland control it give an error when compile .rc file :
Error WINRIC.RC 33 30: Expecting class name or ID
i have added in main.prg the command :
local hBorland := LoadLibrary( "BWCC32.dll" )SET RESOURCES TO "bwcc32.dll"BWCCRegister(GetResources() ...
Error WINRIC.RC 33 30: Expecting class name or ID
i have added in main.prg the command :
local hBorland := LoadLibrary( "BWCC32.dll" )SET RESOURCES TO "bwcc32.dll"BWCCRegister(GetResources() ...
- Fri Feb 04, 2011 6:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
- Replies: 10
- Views: 5896
Re: Error FiveWin/3 Cannot create Dialog Box
Rick ,
a little part of my .rc file is :
AZIENDA_DATA DIALOG DISCARDABLE 0, 0, 271, 97
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION| 0x4
CAPTION "AZIENDA E DATA"
FONT 8, "MS Sans Serif"
BEGIN
EDITTEXT 1003,56,8,208,13,ES_AUTOHSCROLL | NOT WS_TABSTOP
PUSHBUTTON "&Azienda ->",1004,4,26 ...
a little part of my .rc file is :
AZIENDA_DATA DIALOG DISCARDABLE 0, 0, 271, 97
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION| 0x4
CAPTION "AZIENDA E DATA"
FONT 8, "MS Sans Serif"
BEGIN
EDITTEXT 1003,56,8,208,13,ES_AUTOHSCROLL | NOT WS_TABSTOP
PUSHBUTTON "&Azienda ->",1004,4,26 ...