Page 1 of 1

After update to 8.02

Posted: Thu Mar 06, 2008 5:46 am
by Tevlac
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

Posted: Thu Mar 06, 2008 10:40 am
by Antonio Linares
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 ?

Posted: Fri Mar 07, 2008 4:12 am
by Tevlac
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

Posted: Fri Mar 07, 2008 9:37 am
by Antonio Linares
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