FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour After update to 8.02
Posts: 5
Joined: Wed Aug 01, 2007 06:55 AM
After update to 8.02
Posted: Thu Mar 06, 2008 05:46 AM

Antonio,
I have this error at the opening, after update to version 8.02

Error BASE/1004 No exported method: GENCODE
Application
===========
Path and name: C:\DEV\facture\facture.Exe (32 bits)
Size: 1,963,520 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 03/06/08, 15:22:13
Error description: Error BASE/1004 No exported method: GENCODE
Args:
[ 1] = U

Stack Calls

Called from GENCODE(0)
Called from ERRORDIALOG(55)
Called from (b)ERRORSYS(28)
Called from THROW(77)

System

BCC,Harbour,fivewin 8.02

Patrick Chalvet

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
After update to 8.02
Posted: Thu Mar 06, 2008 10:40 AM

Patrick,

What source code do you have at line 77 (and some lines before and after) ?

Do you use a modified errorsys of your own ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 5
Joined: Wed Aug 01, 2007 06:55 AM
After update to 8.02
Posted: Fri Mar 07, 2008 04:12 AM

Is version 8.02 working with last Harbour CVS?

Throw() is a function of toleauto.

I install harbour from your site, the source compile Ok but no window open when i start the exe. It just stay in memory

Patrick

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
After update to 8.02
Posted: Fri Mar 07, 2008 09:37 AM

Patrick,

You have to link gtgui.lib instead of gtwin.lib

Please try to build samples/tutor02.prg and see if it works for you.

If you show me your code around line 77 we may locate what is wrong, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion