Search found 48 matches: iob

Return to advanced search

Re: Get real date from the Internet

Dear Hakan, If we include the source code of function Now() inside FWH, then when building a PRG that uses such function we get this: LINK : warning LNK4217: symbol '___acrt_iob_func' defined in 'libucrt.lib(_file.obj)' is imported by 'FiveHC32.lib(NOW.obj)' in function '_HB_FUN_NOW' LINK : warning ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4109

Can´t produce .exe with MSVC 2019 [solved]

Hello, I get this errors when linking: LINK : warning LNK4098: la biblioteca predeterminada'MSVCRT' entra en conflicto con otras bibliotecas; use la biblioteca /NODEFAULTLIB:biblioteca fiveh32.lib(VALTOSTR.obj) : error LNK2001: símbolo externo _HB_FUN_HB_TSTOUTC sin resolver fiveh32.lib(VSTRFUN1.obj...
by MOISES
Thu Jan 30, 2020 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can´t produce .exe with MSVC 2019 [solved]
Replies: 3
Views: 627

Re: Problem x:\fwh\samples\dshow.prg

have now installed VS and run build h 32.bat dshow but i still get Error :( please help ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 19.06 (MSVC++) Jun. 2019 Harbour development power │▄ │ (c) FiveTech 1993-2019 for Microsoft Windows 9X/NT/200X...
by Jimmy
Thu Dec 05, 2019 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1405

Re: No consigo compilar Dshow.prg. Necesito usar Camara Web RDP

Acabo de probar y creo el exe sin problemas
Asegurate que los paths de harbour y VSC sean correctos en tu build de compilacion
Que version de Fw estás utilizando?, pero por si acaso, mira esto
viewtopic.php?f=3&t=32188&p=189028&hilit=iob+func#p189028
by cnavarro
Mon Oct 29, 2018 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No consigo compilar Dshow.prg. Necesito usar Camara Web RDP
Replies: 4
Views: 1033

Re: MSVC 2017 Try

No funciona Antonio. Copio el código que meto al final del módulo wintpv.prg para solucionar el error de la función _iob[] : Para poderlo compilar tengo que poner en el compilador el flag -TP, como lo haga con -TC da error C2059: error de sintaxis 'cadena' en la línea que con tiene el código extern ...
by Verhoven
Sun Apr 16, 2017 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7690

Re: MSVC 2017 Try

> conversi¢n de 'HB_LONGLONG' a 'DWORD'; posible p‚rdida de datos Al pasar de 32 bits a 64 bits, en vez de usar hb_parnl() hemos de usar hb_parnll() y en vez de hb_retnl() usar hb_retnll() Modifica esta línea: FILE * _iob[] = { stdin, stdout, stderr }; asi: static FILE * _iob[] = { stdin, stdout,...
by Antonio Linares
Sat Apr 15, 2017 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7690

Re: MSVC 2017 Try

Aún persisten algunos errores: internet.prg(387): warning C4244: 'argumento': conversi¢n de 'HB_LONGLONG' a 'DWORD'; posible p‚rdida de datos internet.prg(387): warning C4311: 'conversi¢n de tipo': truncamiento de puntero de 'HINTERNET' a 'LONG' internet.prg(387): warning C4302: 'conversi¢n de tipo'...
by Verhoven
Sat Apr 15, 2017 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7690

Re: MSVC 2017 Try

I proposed a fix for __iob_func:

viewtopic.php?p=189028&sid=817abac0dd70a7988052fc5cb38da0bd#p189028

you may try it
by Antonio Linares
Mon Apr 10, 2017 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7690

Error Linking: FWH64 / Harbour / MSVC2015

Hi, I have downloaded the NEW FWH64 16.04 and installed MS Visual Studio 2015 Community and am getting a few errors when linking the sample programs. I get - ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 16.03 (MSVC++) Mar.2016 Harbour developmen...
by bradmaudlin
Fri May 06, 2016 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Linking: FWH64 / Harbour / MSVC2015
Replies: 2
Views: 397

Re: FWH 16.03 32 BIT

Try it this way:

FILE * _iob[ 3 ];

_iob[ 0 ] = stdin;
_iob[ 1 ] = stdout;
_iob[ 2 ] = stderr;
by Antonio Linares
Fri May 06, 2016 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 24994

Re: FWH64

Hi, After changing the version of the Harbour, and change png.lib . The error still persists ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/...
by Francisco Valério
Fri Apr 29, 2016 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 24419

Re: FWH64 error

Sr. Antonio, ────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 │█ └────────────────────────────────────────────────────────...
by MGA
Fri Apr 29, 2016 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 error
Replies: 4
Views: 856

Re: FWH64

Antonio, Really my installation had a problem, but after reinstalling , this error is generated ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X...
by Antonio Linares
Thu Apr 28, 2016 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 24419

FWH64 error

Compiling... Harbour 3.2.0dev (r1506171039) Copyright (c) 1999-2015, http://harbour-project.org/ Compiling 'tutor02.prg' and generating preprocessed output to 'tutor02.ppo'... Lines 4261, Functions/Procedures 1 Generating C source output to 'tutor02.c'... Done. Microsoft (R) C/C++ Optimizing Compile...
by MGA
Thu Apr 28, 2016 12:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 error
Replies: 4
Views: 856

Re: FWH64

Antonio, Really my installation had a problem, but after reinstalling , this error is generated ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/...
by Francisco Valério
Thu Apr 28, 2016 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 24419
Next

Return to advanced search

cron