FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with UESTUDIO X FWDBG X SQL.LIB
Posts: 8
Joined: Sat Jan 19, 2008 03:38 PM

Problem with UESTUDIO X FWDBG X SQL.LIB

Posted: Wed Oct 31, 2012 06:39 PM

I'm using xHb/BCC582/FWH1202 with UEStudio, I'm having the following problem I removed the / b option to not use the debbug compiling, so that the FWDbg trying to debug SQL.LIB (SQLRDD) understanding that it was compiled with / b. Except that we do not have the sources to recompile it. The question is, is there a way to make the debug ignore this LIB

Thank you for your attention.


Estoy usando xHB/BCC582/FWH1202 com UESTUDIO, tengo el siguiente problema He quitado la opci贸n /b para no utilizar el debbug compilaci贸n, de modo que el FWdg tratando de depurar SQL.LIB (SQLRDD) la comprensi贸n de que se compil贸 com /b. S贸lo que no tenemos las fuentes para recompilar. La pregunta es, 驴hay alguna manera de hacer la depuraci贸n ignorar esta LIB.

Gracias por su atenci贸n

Posts: 8
Joined: Sat Jan 19, 2008 03:38 PM

Re: Problem with UESTUDIO X FWDBG X SQL.LIB

Posted: Mon Nov 19, 2012 12:43 PM

Anyone have any tips ! Maestro Linhares can help me ?

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM

Re: Problem with UESTUDIO X FWDBG X SQL.LIB

Posted: Tue Nov 27, 2012 08:46 AM
Monteiro

Can u try this code at begining of app ? / Prueba de poner este codigo en el programa

Code (fw): Select all Collapse
#define HB_DBG_GETENTRY 聽 聽 聽 6 聽// initialize C __dbgEntry function pointer 

*---------------------------
FUNCTION __dbgEntry( nMode )
*---------------------------

聽 聽DO CASE

聽 聽 聽 聽CASE nMode == HB_DBG_GETENTRY ; __dbgSetEntry()

聽 聽ENDCASE

RETU NIL
Salutacions, saludos, regards

"...programar es f谩cil, hacer programas es dif铆cil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix

Continue the discussion