how to compile the file maindllp.c

Re: how to compile the file maindllp.c

Postby zazibr » Sun Mar 21, 2010 12:37 pm

the problem is not the source code "maindllp.c" but in hbapi.h follows the hbapi.h xharbour antonio could check with your hbapi.h?



http://www.lopes.ms/fw/hbapi.txt

http://www.lopes.ms/fw/hbapi.h

would increase the limit on the number of characters from the board?

now the limit is 60000

could increase to 100,000?
Daniel Lopes Filho - Campo Grande,MS,Brasil
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6693) + gtwvw + fw 10.2 + vsx e
fw pcc (ainda não usei)
msn : zazibr@hotmail.com
zazibr
 
Posts: 71
Joined: Mon Jan 28, 2008 11:18 am
Location: Campo Grande,MS, BRASIL

Re: how to compile the file maindllp.c

Postby Antonio Linares » Sun Mar 21, 2010 12:58 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41476
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: how to compile the file maindllp.c

Postby zazibr » Mon Mar 22, 2010 12:06 pm

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 exe

line 190

before
char * hb_parc( int iParam, ... )

after
const char * hb_parc( int iParam, ... )


line 629

before
char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */

after
const char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */


line 1518

before
ULONG hb_snprintf( char * buffer, ULONG nSize, const char * format, ... )

after
int hb_snprintf( char * buffer, size_t nSize, const char * format, ... )
Daniel Lopes Filho - Campo Grande,MS,Brasil
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6693) + gtwvw + fw 10.2 + vsx e
fw pcc (ainda não usei)
msn : zazibr@hotmail.com
zazibr
 
Posts: 71
Joined: Mon Jan 28, 2008 11:18 am
Location: Campo Grande,MS, BRASIL

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], jmartial and 31 guests