Search found 19 matches: dbgentry

Return to advanced search

FWBitmap invalid parameter

ciao a tutti, sto provando finalmente ad aggiornare le mie librerie con Fivewin 2020 e Harbour 3.0, ricompilando il mio gestionale ho il seguente errore: "FWBitmap invalid parameter" se provo a compilare l'intera applicazione con il debugger attivo (/b switch) il programma va subito in cra...
by chiaiese
Mon Dec 07, 2020 7:55 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 872

Re: Mod Harbour

ciao Massimo, Nei ritagli dei vari impegni sto cercando di capire mod_harbour, ma vedo un gran caos (almeno per me) nell'installazione. Nel download apache è installato in XAMPP directory ma mod_harbour pare lo voglia in apache24. superato questo primo step e configurato il serve riesco a fare qualc...
by damianodec
Mon Jan 27, 2020 8:32 am
 
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 7349

Re: mistake

hi, I try midnight.prg and get same erroe: Error: Unknown or unregistered symbol operation: __DBGENTRY called from: ../../../apache.prg, (b)MAIN, line: 32 called from: HB_HRBLOAD, line: 0 called from: ../../../apache.prg, EXECUTE, line: 98 called from: ../../../apache.prg, MAIN, line: 43 run debugof...
by damianodec
Mon Jan 27, 2020 7:51 am
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: mistake

Antonio Linares wrote:
Error: Unknown or unregistered symbol
operation: __DBGENTRY


you need to run samples/debugoff.prg one or two times until this error goes away


Remarkably! Many thanks:)
by MMK
Sun Nov 03, 2019 6:24 am
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: mistake

Error: Unknown or unregistered symbol
operation: __DBGENTRY


you need to run samples/debugoff.prg one or two times until this error goes away

HB_PRGFLAGS is set to -B and debugoff.prg removes this flag from the environment
by Antonio Linares
Sat Nov 02, 2019 9:12 pm
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: mistake

Windows 64 bits
Xampp . Chrome
midnight.prg

Error: Unknown or unregistered symbol
operation: __DBGENTRY
called from: ../../../apache.prg, (b)MAIN, line: 50
called from: HB_HRBLOAD, line: 0
called from: ../../../apache.prg, EXECUTE, line: 116
called from: ../../../apache.prg, MAIN, line: 61
by MMK
Fri Nov 01, 2019 2:19 pm
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1661

Re: /B Harbour Compiler option generated a unresolved external

Hi Antonio, The Tutor02 works fine. I linked gtwin.lib and added -Gn -aa linker switch as shown in BuildH.Bat. My application now shows some life but with a bunch of errors. I think it's just the switches and settings but I can't find anymore from BuildH.bat that I can copy to my .MAK file. Below ar...
by xhbcoder
Fri Dec 07, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1244

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4228

Re: _HB_FUN___DBGENTRY'

Gracias, Funciono, faltaba las librerias..
by ruben Dario
Sun Mar 25, 2012 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: _HB_FUN___DBGENTRY'
Replies: 2
Views: 763

Re: _HB_FUN___DBGENTRY'

Creo que te haces fallta:

DEBUG.LIB y VM.LIB

saludos
by karinha
Mon Mar 19, 2012 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: _HB_FUN___DBGENTRY'
Replies: 2
Views: 763

_HB_FUN___DBGENTRY'

Saludos al Forum Me da este error, estoy tratando de compilar dicho codigo con xharbour es de clipper y me da este error. _HB_FUN___DBGENTRY' Error Asi construyo el ejecutable y comipo, uso xharbour y bcc582 hbmake teste.bc C:\clipper con xharbour\tbrowse_xharbour>hbmake teste.bc C:\bcc582\BIN\il...
by ruben Dario
Mon Mar 19, 2012 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: _HB_FUN___DBGENTRY'
Replies: 2
Views: 763

Re: Nuevo AdoRDD (libre)

Me genera este Error. Al Compilar
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195)
Error: Unresolved external '_HB_FUN___DBGENTRY' referenced from
K:\PROY_HARB\ADORDD\OBJ\ACCESS1.OBJ
.

VERCE v4.5+ -> Ver Resultados de Compilación y Enlazado v4.5+

Uso FWH 8.01
by ruben Dario
Fri Apr 09, 2010 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 133027

Re: A XMLDOM simple sample

Hi, This is my simple test using XMLDOM: I have instaled Windows Server 2003 SP2 e .NET 1.0 e 2.0 and SOAP Toolkit 3.0. #include "FiveWin.ch" Function main() local RespText, objXMLHTTP oXMLDoc := TOLEAUTO():New("Microsoft.XMLDOM") // Allow...
by jose_murugosa
Thu May 29, 2008 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A XMLDOM simple sample
Replies: 9
Views: 2027

Hola,

Todas esas funciones estan contenidas dentro del archivo dbgentry.c de la libreria rtl.lib ...

Asegura que esa libreria se encuentre ahi ...

Recuerda que por el momento solo funciona con (x)Harbour, con harbour proximamente...


Saludos,

Andres Reyes
by andresreyes_mzt
Mon Jan 28, 2008 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [BETA] Depurador (x)Harbour
Replies: 12
Views: 5111

Debugger XHabrour

When i compile xbuild <program> /b I get the following error Error description: Error BASE/1132 Bound error: array access Args: [ 1] = A { ... } [ 2] = C , Stack Calls =========== Called from: tbrowse.prg => COLOR2ARRAY(3585) Called from: tbrowse.prg => (b)TBROWSE:TBROWSE(534) Called fro...
by ask
Thu Jun 21, 2007 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debugger XHabrour
Replies: 16
Views: 3368
Next

Return to advanced search