Compile error = Unresolved external '_hb_storvds' ?

Compile error = Unresolved external '_hb_storvds' ?

Postby dutch » Wed Sep 09, 2009 7: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 19.01 / 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)
User avatar
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Compile error = Unresolved external '_hb_storvds' ?

Postby Antonio Linares » Wed Sep 09, 2009 8:40 am

Dutch,

Please add this code to your main PRG:
Code: Select all  Expand view

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

Re: Compile error = Unresolved external '_hb_storvds' ?

Postby dutch » Thu Sep 10, 2009 3:57 pm

Thanks, it works.
Dutch
Regards,
Dutch

FWH 19.01 / 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)
User avatar
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 74 guests