Search found 48 matches: iob

Return to advanced search

Re: Build with Visual Studio 2015 errors

Tim,

I already tried it and got the iob_func and printf errors.

Not sure how to solve them yet.
by Antonio Linares
Tue Apr 07, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Build with Visual Studio 2015 errors

I'm trying to build a project that works in Visual Studio 2013, but I'm using it with VS 2015 Preview. I get the following Unresolved Externals: __iob_func use in hbcplr.lib, hbpp.lib, hbvm.lib, rddcdx.lib, fiveH32.lib, and hbssl.lib _printf used in rddcdx.lib and hbpp.lib _ vacopy used in hbcommon....
by TimStone
Sat Mar 28, 2015 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build with Visual Studio 2015 errors
Replies: 33
Views: 7905

Mensajes de Error a linkear. FiveWin 64

Hola, al momento del linkeo obtengo mensajes de error como estos : hbpp.lib(ppcore.obj) : error LNK2001: unresolved external symbol __iob_func FiveH64.lib(HARBOUR.obj) : error LNK2019: unresolved external symbol __iob_func referenced in function HB_FUN_FREOPEN_STDERR hbvm.lib(hvmall.obj) : error LNK...
by Vikthor.Thomas
Mon Jan 13, 2014 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mensajes de Error a linkear. FiveWin 64
Replies: 2
Views: 367

Re: error while compile with 13.07

if I add new fivehc.lib and fivehcm.lib and png.lib , I got error Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj&qu...
by kajot
Sun Aug 25, 2013 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error while compile with 13.07
Replies: 10
Views: 1854

Re: error while compile with 13.07

thanks, but yet xLINK: error: Unresolved external symbol '_strdup referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '_strlwr referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '__snprintf referenced from png.lib(png.obj)'. xLINK: err...
by kajot
Sun Aug 25, 2013 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error while compile with 13.07
Replies: 10
Views: 1854

Re: FWH 13.04 / xHarbour Commercial

Antonio, The very looong list of unresolved externals is now reduced to: xLINK: error: Unresolved external symbol '_SendInput referenced from FiveHCM.lib(KEYBRD.obj)'. xLINK: error: Unresolved external symbol '_GlobalMemoryStatusEx referenced from FiveHCM.lib(MEM.obj)'. xLINK: error: Unresolved exte...
by toyet
Wed May 22, 2013 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 7412

Re: Errors in New Build

There are still errors for missing variables, this time from the png.lib: _snprintf _CIpow _iob Also, please note the missing file in the MSVC build attempt. Finally, you have the BCC build for Harbour, but is there also a more recent Microsoft build ? Could that perhaps address the issue for the mi...
by TimStone
Thu May 02, 2013 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 12869

Re: Porting from Fwh to Mac

... is so complex that it does not succeed. The problem is always the costs involved, then negotiate Thanks for your time Marco P.S. my first paid iob was on a Mac (1986) :wink:
by MarcoBoschi
Wed Jan 09, 2013 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting from Fwh to Mac
Replies: 58
Views: 11808

Re: 12.07 build errors

Antonio,

Sorry for the delay. Yes it is the __iob error.

I took the code you provided, put it in a .prg file, and linked it to the program ... except it wouldn't link. It did not like the .h files.

Tim
by TimStone
Thu Aug 30, 2012 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

Re: 12.07 build errors

Tim,

Do you mean the unresolved extrernal symbol '__iob error ?
by Antonio Linares
Wed Aug 29, 2012 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

Re: 12.07 build errors

Tim, Please link hbcplr.lib for hb_CompileFromBuf() with MSVC and Harbour Regarding __iob With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) it seems as caused by this function recently added to harbour.prg FREOPEN_STDERR(). So it should get solved if we extend the #ifndef __XHARB...
by Antonio Linares
Wed Aug 15, 2012 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

Re: 12.07 build errors

unresolved extrernal symbol '__iob referenced from FiveHMX.lib( HARBOUR.obj)'.
by TimStone
Tue Aug 14, 2012 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

Re: 12.07 build errors

Tim,

What is the complete error for With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) ?

it may report the name of the module that uses it.

thanks
by Antonio Linares
Tue Aug 14, 2012 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

12.07 build errors

New errors with 12.07 when linking:

With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External )

With MSVC _HB_FUN_HB_COMPILEFROMBUF ( unresolved External )

How are these resolved ?

Thanks.

Tim
by TimStone
Tue Aug 14, 2012 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5209

Re: FWH 11.11 + xharbour.com + xCC

Enrico, added this one http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=png.lib&can=2&q= to my link script. Now there are 4 link errors remaining: xLINK: error: Unresolved external symbol '_HB_FUN_BORLANDC referenced from Fivehmx.lib(GETSYSIN.obj)'. xLINK: error: Un...
by frose
Wed Nov 30, 2011 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 14827
PreviousNext

Return to advanced search