Search found 35 matches: streams

Return to advanced search

Re: posible solucion: error __streams al usar fwh<24.02 y bcc770

Carlos,

No podemos hacer eso o generaríamos símbolos duplicados

Entiendo que la solución correcta es usar el compilador de C adecuado y de no poder actualizar debe ser una solución temporal del desarrollador
by Antonio Linares
Wed Mar 06, 2024 6:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 315

Re: posible solucion: error __streams al usar fwh<24.02 y bcc770

Antonio, sería posible entonces un archivo por ejemplo llamado fix.prg con el contenido que se indico y que se adicione a fiveh.lib?
Probaré y comento...
by carlos vargas
Wed Mar 06, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 315

Re: posible solucion: error __streams al usar fwh<24.02 y bcc770

I would prefer to put that definition in a FWH .c file (if it is enough to solve the problem, please check). Otherwise it would be included in each PRG of a project.
by Enrico Maria Giordano
Tue Mar 05, 2024 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 315

posible solucion: error __streams al usar fwh<24.02 y bcc770

Siguiendo las indicaciones de enrico al encontrarnos este error, cuando queremos usar bcc 7.70, con una version de fwh anterior a la 24.02 Unresolved external '__streams' referenced from D:\FWH\LIB\FIVEH.LIB|HARBOUR he realizado este cambio al final del archivo fivewin.ch #pragma BEGINDUMP#ifdef __H...
by carlos vargas
Mon Mar 04, 2024 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 315

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

con esto en mi prg, funciono. gracias enrico.

#pragma BEGINDUMP

int _streams;

#pragma ENDDUMP
by carlos vargas
Mon Mar 04, 2024 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278

Re: link error

i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled wi...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

thanks for reply. i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and...
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

Gracias Enrico
Funciono

-------------
Thanks Enrico
I work
by ruben Dario
Tue Dec 05, 2023 7:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

The problem seems to be in the FWH libs. Probably they have been compiled with on older BCC version. You can workaround the problem that way. In buildh.bat replace this: echo %bcdir%\lib\c0w32.obj + > b32.bc with this: echo -L%bcdir%\lib;%bcdir%\lib\psdk + > b32.bcecho c0w32.obj + >> b32...
by Enrico Maria Giordano
Tue Dec 05, 2023 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

I get this error with your batch:

Code: Select all  Expand view
Error: Unresolved external '__streams' referenced from E:\FWHARBOUR\LIB\FIVEH.LIB|HARBOUR


But not with mine. I'm trying to understand the cause of the problem in your batch...
by Enrico Maria Giordano
Tue Dec 05, 2023 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

Saludos Enrico Yo te envie un correo , y ahi esta erchivo testtrev.rar de samples de fwh esta el prg y el bat para generalo. uso bcc77 y fwh 20_12 y harbour_bcc77 , y me da el error el crear el .exe en problema es con el bcc77, con las anteriores funcionan bien --------------------------------------...
by ruben Dario
Mon Dec 04, 2023 11:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2278
Next

Return to advanced search