Timepicker

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Timepicker

Post by Silvio »

I have this lib but I cannot compile it because it make errors :

Code: Select all


[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -D_HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\INCLUDE -Ic:\work\BCC55\Include;c:\work\xHarbour\Include  -nObj datepick.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
datepick.c:
Warning W8070 datepick.c 24: Function should return a value in function HB_FUNC
Warning W8057 datepick.c 24: Parameter 'SETDATEPICK' is never used in function HB_FUNC
Error E2238 datepick.c 29: Multiple declaration for 'HB_FUNC'
Error E2344 datepick.c 9: Earlier declaration of 'HB_FUNC'
Warning W8070 datepick.c 37: Function should return a value in function HB_FUNC
Warning W8057 datepick.c 37: Parameter 'GETDATEPICK' is never used in function HB_FUNC
*** 2 errors in Compile ***

Can YOu help me ,pls
Best Regards, Saludos

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

Post by Antonio Linares »

Silvio,

is it standard FWH source\winapi\datepick.c ?

If not, please provide its source code (use www.hyperupload.com).
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

CAN YOU DOWNLOAD IT FROM JSCO WEBSITE :

http://www.esm.com.mx/fivewin/otros/sysdatetime.zip
Best Regards, Saludos

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

Post by Antonio Linares »

Silvio,

datepick.obj is included in FiveHC.lib.

You may download timepick.obj from here:
http://hyperupload.com/download/02f9da4 ... k.obj.html
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Thanks but i prefer to have source code because I must compiled alla with Xmate....
Best Regards, Saludos

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

Post by Antonio Linares »

Silvio,

You already have its source code.

You have to use fwh\tools\clp2harb.exe to make it Harbour/xHarbour compatible.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Thanks Antonio,
but I Just try with it
Fgondi send me anothers files but also he had had problem to compile it for xharbour
I can load into hyperload this new files to see if U try to compile it .
Fgondi use date e time into harbour with success.
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Antonio,
here the new files with sample
http://hyperupload.com/download/02634f4 ... 2.rar.html
I cannot compile the class files to lib (xharbour)
Best Regards, Saludos

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

Post by Antonio Linares »

Silvio,

Class TTimePicker will be included in next FWH September build thanks to Fernando Alsis.
regards, saludos

Antonio Linares
www.fivetechsoft.com
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Silvio wrote:Antonio,
I cannot compile the class files to lib (xharbour)
Silvio,

try these files, they should work. I have included a lib compiled with xHarbour

http://hyperupload.com/download/028af8e ... k.zip.html

Stefan
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I cannot download this files can you sendme at private emai .
thanks
Best Regards, Saludos

Falconi Silvio
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Done
Post Reply