Canal Five
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
Canal Five
Hi someone know about Paco Canal Five
Greetings Fasi
Greetings Fasi
- MdaSolution
- Posts: 401
- Joined: Tue Jan 05, 2010 2:33 pm
Re: Canal Five
not work on fivewin or xharbour
U can found he perhaps on - group
U can found he perhaps on - group
FWH .. BC582.. xharbour
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Canal Five
Paco keeps using Harbour and FWH on his daily work, I meet him recently
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
Re: Canal Five
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
static char szDirName[ MAX_PATH ];
void cdecl _bcopy( void *, void *, unsigned int );
HFONT GetFontMenu( void );
static far char Title[] = "Select the file";
tx
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Canal Five
Replace _bcopy() with memcpy() calls
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
Re: Canal Five
i will try
Thanks for the tip
Thanks for the tip
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Re: Canal Five
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
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!
Re: Canal Five
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.
I bought some classes from him but now I can not compile because there are no all sources.
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
Re: Canal Five
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.
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
Marco Turco
SOFTWARE XP LLP
Re: Canal Five
HI marco,
it is good for me I 'm trying to work as you sad..
it is good for me I 'm trying to work as you sad..
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
Re: Canal Five
Anyone know how to contact Francisco Garcia (Paco) via email or website?
Regards
George
Regards
George
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Canal Five
George,
I can forward a msg to Paco if you need it,
I can forward a msg to Paco if you need it,
Re: Canal Five
Thanks Antonio.
I sent all information to your personal email at gmail.com
Regards
George
I sent all information to your personal email at gmail.com
Regards
George