Search found 20 matches: dyns

Return to advanced search

You have to link in (till new version from xharbour) :


#pragma begindump
#include "hbapi.h"
HB_EXPORT PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}
#pragma enddump
by Frank Demont
Mon Mar 06, 2006 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: Antonio and FWH 2.7 + xHB Comercial users
Replies: 3
Views: 1118

Richard, In the past two months there have been several changes in Harbour/xHarbour that required to modify FWH. The first one was related with _hb_stack that can no longer be used. The second one was with the PHB_ITEM that can not be directly managed (as a pointer to a structure). It was not FWH d...
by Richard Chidiak
Sun Mar 05, 2006 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xhb February and latest fwh
Replies: 4
Views: 2024

Dear Antonio, Thanks per Help make My DLL to Xharbour, But Now i Have Other Problem.. My Dll its OK TO , Cobol , DELPHI , VB , But to Using Xharbour Calling Don´t RUN. Do You Know Why? i make My DLL With macrocall.c ************************************************* #define HB_OS_WIN_32_USED #include...
by mauricioajordao
Thu Mar 02, 2006 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How create DLL With XHARBOUR
Replies: 27
Views: 16247

Meanwhile xHB does not release a new build, there is a workaround to fix it. Please add this function to your app:

#pragma BEGINDUMP

#include "hbapi.h"
#include "hbapiitm.h"

PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}

#pragma ENDDUMP
by Antonio Linares
Thu Feb 09, 2006 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External Symbol _hb_dynsymSymbol
Replies: 9
Views: 2844

Hi Ask, It seems i already included RTL.LIB, any other suggestions? Thanks, John. As i can see createobject function is inside win32ole.prg that is in rtl.lib .I work with xharbour and all is fine (if you use harbour try to change it to xharbour) . I use sendmail a long time now and works perfectly...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 14142
Previous

Return to advanced search