Search found 93 matches: harb

Return to advanced search

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: 2275

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: 2275

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: 2275

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: 2275

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: 2275

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

We have already faced this problem, do you remember? I do not get any errors and the generated EXE works fine. Please show the exact batch you are using to compile the sample, so I can test it here.
by Enrico Maria Giordano
Mon Dec 04, 2023 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Gracias Enrico te lo envie al correo Gracias enrico x tu ayuda Le envio las librerias, pero segun mis pruebas no son, Tome un ejemplo de fwh y genera error, creo que este seria el indicado para identificar el problema el prg testtrev.prg. rubenbuild testtrev Borland Resource Compiler Version 5.40 Co...
by ruben Dario
Mon Dec 04, 2023 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Probably something wrong in one or more of these libs: \proy_harb\lib\Harb\LIBSISTM.lib \proy_harb\lib\Harb\LIBFILEXLS.lib \proy_harb\lib\Harb\LIBTSBROWSE_H.lib \proy_harb\lib\Harb\LIBTIMPRIME.lib   \proy_harb\lib\Harb\LIBDOLPHIN.lib \proy_harb\lib\Harb\LIBDSAY.lib ...
by Enrico Maria Giordano
Mon Dec 04, 2023 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

... \C_BCC\BCC77\lib\psdk\rasapi32.lib \C_BCC\BCC77\lib\psdk\shell32.lib   \C_BCC\BCC77\lib\psdk\gdiplus.lib \proy_harb\lib\Harb\LIBSISTM.lib \proy_harb\lib\Harb\LIBFILEXLS.lib \proy_harb\lib\Harb\LIBTSBROWSE_H.lib \proy_harb\lib\Harb\LIBTIMPRIME.lib   \proy_harb\lib\Harb\LIBDOLPHIN.lib ...
by ruben Dario
Mon Dec 04, 2023 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Saludos al Forum Cuando creo el ejeutable me da este error uso bcc77 y fwh 20_12 y =\harbour_v\harbour_bcc77 Con bcc76 funciona perfecto k:\proy_harb>\C_BCC\BCC77\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresol...
by Enrico Maria Giordano
Mon Dec 04, 2023 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Con xHarbour y bcc77 si funciona, el poblema es con Harbour
by ruben Dario
Mon Dec 04, 2023 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Leandro, en este caso creo que Rubén necesita pedirle al maestro Enrico el PUERTO(Harbour) para BCC77.

Regards, saludos.
by karinha
Mon Dec 04, 2023 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Ruben buenos días como estas? Es un problema asociado al Borland 7.70, Mr. Nages comento algo sobre el tema en este post. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43767&start=30&sid=307357278dfdf15d0dde13a789ecf9a4#p265577 Yo tambien tuve el mismo inconvenie...
by leandro
Mon Dec 04, 2023 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275

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

Post el ERROR.LOG pls.

Regards, saludos.
by karinha
Mon Dec 04, 2023 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2275
Next

Return to advanced search