Search found 53 matches: offending

Return to advanced search

Re: xharbour last cvs error

Everyone, OK I wrote a test program with the offending line of code. It is wrapped in a dummy class just we can test the line as is. This one doesn't error using my old xHarbour ver. 1.2.3. James /*Purpose  : Test compile to test error generated ...
by James Bott
Sun Aug 28, 2016 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3036

Re: Printing an image.

... you very much for your response, however I'm getting the following compilation error: Error E0030  Syntax error "syntax error at '@'" Offending line: @ 1, 1 PRINT TO oPrn IMAGE cImage SIZE 7,9 INCHES NOTRANSPARENT STRETCH I'm using FW 16.03, any ideas ? Thank you very much !
by HunterEC
Fri Aug 26, 2016 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing an image.
Replies: 18
Views: 5609

Re: Build.bat for MSVC 2015

I re-cased all lines.

I removed the offending line and re-entered it.

I still get the same error.

Tim
by TimStone
Wed Apr 06, 2016 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5562

Re: Error 9015

Antonio:

It's hard to say. I cannot recreate the error at my end and no error log is generated. I guess I'll sprinkle the code with some msginfo calls and see if I can pinpoint the offending code.

Thanks again,
Randal


Antonio Linares wrote:Randal,

If you don't call WinExec() then there is no error ?
by Randal
Thu Mar 17, 2016 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 9015
Replies: 4
Views: 837

Re: Metro Class on notebooks

... error at 'FUNCTION'" "c:\dev\testui\source\uiwindow.prg(3495) Error E0030 Syntax error "sytanx error at 'FUNCTION'" the offending lines are those: DLL FUNCTION keybd_event( bVk as _INT, ;                          bScan as _INT, ;                          dwFlags as ...
by LordJonas
Mon Aug 03, 2015 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class on notebooks
Replies: 24
Views: 5535

bug xBrowse ADO

... 0 ) Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE_SETADO( 4556 ) Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE( 438 ) Offending line: ::bGoBottom := {|| If( ::oRs:RecordCount() > 0, ::oRs:MoveLast(), nil ) },; Can you please verify at METHOD SetAdO( oRs, lAddCols, ...
by MOISES
Mon Jul 06, 2015 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse ADO
Replies: 4
Views: 890

Include modified ERRSYSW.PRG

... the following compile error: c:\fwh\source\function\errsysw.prg(24) Error E0004  STATIC declaration follows executable statement The offending line is: //----------------------------------------------------------------------------//static bUserAction//----------------------------------------------------------------------------//  ...
by HunterEC
Wed Apr 29, 2015 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include modified ERRSYSW.PRG
Replies: 4
Views: 725

Re: Strange Font Problem in fwh 1412

... totally new font with a different facename ( roman or some other ) and use that font exclusively only for RBBTNS. Then we'll be more clear if the offending code is in RBBtn or somewhere else.
by nageswaragunupudi
Tue Jan 20, 2015 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Font Problem in fwh 1412
Replies: 18
Views: 3915

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, Great! There's only one Unresolved external error left. Here I attached the offending code. BTW, I am not very good in Spanish. :) Thank you, Jose Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_WBROWSE' referenced ...
by Jose Dolar
Wed Jul 02, 2014 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5610

Re: Warning W0027 Compiling Error

... I added a "placeholder" variable ph := IIF(.... to all of them and deleted one at a time and compiled to find which two lines were offending.         REDEFINE BUTTON oBtn1 ID 1026  WHEN nPermis < 4 ACTION ;               ...
by Greg Gammon
Tue Jan 21, 2014 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1338

Re: Mensaje de error ADO

... one is causing you the problem. At times I have had to resort to just start at the top of your Update and rem out each value til you find the offending line. Rick Lipkin
by Rick Lipkin
Fri Nov 29, 2013 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mensaje de error ADO
Replies: 3
Views: 619

Re: MSVS 2012

Antonio

This is not the offending part

I commented all the dtpicker part and the problem is still there

Is there a Harbour equivalent of xharbour hb_gcall(.t.) that forces garbage collector to do its job ?

I tried it but same result

Richard
by Richard Chidiak
Mon May 20, 2013 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: XBROWSE : LEN(::aDisplay)==0 AGAIN !

Anyhow , i will include your code (with a tracelog) , so that i can see which line produces the offending code.

To help us to locate the problem, please do this test.
Please also try to find the information to identity the alias, etc. within the error routine.
by nageswaragunupudi
Fri Feb 22, 2013 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : LEN(::aDisplay)==0 AGAIN !
Replies: 3
Views: 968

Re: XBROWSE : LEN(::aDisplay)==0 AGAIN !

... ? So i suppose that this is also now the case. Anyhow , i will include your code (with a tracelog) , so that i can see which line produces the offending code. Many thanks , Frank Demont
by Franklin Demont
Thu Feb 21, 2013 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : LEN(::aDisplay)==0 AGAIN !
Replies: 3
Views: 968

Re: TGet Falla con el harbour del svn - por recientes cambios

... from ISO-8859-1 to ISO-8859-15, which is needed to be able to represent all characters in the current Swedish collation. Though it turns out these offending three chars are not part of the Swedish alphabet. So here I'm finishing and letting others to fix the rest if there is any. [INCOMPATIBLE] ...
by carlos vargas
Wed Jan 30, 2013 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet Falla con el harbour del svn - por recientes cambios
Replies: 20
Views: 5594
PreviousNext

Return to advanced search