Search found 29 matches: tracing

Return to advanced search

Re: FTP Upload works at home Not at work

... The tracert command is not directly used to check FTP connectivity. However, you can use it to check the network connectivity to an FTP server by tracing the route to the server's IP address or domain name. This can help identify any network hops or issues along the way. To use tracert to check ...
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 428

Re: how to DEBUG FiveWin ?

Jimmy

Debug is a very handy tool to have .. you can debug also and trap values at runtime with Msginfo() .. you can easily evaluate memory variables, module tracing, etc ....

Rick Lipkin
by Rick Lipkin
Mon Jul 25, 2022 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to DEBUG FiveWin ?
Replies: 12
Views: 703

Re: help on a GPF situation

https://github.com/harbour/core/blob/master/doc/tracing.txt INTRODUCTION ============ This file explains how to enable tracing in Harbour. TRACING ======= Harbour implements tracing by adding calls to the following macro in the C code: HB_TRACE( ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3363

Re: Editsource() Problem

... of the files listed in our .hbp file. I was able to track this difference by comparing the .map file generated by both building processes and by tracing it in .hbp files. We suspect that this difference between building processes are changing the priority of our overwritten methods. I don't really ...
by ricbarraes
Mon Jun 15, 2020 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5256

Re: Editsource() Problem

... of the files listed in our .hbp file. I was able to track this difference by comparing the .map file generated by both building processes and by tracing it in .hbp files. We suspect that this difference between building processes are changing the priority of our overwritten methods. I don't really ...
by ricbarraes
Mon Jun 08, 2020 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5256

ayuda construccion de xharbour desde svn

estimado estoy intentando construir xharbour ultima versión con la particularidad que deseo que la opción
memory tracing and statistics este en off.

noten que he agregado HB_FM_STATISTICS_OFF a la definicio y aun asi esta en on.

Image
by carlos vargas
Wed Feb 04, 2015 2:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda construccion de xharbour desde svn
Replies: 5
Views: 894

Ayuda ante un GPF

Estoy buscando un ejemplo de uso de __TracePrgCalls( .T. ) pues como se comenta en la documentación: * Once the tracing decribed below is turned on, you can call this * in a PRG to trace PRG-level function calls: * * __TRACEPRGCALLS( <lOnOff> ) --> <lOldValue> * ...
by Antonio Linares
Fri Oct 25, 2013 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda ante un GPF
Replies: 2
Views: 514

help on a GPF situation

I am looking for a working example using __TracePrgCalls( .T. ) as per the docs: * Once the tracing decribed below is turned on, you can call this * in a PRG to trace PRG-level function calls: * * __TRACEPRGCALLS( <lOnOff> ) --> <lOldValue> * * It turns ...
by Antonio Linares
Fri Oct 25, 2013 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3363

Re: MSVS 2012

... rooted as numeric and others as char which make them hardly useable expecting an event "DblClick" we get a numeric value dbwin32 is only tracing numeric events , string events are shown in dbwin32 as event -1 instead of 50 for example we should see "DoRetrieveDayEvents" Hth ...
by Richard Chidiak
Wed May 22, 2013 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15060

Re: UESTUDIO

Inside Windows Debugging: A Practical Guide to Debugging and Tracing Strategies in Windows By Tarik Soulami
2012 | 592 Pages | ISBN: 0735662789
by Andrés González
Tue Jul 10, 2012 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UESTUDIO
Replies: 16
Views: 4103

Error an agregar registros en MySql

Hola :D despues de pelearme por dias con la perdida de registros al subir de DBF a MySql con TMySql, ayer me puse a hacer un tracing de por donde se perdia el hilo y es al agregar mas de 20 registros. // el ejemplo no es dbf, pero hace lo mismo, es solo para explicar como lo hago nContador ...
by Mauricio
Thu Dec 03, 2009 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error an agregar registros en MySql
Replies: 9
Views: 940

Re: About : tracing GDI resources

Uwe,

Many thanks for your great feedback :-)
by Antonio Linares
Wed Nov 25, 2009 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1818

Re: About : tracing GDI resources

Antonio, Thank You very much. The Change works perfect. The Folder-Tab BMP's are not counted anymore. I still added a Main-Dialog-Counter. Brushes are excluded from the 1. Browser. Í'm working on a Solution, to show them inside a extra Browser. http://www.pflegeplus.com/pictures/Foldtest...
by ukoenig
Tue Nov 24, 2009 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1818

Re: About : tracing GDI resources

Uwe,

Please modify Class TFolder Method Destroy() this way:
Code: Select all  Expand view
METHOD Destroy() CLASS TFolder

   ...

   if ::oImageList != nil
      ::oImageList:End()
   endif  

return Super:Destroy()
 

That should solve it :-)
by Antonio Linares
Tue Nov 24, 2009 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1818

Re: About : tracing GDI resources

There is still one Question about the BMP'S, defined for Folder-Tabs. After reopening a Dialog I can see, the 8 BMP's are doubled inside the List. Always 8 Times as BMP and 8 Times as PAL from : Dialog opened the first Time, Lines : 48 - 63 http://www.pflegeplus.com/pictures/FolderTab1&#...
by ukoenig
Tue Nov 24, 2009 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1818
Next

Return to advanced search