After update to 8.02

Post Reply
Tevlac
Posts: 5
Joined: Wed Aug 01, 2007 6:55 am
Location: Noumea

After update to 8.02

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Tevlac
Posts: 5
Joined: Wed Aug 01, 2007 6:55 am
Location: Noumea

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply