Canal Five

Post Reply
The Real Fasi
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Canal Five

Post by The Real Fasi »

Hi someone know about Paco Canal Five

Greetings Fasi
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: Canal Five

Post by MdaSolution »

not work on fivewin or xharbour
U can found he perhaps on - group
FWH .. BC582.. xharbour
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Canal Five

Post by Antonio Linares »

Paco keeps using Harbour and FWH on his daily work, I meet him recently :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
The Real Fasi
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Re: Canal Five

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Canal Five

Post by Antonio Linares »

Replace _bcopy() with memcpy() calls
regards, saludos

Antonio Linares
www.fivetechsoft.com
The Real Fasi
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Re: Canal Five

Post by The Real Fasi »

i will try

Thanks for the tip
User avatar
jose_murugosa
Posts: 943
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

Re: Canal Five

Post 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
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
The Real Fasi
Posts: 20
Joined: Tue Feb 02, 2010 10:32 am

Re: Canal Five

Post by The Real Fasi »

Thank u for u help
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Canal Five

Post 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.
Best Regards, Saludos

Falconi Silvio
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Re: Canal Five

Post 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.
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Canal Five

Post by Silvio »

HI marco,
it is good for me I 'm trying to work as you sad..
Best Regards, Saludos

Falconi Silvio
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Canal Five

Post by George »

Anyone know how to contact Francisco Garcia (Paco) via email or website?

Regards

George
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Canal Five

Post by Antonio Linares »

George,

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

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: Canal Five

Post by George »

Thanks Antonio.
I sent all information to your personal email at gmail.com

Regards

George
Post Reply