TCALEX ERROR

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

TCALEX ERROR

Post by Silvio.Falconi »

this evening I click on Dayweek Display with the mouse and is go out this error

Code: Select all

Application
===========
   Path and name: C:\Work\Errori\Agenda -\main.Exe (32 bits)
   Size: 4,078,080 bytes
   Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20180217)
   FiveWin  version: FWH 19.05
   C compiler version: Borland/Embarcadero C++ 7.3 (32-bit)
   Windows version: 6.2, Build 9200 

   Time from start: 0 hours 0 mins 11 secs 
   Error occurred at: 30-08-2019, 20:21:27
   Error description: Error BASE/1081  Parametro errato: +
   Args:
     [   1] = C   

     [   2] = U   

Stack Calls
===========
   Called from: .\source\classes\TCALEX.PRG => TDAYVIEW:MOUSEMOVEVIEW( 1149 )
   Called from: .\source\classes\TDAYV.PRG => TDAYVIEW:MOUSEMOVE( 107 )
   Called from: .\source\classes\TCALEX.PRG => TCALEX:MOUSEMOVE( 1054 )
   Called from:  => TWINDOW:HANDLEEVENT( 0 )
   Called from: .\source\classes\CONTROL.PRG => TCALEX:HANDLEEVENT( 1801 )
   Called from: .\source\classes\WINDOW.PRG => _FWH( 3546 )
   Called from:  => WINRUN( 0 )
   Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1078 )
   Called from: Source\main.prg => TAPPLICATION:ACTIVATE( 235 )
   Called from: Source\main.prg => MAIN( 59 )

I not modified any classes when I link not link tcalex classes because all there are on fwh libs
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: TCALEX ERROR

Post by Silvio.Falconi »

here the error
Image

I used and compiled only sample01.prg you found on fwh folder samples
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: TCALEX ERROR

Post by cnavarro »

Please, put here the code of line error ( and number of line )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: TCALEX ERROR

Post by Silvio.Falconi »

see the log first topic
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply