Search found 30 matches: traces

Return to advanced search

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468

Google maps and routes

Hi,

Anyone have a fivewin sample to traces routes in google maps? Sending a array with many address and getting back the best route?
Thanks in advance.
by wartiaga
Fri Oct 23, 2020 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps and routes
Replies: 2
Views: 471

Re: Contents of Log file

... 633 ) uBmp = "DCUST166"   "invalid resource" = "invalid resource"   Yes, we included this and similar traces recently. These could sometimes help to find causes of some problems at run-time.
by nageswaragunupudi
Sun Feb 05, 2017 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contents of Log file
Replies: 10
Views: 1959

Re: IEEE to MSBIN converter

Enrico,

So the problem is a GPF ?

Don't you get a hb_out.log with xHarbour to report the GPF origin ?

Is the GPF coming from that function ?

We could place some traces into it...
by Antonio Linares
Mon Jan 19, 2015 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IEEE to MSBIN converter
Replies: 12
Views: 2331

Re: SQLOLEDB Problem

Darrell

Google JavaRA .. this is the java removal tool from MajorGeeks or Softpedia. This will remove all Java traces, folders and reg files.

Once Java has been removed .. get the latest version from Java.com .. Hope that helps.

Rick Lipkin
by Rick Lipkin
Thu Dec 11, 2014 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864

Residual process [ SOLVED ]

After many months looking for an error in my system I found this in a log file that traces the actions made by the user: In some few moments the user used an action triggered by a button in a dialog before the function defined in the "On Init" end I don't ...
by sambomb
Thu Sep 11, 2014 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Residual process [ SOLVED ]
Replies: 4
Views: 740

Ayuda ante un GPF

... just before it's called. * This is very useful when debugging GPFs as it * will trace all PRG-level calls up until the crash. * Uses HB_TRACE so traces are in line with any C-level traces. Alguien lo usa ? gracias Entiendo que esto puede ayudar a muchos cuando a alguien le aparece un GPF :-)
by Antonio Linares
Fri Oct 25, 2013 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda ante un GPF
Replies: 2
Views: 516

help on a GPF situation

... just before it's called. * This is very useful when debugging GPFs as it * will trace all PRG-level calls up until the crash. * Uses HB_TRACE so traces are in line with any C-level traces. Is someone using it ? thanks This may help many of us when a GPF suddenly happens :-)
by Antonio Linares
Fri Oct 25, 2013 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: Help needed

Marco,

You need to place some traces in your app to know where the execution is and where the GPF comes from.

You may use the function LogFile( cLogFile, { data,... } ) to keep track of where the user is.

There is no other way: Or we get a hb_out.log or we have to place traces to locate the GPF.
by Antonio Linares
Wed Oct 09, 2013 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed
Replies: 7
Views: 1429

Re: New FWH 13.07 revised build

... a bit later. I have a feeling that the cFile may be containing blanks. Please substitute this code in SendEmail() method. Also retain all the traces. cFile := cFilePath( ::oDevice:aMeta[ 1 ] ) + StrTran( StrTran( cName, '.', '' ), " ", "" ) ...
by nageswaragunupudi
Sat Aug 24, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07 revised build
Replies: 28
Views: 6747

Re: TxBrowse:ToExcel()

... started at the line oBook := oExcel:WorkBooks:Add() I do not know why we did not get error here For the time being can you please insert these traces in the ToExcel method in your copy of xbrowse and link? We may see why this is happening later. oBook := oExcel:WorkBooks:Add() if oBook == nil ...
by nageswaragunupudi
Sun Aug 04, 2013 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse:ToExcel()
Replies: 6
Views: 1512

Re: Building Harbour + FWH apps from Visual Studio 2012

... fine. And right now I just realized that we can't debug the release version from the VS2012 IDE. Only the debug version can be debugged. I think traces should be placed in the Harbour boot to check how far we go, and why it is not showing. Thinking about the best way to do this.
by Antonio Linares
Wed Jul 17, 2013 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + FWH apps from Visual Studio 2012
Replies: 40
Views: 10918

Re: Loosing buttons in RibbonBar

... PRG you will see no bitmaps in the buttons: function TransBmp()return nil Ok, so now here you have a modified version of TransBmp() that traces all its activity to find where it may fail. Please copy it to the bottom of your main PRG: #pragma BEGINDUMP#include <hbapi.h>#include ...
by Antonio Linares
Fri Jul 27, 2012 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6871

Re: Loosing buttons in RibbonBar

We are going to place traces in all the painting process of the buttons to find where the problem comes from.

Thanks to all for your feedback and patience :-)
by Antonio Linares
Fri Jul 27, 2012 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6871

Re: xbrowse : sporadic error

aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces: So we could place a trace just after it:   if Len( aDisplay ) == 0      MsgInfo( "aDisplay is zero! and nCol is: " + AllTrim( Str( ...
by Demont Brecht
Tue Nov 15, 2011 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4157
Next

Return to advanced search