FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour run \samples\testrpt2
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
run \samples\testrpt2
Posted: Tue Jun 14, 2011 09:22 AM

when I run \samples\testrpt2
I got error

Application

Path and name: S:\samples\testrpt2.exe (32 bits)
Size: 1,840,128 bytes
Time from start: 0 hours 0 mins 15 secs
Error occurred at: 06/14/11, 11:18:51
Error description: Error BASE/1004 Class: 'NIL' has no exported method: NHEIGHT
Args:
[ 1] = U

best regards

kajot
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: run \samples\testrpt2
Posted: Tue Jun 14, 2011 05:52 PM

Kajot,

Here it is working fine using FWH 11.05.

Please post the complete calls stack so we can check where the error is coming from, thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: run \samples\testrpt2
Posted: Thu Jun 23, 2011 12:00 PM

Application

Path and name: S:\samples\testfld2.exe (32 bits)
Size: 1,814,528 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 06/23/11, 13:59:59
Error description: Error FiveWin/3 Cannot create Dialog Box:
Resource: testfld2

Stack Calls

Called from: Source\Classes\dialog.prg => CREATEDLGERROR(562)
Called from: Source\Classes\dialog.prg => TDIALOG:ACTIVATE(292)
Called from: testfld2.prg => MAIN(39)

System

CPU type: -137429 Mhz
Hardware memory: 2048 megs

Free System resources: 90 %
GDI resources: 90 %
User resources: 90 %

Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6726)
Windows version: 5.1, Build 2600 Dodatek Service Pack 3

Windows total applications running: 0

Variables in use

Procedure Type Value
==========================
CREATEDLGERROR
Param 1: O Class: TDIALOG
Local 1: C "testfld2"
Local 2: C " "
TDIALOG:ACTIVATE
Param 1: U
Param 2: U
Param 3: U
Param 4: L .T.
Param 5: U
Param 6: L .T.
Param 7: U
Param 8: U
Param 9: U
Param 10: L .F.
Param 11: L .F.
Local 1: O Class: TDIALOG
Local 2: N 0
Local 3: U
Local 4: U
MAIN
Local 1: O Class: TDIALOG
Local 2: O Class: TFOLDER
Local 3: O Class: TFOLDER
Local 4: C " "

Linked RDDs

DBF
DBFFPT
DBFNTX
DBFBLOB

DataBases in use

Classes in use:

 1 ERROR
 2 HASHENTRY
 3 HBCLASS
 4 HBOBJECT
 5 TWINDOW
 6 TDIALOG
 7 TBRUSH
 8 TCONTROL
 9 TFOLDER
10 TFONT
11 TCOMBOBOX
12 TGET
13 GET
14 TCLIPGET
15 TBUTTON
16 TREG32

Memory Analysis

  129 Static variables

Dynamic memory consume:
Actual Value: 0 bytes
Highest Value: 0 bytes

best regards

kajot
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: run \samples\testrpt2
Posted: Thu Jun 23, 2011 03:05 PM

Again the same issue.
Please also link testfld2.rc.

Whenever you test any programs in the samples folder, please always link the corresponding rc file, it exists.

Better you go to \fwh\samples folder and then execute
buildh testfld2 (for harbour)
or
buildx testfld2 (for xharbour)

These batch files automatically link the rc files if they exist.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion