Search found 27 matches: symb

Return to advanced search

Re: CodeBlock

Dear Ari, In harbour/include/hbapi.h you find this: https://github.com/harbour/core/blob/master/include/hbapi.h typedef struct _HB_CODEBLOCK { const HB_BYTE * pCode; /* codeblock pcode */ PHB_SYMB pSymbols; /* codeblocks symbols */ PHB_SYMB pDefSymb; /* symbol where the codeblock was cre...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 276

Re: evaluar algo de harbour en c.

/* static PHB_SYMB pSymbol = NULL; if( ! pSymbol ) pSymbol = hb_dynsymSymbol( hb_dynsymGet( "OBTNEVENTS" ) ); if( pSymbol ) { hb_vmPushSymbol( pSymbol ); hb_vmPushNil(); hb_vmPushNumInt( ( LONG_PTR ) hButton ); hb_vmPushLong( Msg ); hb_vmPushNumInt( wParam ); hb_vmPushNumInt( lParam ); hb...
by carlos vargas
Thu Dec 06, 2018 11:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: evaluar algo de harbour en c.
Replies: 7
Views: 1267

Re: Error E0047 Code block contains both macro and declared symb

Questo compila regolarmente: FUNCTION MAIN()    LOCAL nRet    DbEval( {|| nRet ++ }, {|| .not. Deleted() } )    RETURN NIL Come faccio a riprodurre il problema? Nessuna delle mie applicazioni dà quell'errore compilandole. Dev'...
by Enrico Maria Giordano
Sat Sep 17, 2016 9:28 am
 
Forum: All products support
Topic: Error E0047 Code block contains both macro and declared symb
Replies: 1
Views: 713

Re: Error E0047 Code Both block contains macro and declared symb

This compiles fine here:

Code: Select all  Expand view
FUNCTION MAIN()

    LOCAL nRet

    DbEval( {|| nRet ++ }, {|| .not. Deleted() } )

    RETURN NIL


EMG
by Enrico Maria Giordano
Sat Sep 17, 2016 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E0047 Code Both block contains macro and declared symb
Replies: 2
Views: 445

Error E0047 Code Both block contains macro and declared symb

Hello everyone Has anyone solved the following compilation error in xHarbour: Error E0047 Code Both block contains macro and declared symbol I tried to get the line that produces the error in a small test program DbEval( {|| nRet ++ }, {|| .not. Deleted() } ) but in that case the compilation is succ...
by mauri.menabue
Sat Sep 17, 2016 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E0047 Code Both block contains macro and declared symb
Replies: 2
Views: 445

Error E0047 Code block contains both macro and declared symb

Salve a tutti Qualcuno ha risolto il seguente errore di compilazione in xHarbour : Error E0047 Code block contains both macro and declared symbol ho tentato di riportare la riga che genera l'errore in un piccolo programma di prova DbEval( {|| nRet ++ }, {|| .not. Deleted() } ) e li la riga e' compil...
by mauri.menabue
Sat Sep 17, 2016 7:22 am
 
Forum: All products support
Topic: Error E0047 Code block contains both macro and declared symb
Replies: 1
Views: 713

Re: Address of Function in My EXE

I tried this but it caused a GPF. exe map file shows the c-function is there: 0001:000008A8 _HB_FUN_FUNPTR calling convention from my Harbour source code is: PROCADDR := FUNPTR( '_HB_FUN_SSL_EVENTS' ) ===> GPF PROCADDR := FUNPTR( 'SSL_EVENTS' ) ===> GPF Lwinapi.c source code // ***************...
by don lowenstein
Tue Apr 02, 2013 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Address of Function in My EXE
Replies: 4
Views: 936

Re: he conseguido un iphone

Mastintin, el primer problema que me encuentro es que me instala la plantilla en la carpeta manuel, yo he copiado estas carpetas a las mias en mi usuario-Libreria- etc... y ya he logrado que me aparezca la plantilla en xCode, pero cuando añado tutor02.prg y compilo me sale los siguientes errores Bui...
by softruz
Mon Dec 13, 2010 10:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129700

Error al hacer make fivephone

Muy buenas, por fin tengo un Hackintosh en mi PC, quien quiera le doy informacion de como instalarlo, bueno entonces ya empiezo a querer generar aplicaciones para el iPhone, he seguido algunos pasos pero me he quedado atascado: 1- Me he creado una carpeta llamada harbour y alli he metido - harbour -...
by softruz
Mon Dec 06, 2010 10:56 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 129700

Ok, Antonio Hare lo que me dices y publico como me fue, los tests de la carpeta C:\FWH\SAMPLES corrieron agregandole el codigo que me diste : #pragma BEGINDUMP #define _HB_API_INTERNAL_ #include <hbapi.h> #include <hbapiitm.h> PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) { return pDynSym...
by LuisPonce
Thu Oct 09, 2008 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Compilacion o Enlazado ?
Replies: 14
Views: 3687

WBROWSE DE HERNAN CON VERCE 5.1

Solicito su ayuda para generar libreria del wbrowse de Hernan Hago lo siguiente: UTLIZO VERCE 5.1 Y LE DOY LOS SIGUIENTES PARAMETROS PROGRAMAS (PRG ) C:\HBROWSE\PRUEBA\WBROWSE.PRG C:\HBROWSE\PRUEBA\TMULTISE.PRG ARCHIVOS (C) C:\HBROWSE\PRUEBA\WBRWLINE.C PARAMETROS DE COMPILACION BCC32=/c /O2 ILINK1=/...
by Marco Augusto
Sat Nov 03, 2007 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WBROWSE DE HERNAN CON VERCE 5.1
Replies: 4
Views: 1063

Antonio. Solamente tengo un PRG y es el menu principal con unos botones, no estoy utilizando nada mas, He configurado el verce a xharbour que vino con Fwh10 Este es todo lo que quiero compilar de momento: //---------------------------------------------------------------------------// // // Function....
by jmua
Fri Nov 02, 2007 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en FWH10
Replies: 9
Views: 1401

Para Antonio Linares

Antonio no FWH2.5 eu utilizava as linhas abaixo, no fwh7.01 ainda preciso usa-las?

#pragma BEGINDUMP
#include "hbapi.h"
#include "hbapiitm.h"
PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}
#pragma ENDDUMP


Aokisantos
by AOKISANTOS
Sat Mar 24, 2007 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares
Replies: 2
Views: 758

antonio

Antonio, imagino que elas sejam da CLASSE IMAGE (FREEIMAGE.DLL) Eu tinhas o arquivo FREEIMAG.DLL na pasta do meu sistema, percebi que na pasta do FWH71 tem FREEIMAGE.DLL, mudei mais mesmo assim esta dando o erro. Antonio sera que é alguma dessas configurações: hBor := Loadlib32("Bwcc32.dll") BwccReg...
by AOKISANTOS
Thu Mar 15, 2007 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, Called from CALLDLL(0)
Replies: 3
Views: 1028
Next

Return to advanced search