FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Compile error = Unresolved external '_hb_storvds' ?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Compile error = Unresolved external '_hb_storvds' ?
Posted: Wed Sep 09, 2009 07:54 AM

Dear All,

I've got error while compile with new 9.08.

Error: Unresolved external '_hb_storvds' referenced from D:\FWH\LIB\FIVEHC.LIB|FILES

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Compile error = Unresolved external '_hb_storvds' ?
Posted: Wed Sep 09, 2009 08:40 AM
Dutch,

Please add this code to your main PRG:
Code (fw): Select all Collapse
#pragma BEGINDUMP

void   hb_stords( const char * szDate, int iParam, ... );

void hb_storvds( char * szDate, int iParam, int iIndex )
{
   hb_stords( szDate, iParam, iIndex );
}     

#pragma ENDDUMP

It will be added to next FWH 9.09 build :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Compile error = Unresolved external '_hb_storvds' ?
Posted: Thu Sep 10, 2009 03:57 PM

Thanks, it works.
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion