sample compilation error

sample compilation error

Postby Ehab Samir Aziz » Mon Jun 12, 2006 11:49 pm

the sample dbf03.prg has error of missing RDD . Can any body tell me what libraries it needs to be created from the buildhd.bat

Error: Unresolved external '_HB_FUN__ADS' referenced from E:\PROGRAMS\CLIPPER\CL
PFWH\SAMPLES\DBF03.OBJ
* There are errors
E:\programs\clipper\clpfwh\SAMPLES>
Ehab Samir Aziz
 
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Postby Antonio Linares » Tue Jun 13, 2006 7:58 am

Ehab,

Please make this change into samples\Dbf03.prg:
Code: Select all  Expand view
#ifndef __HARBOUR__
   REQUEST _ADS
#else
   REQUEST ADS
#endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41937
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Ehab Samir Aziz » Fri Jun 16, 2006 9:29 pm

Though the file is exist (Clients.dbf)
Application
===========
Path and name: E:\COMPILER\clipper\FWH\SAMPLES\dbf03.exe (32 bits)
Size: 1,230,848 bytes
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 06/17/06, 00:29:13
Error description: Error ADSCDX/5025 Open error: Clients

Stack Calls
===========
Called from: => DBUSEAREA(0)
Called from: => CLIENTSBROWSE(191)
Called from: => (b)BUILDMENU(46)
Called from: => TMENU:COMMAND(0)
Called from: => TWINDOW:COMMAND(0)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: => _FWH(0)
Called from: => WINRUN(0)
Called from: => TWINDOW:ACTIVATE(0)
Called from: => MAIN(29)
Ehab Samir Aziz
 
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Postby Antonio Linares » Sat Jun 17, 2006 11:22 am

Ehab,

5025 AE_INVALID_TABLETYPE
Advantage Error Guide

An invalid table type was specified. Valid choices are ADS_CDX, ADS_NTX or ADS_ADT. The table type must support the memo file type to be opened, if applicable. The ADS_ADT table type supports ADT tables, ADI indexes, and ADM memos. The ADS_CDX table type supports DBF tables, CDX and IDX indexes, and FPT memos. The ADS_NTX table type supports DBF tables, NTX indexes, and DBT memos.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41937
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 94 guests