Hi All
I have compiled the touch.prg but whn I try to run the program I get the following error.
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 08/06/14, 17:31:21
Error description: Error BASE/1004 Message not found: TBTNFLAT:DEFCONTROL
Args:
[ 1] = O TBTNFLAT
Using FWH14.4 Harbour 3.2 MSVC
Regards
Colin
Touch Program
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Touch Program
Colin,
Do you use a modified dialog.prg ?
Please check that inside dialog.prg you have the METHOD DefControl(), thanks
Do you use a modified dialog.prg ?
Please check that inside dialog.prg you have the METHOD DefControl(), thanks
-
- Posts: 310
- Joined: Mon Oct 10, 2005 5:10 am
Re: Touch Program
Hi Antonio
I have not modified any dialog.prg - I have only compiled the touch program that comes with FWH 14.04
Regards
Colin
I have not modified any dialog.prg - I have only compiled the touch program that comes with FWH 14.04
Regards
Colin
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Touch Program
Colin,
In Class TBtnFlat line 83 please comment this line:
// oWnd := Self
that should solve the error. Anyhow I have just been comparing Class TBtnFlat and others related to touch.prg example, and there are lots of changes between version 14.04 and 14.07, so if you plan to use touch.prg source code, then you should consider to upgrade to FWH 14.07, thanks
In Class TBtnFlat line 83 please comment this line:
// oWnd := Self
that should solve the error. Anyhow I have just been comparing Class TBtnFlat and others related to touch.prg example, and there are lots of changes between version 14.04 and 14.07, so if you plan to use touch.prg source code, then you should consider to upgrade to FWH 14.07, thanks