Search found 10 matches: matherr

Return to advanced search

Re: Switching to Microsoft Compiler.

... : warning LNK4006: __CIpow already defined in FiveHMX.lib(HARBOUR.obj); second definition ignored rtl.lib(math.obj) : warning LNK4006: __matherr already defined in libcmt.lib(matherr.obj); second definition ignored FiveHMX.lib(FWMARIA.obj) : error LNK2019: unresolved external symbol _hb_adler32 ...
by fraxzi
Sat Jul 28, 2018 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Thank you for answer, Antonio My Samples SourceCode function Main() MsgInfo( "A" ) return nil #pragma BEGINDUMP double __HUGE = 0; #pragma ENDDUMP < Batch File > @ECHO OFF CLS ECHO FiveWin for xHarbour 8.05 (MSVC++) May. 2008 xHarbour development power...
by oknbs
Sat Jun 14, 2008 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6695

Thank you for answer, Antonio code => double __HUGE = (1.0/0.0); error => divide or mod by zero 1/0 ? < working sample compile result > FiveWin for xHarbour 8.05 (MSVC++) May. 2008 xHarbour development power (c) FiveTech, 1993-2008 for Microsoft Windows 95/98/NT/2000/ME/XP/Vista Compilin...
by oknbs
Sat Jun 14, 2008 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6695

Thank you for answer, Antonio I compiled your new xharbour file but It has errors below. ?FiveWin for xHarbour 8.05 (MSVC++) May. 2008 xHarbour development power ?(c) FiveTech, 1993-2008 for Microsoft Windows 95/98/NT/2000/ME/XP/Vista Compiling... xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6138) ...
by oknbs
Fri Jun 13, 2008 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6695

Fivewin for xHarbour ( MSVC ) Compile or Link Error!

Dear All! MSVC ( Visual Studio 6.0 ) Compile or Link Error < Buidxm.bat > @ECHO OFF CLS ECHO FiveWin for xHarbour 8.05 (MSVC++) May. 2008 xHarbour development power ECHO (c) FiveTech, 1993-2008 for Microsoft Windows 95/98/NT/2000/ME/XP/Vista if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :N...
by oknbs
Fri Jun 13, 2008 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6695

I included the msvcrt.lib and things are much better. Now, I'm down to: ┌───────────────────────────────^...
by don lowenstein
Wed Aug 15, 2007 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4077

Dear Mr. Antonio, After linking lz32.lib, the result is as follows : install.c d:\borland\bcc55\lib\psdk\lz32.lib : warning LNK4033: converting object format f rom OMF to COFF rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(mathe rr.obj); second definition ignored d:\borla...
by Arindam
Fri Sep 15, 2006 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding Problem
Replies: 6
Views: 1417

... ..\Fwh\makes\msmake) to compile multiple .prg under a project, the following error codes are generating. rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); ...
by Arindam
Mon Aug 14, 2006 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gtwin.lib missing
Replies: 6
Views: 1455

... are generating from different .lib. Please let me know what more replacement required during compilation. rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); ...
by Arindam
Tue Aug 08, 2006 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gtwin.lib missing
Replies: 6
Views: 1455

... HB_FUN_STOD(void)" (?HB_FUN_STOD@@YAXXZ) already defined in FiveHCM.lib(OR.obj); second definition ignored rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored FiveHCM.lib(FFDLGPRC.obj) : error LNK2001: unresolved external symbol "struct ...
by Rimantas
Sun Oct 16, 2005 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6578

Return to advanced search