Search found 16 matches
- Sun Jun 25, 2006 8:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
- Sun Jun 25, 2006 2:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
- Sat Jun 24, 2006 1:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
- Fri Jun 23, 2006 11:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
I get the same with harbour, with xharbour I get the below: Thanks Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb_gt_GetScreenHeight' referenced from C:\XHARBOUR\LIB\R...
- Fri Jun 23, 2006 3:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
- Thu Jun 22, 2006 12:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
- Thu Jun 22, 2006 11:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Applications open a DOS box - why?
- Replies: 26
- Views: 6583
Applications open a DOS box - why?
Hi,
Just curious, why do the sample applications which come with Fivewin/xHarbour open a DOS box when executed?
Thanks
George Trojan
Just curious, why do the sample applications which come with Fivewin/xHarbour open a DOS box when executed?
Thanks
George Trojan
- Tue May 02, 2006 9:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New to FWH27 - Executing TESTBRAR.EXE Error
- Replies: 9
- Views: 2384
- Mon May 01, 2006 1:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browsing empty arrays
- Replies: 7
- Views: 3278
Thanks John, I was trying to avoid having an element in the array at the beginning. Think I may have a solution, do as you suggest and then: oAddOrder:bStart:={| |aSize(aOrder,0)} this avoids the array error and starts the browse with an empty array. I was trying to maintain code compatibility betwe...
- Mon May 01, 2006 1:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browsing empty arrays
- Replies: 7
- Views: 3278
Tried FIELDS IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][1],''),IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][2],''),; IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][3],''),IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][4],''),; IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][5],''),IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][6],'') ;...
- Mon May 01, 2006 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New to FWH27 - Executing TESTBRAR.EXE Error
- Replies: 9
- Views: 2384
- Mon May 01, 2006 11:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New to FWH27 - Executing TESTBRAR.EXE Error
- Replies: 9
- Views: 2384
- Mon May 01, 2006 11:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browsing empty arrays
- Replies: 7
- Views: 3278
Thanks for your response. That works in the sample; howevere, it doesn't work in the below: REDEFINE LISTBOX oBrwOrdr ; FIELDS aOrder[oBrwOrdr:nAt][1],aOrder[oBrwOrdr:nAt][2],; aOrder[oBrwOrdr:nAt][3],aOrder[oBrwOrdr:nAt][4],aOrder[oBrwOrdr:nAt][5],aOrder[oBrwOrdr:nAt][6] ; ID 110 OF oAddOrder ; COL...
- Sun Apr 30, 2006 12:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browsing empty arrays
- Replies: 7
- Views: 3278
Browsing empty arrays
The below works as required; however, when aData is an empty array it comes up with 1132 Error, Bound error:array access. This doesn't happen with the 16-bit FW27. Advice would be appreciated as to how this is dealt with using FWH Thanks // Browsing a two dimensions array with FiveWin powerfull TWBr...
- Sat Apr 29, 2006 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New to FWH27 - Executing TESTBRAR.EXE Error
- Replies: 9
- Views: 2384
Thanks for that, works as required. Sorry to be a pest; however, when executing TESTBRWA I get the distant below error: The reason I am running these tests is because I have a Fivewin/Clipper app which works fine with 16-bit Fw27; however, I am getting and can create similar listbox array errors wit...