Page 1 of 1

Canal Five

Posted: Mon Jul 05, 2010 6:15 pm
by The Real Fasi
Hi someone know about Paco Canal Five

Greetings Fasi

Re: Canal Five

Posted: Mon Jul 05, 2010 6:16 pm
by MdaSolution
not work on fivewin or xharbour
U can found he perhaps on - group

Re: Canal Five

Posted: Tue Jul 06, 2010 3:03 am
by Antonio Linares
Paco keeps using Harbour and FWH on his daily work, I meet him recently :-)

Re: Canal Five

Posted: Tue Jul 06, 2010 6:23 am
by The Real Fasi
I ttry to convert a c5cnew.c File from c5 to last xharbour and get an unresolved external ___bcopy

static char szDirName[ MAX_PATH ];
void cdecl _bcopy( void *, void *, unsigned int );
HFONT GetFontMenu( void );
static far char Title[] = "Select the file";

tx

Re: Canal Five

Posted: Tue Jul 06, 2010 8:39 am
by Antonio Linares
Replace _bcopy() with memcpy() calls

Re: Canal Five

Posted: Tue Jul 06, 2010 8:53 am
by The Real Fasi
i will try

Thanks for the tip

Re: Canal Five

Posted: Thu Jul 08, 2010 1:52 pm
by jose_murugosa
And you will need to change brushex.prg as folows:

Code: Select all

**************************************************************************
  METHOD New( nWidth, nHeight, nColor, nColor2, lVGrad ) CLASS TBrushEx
**************************************************************************

    ::hBitmap := CreaBitmapEx(nWidth, nHeight, nColor, nColor2, lVGrad )
    ::hBrush = If( ::hBitmap != 0,;
               CreatePatternBrush( ::hBitmap ), )
    ::lSystem := .f.  //corrección adicionada por wmormar 01/07/2010

   ::nCount := 1

   AAdd( ::aBrushes, Self )

return Self
 
:D

Re: Canal Five

Posted: Thu Jul 08, 2010 8:04 pm
by The Real Fasi
Thank u for u help

Re: Canal Five

Posted: Fri Jul 09, 2010 9:40 am
by Silvio
Can i Know the email of Paco, please
I bought some classes from him but now I can not compile because there are no all sources.

Re: Canal Five

Posted: Fri Jul 09, 2010 10:34 am
by Marco Turco
Hi Silvio,
in my opinion you should consider to migrate to the standard FWH classes
due to the fact that FWH can now replace in full the C5 controls.

Re: Canal Five

Posted: Fri Jul 09, 2010 10:42 am
by Silvio
HI marco,
it is good for me I 'm trying to work as you sad..

Re: Canal Five

Posted: Mon Aug 23, 2010 4:54 pm
by George
Anyone know how to contact Francisco Garcia (Paco) via email or website?

Regards

George

Re: Canal Five

Posted: Mon Aug 23, 2010 5:31 pm
by Antonio Linares
George,

I can forward a msg to Paco if you need it,

Re: Canal Five

Posted: Tue Aug 24, 2010 1:10 pm
by George
Thanks Antonio.
I sent all information to your personal email at gmail.com

Regards

George