Canal Five
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
- 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: 42409
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
-
- 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: 42409
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
-
- Posts: 20
- Joined: Tue Feb 02, 2010 10:32 am
- jose_murugosa
- Posts: 1182
- 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 | Expand
**************************************************************************
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
"Los errores en programación, siempre están entre la silla y el teclado y la IA!!"
José Murugosa
"Los errores en programación, siempre están entre la silla y el teclado y la IA!!"
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: 42409
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
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