Search found 9 matches: pards

Return to advanced search

Re: bug en SetFTime, no cambia la HORA

Lucas, la función SetFTime() use la función hb_pards() del extend API y por lo que se ve, esta función debe cambiar segun este el SET DATE y el SET CENTURY Habra que localizar alguna función en Harbour que detecte esos SETs y que devuelva la hora en un formato común, salvo que ya exista dicha funció...
by Antonio Linares
Mon Jun 24, 2013 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug en SetFTime, no cambia la HORA
Replies: 20
Views: 3185

Re: how to compile the file maindllp.c

change maindllp.c nos fontes dos xharbour cvs segue abaixo as alterações ja propostas pelo usuario Roberto Parisi antônio poderia reportar ao pessoal do projeto esse codigo fonte não é mais compilado no xharbour por isso esses erros continuam a compilação funcionou agora vou tentar gerar a dll e o e...
by zazibr
Mon Mar 22, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: how to compile the file maindllp.c [SOLVED]

I changed the following lines (according to hbapi.h declaration): 188: char * hb_parc( int iParam, ... ) to const char * hb_parc( int iParam, ... ) 627: char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ to const char * hb_pards( int iParam, ... ) /* retrieve a date as a s...
by Roberto Parisi
Sat Mar 20, 2010 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: how to compile the file maindllp.c

Hi Antonio, are you using last xharbour CVS? The problem still exists. i:\apps\bcc55\bin\bcc32 -c -Ii:\apps\xharbour\include -Ii:\apps\bcc55\include maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland maindllp.c: Error E2356 maindllp.c 189: Type mismatch in redeclaration of 'hb_p...
by Roberto Parisi
Fri Mar 19, 2010 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: how to compile the file maindllp.c

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland c:\xharbour\source\vm\maindllp.c: Error E2356 c:\xharbour\source\vm\maindllp.c 190: Type mismatch in redeclaration of 'hb_parc' Error E2344 c:\xharbour\include\hbapi.h 399: Earlier declaration of 'hb_parc' Error E2356 c:\xharbour\source\vm...
by zazibr
Thu Mar 18, 2010 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: how to compile the file maindllp.c

I just xHarbour installed, if you want I can send via ftp a copy of my xHarbour c:\xharbour\bcc55\bin\bcc32 -M -c -O2 -tWD -D__HARBOUR__ -w-nak -D__EXPORT__ -nc:\xharbour\lib -Ic:\xharbour\include c:\xharbour\source\vm\maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland c:\xharbo...
by zazibr
Thu Mar 18, 2010 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

how to compile the file maindllp.c

c:\xharbour\bcc55\bin\bcc32 -M -c -O2 -tWD -D__HARBOUR__ -w-nak -D__EXPORT__ -n%hdir%\lib -I%hdir%\include %hdir%\source\vm\maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland c:\xharbour\source\vm\maindllp.c: Error E2356 c:\xharbour\source\vm\maindllp.c 189: Type mismatch in red...
by zazibr
Mon Mar 15, 2010 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: Select more files

Enrico, I found this ... SETFTIME( hFile, cTime, cDate ) ... #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> #include <clipapi.h> static WORD CharsToWord( LPSTR pChars ) { WORD w = 0; if( pChars[ 0 ] != '0' ) w = ( WORD ) ( ( pChars[ 0 ] - '0' ) * 10 ); if( pChars[ 1 ] !=...
by MarcoBoschi
Fri Oct 30, 2009 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select more files
Replies: 14
Views: 3416

Hi Ask, It seems i already included RTL.LIB, any other suggestions? Thanks, John. As i can see createobject function is inside win32ole.prg that is in rtl.lib .I work with xharbour and all is fine (if you use harbour try to change it to xharbour) . I use sendmail a long time now and works perfectly...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 13907

Return to advanced search