Search found 658 matches: rtl

Return to advanced search

Re: Switching to Microsoft Compiler.

... but I got these error: ... libucrt.lib(pow.obj) : 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 ...
by fraxzi
Sat Jul 28, 2018 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2001

Re: Google APIS Lib for Fivewin

... + >> b32.bc echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib %fwh%\lib\googlex.lib %fwh%\lib\libmysql.lib + >> b32.bc echo %hdirl%\rtl.lib + >> b32.bc echo %hdirl%\vm.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc echo %hdirl%\lang.lib + >> b32.bc echo ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 20413

Re: Google APIS Lib for Fivewin

... + >> b32.bc echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib %fwh%\lib\googlex.lib %fwh%\lib\libmysql.lib + >> b32.bc echo %hdirl%\rtl.lib + >> b32.bc echo %hdirl%\vm.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc echo %hdirl%\lang.lib + >> b32.bc echo ...
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25570

Error on Fontbrush ?

... at: 03/06/18, 11:40:08 Error description: Warning BASE/1004 Message not found: TWINDOW:READPALBMPEX Stack Calls =========== Called from: source\rtl\tobject.prg => TWINDOW:ERROR( 0 ) Called from: source\rtl\tobject.prg => TWINDOW:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => ...
by ukoenig
Tue Mar 06, 2018 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Fontbrush ?
Replies: 6
Views: 899

Re: Caution: Windows 10 Fall Creators Update

... underlying function is the same: hb_fsFindFirst() (also hb_fsFindNext() on Directory()) https://github.com/harbour/core/blob/master/src/rtl/file.c https://github.com/harbour/core/blob/master/src/rtl/direct.c but as Directory() has to work with more than one file, maybe ...
by Antonio Linares
Mon Feb 05, 2018 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2981

Re: Building Harbour 3.4 for BCC outside MSYS

... %1.obj > msvc.tmp : fivewin libs echo c:\Fwh1707\lib\FivehMX.lib c:\fwh1707\lib\FiveHc32.lib >> msvc.tmp : xHarbourM libs echo %hdir%\lib\rtl.lib >> msvc.tmp echo %hdir%\lib\vm.lib >> msvc.tmp echo %hdir%\lib\gtgui.lib >> msvc.tmp echo %hdir%\lib\lang.lib >> msvc.tmp ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17242

Re: Building Harbour 3.4 for BCC outside MSYS

... -iC:\Program Files\Embarcadero\Studio\18.0\Include\dinkumware -iC:\Program Files\Embarcadero\Studio\18.0\Include\windows\crtl -iC:\Program Files\Embarcadero\Studio\18.0\Include\windows\rtl -iC:\Program Files\Embarcadero\Studio\18.0\Include\windows\sdk -ic:\harbour\include ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17242

Re: Borland C setup files

c:\bcc7\bin\bcc32.cfg -I "c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl" -L"c:\bcc7\lib";"c:\bcc7\lib\psdk" ...
by Antonio Linares
Wed Nov 15, 2017 7:56 pm
 
Forum: Utilities / Utilidades
Topic: Borland C setup files
Replies: 1
Views: 4025

Re: BCC 7.3

... bcc32.cfg : -I"..\..\..\BORLAND\BCC72\include";"..\..\..\BORLAND\BCC72\include\windows\crtl";"..\..\..\BORLAND\BCC72\include\dinkumware";"..\..\..\BORLAND\BCC72\include\windows\rtl";"..\..\..\BORLAND\BCC72\include\windows\sdk";"..\..\..\BORLAND\BCC72\include\windows\sdk\atl" ...
by devtuxtla
Fri Sep 22, 2017 9:16 pm
 
Forum: All products support
Topic: BCC 7.3
Replies: 9
Views: 2146

Re: Ayuda DLL

... Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_gt_setClipboard' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|hbgtcore Error: Unresolved external '_hb_gt_getClipboard' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|hbgtcore Error: Unresolved external ...
by ricardog
Fri Sep 01, 2017 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6362

Re: Creating an XML file

... can make a string by calling: oXml:ToString( nStyle ) works too, if you don't pass a parameter for style. The source of the class is in \source\rtl\txml.prg, if you've downloaded (x)harbour source code. There even is a Method Write, which takes two parameters: fHandle and nStyle So if you've ...
by gkuhnert
Thu Jul 27, 2017 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an XML file
Replies: 9
Views: 1937

Re: Bloated EXEs (reprise)

Can you paste a map file piece ? Perhap, the trick is searchs map some file symbol in rtl of xHarbour and if founded then they are. You work es very usefull for found if fwh overwrite some basis rtl functions. I have a no explicable problem with harbour+ fwh... only ...
by hmpaquito
Tue Jul 25, 2017 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5091

Re: Version de fivewin y BCC7 a partir de cuando...

bcc32.cfg -I"c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl" -L"c:\bcc7\lib";"c:\bcc7\lib\psdk" ...
by ACC69
Tue Jul 04, 2017 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Version de fivewin y BCC7 a partir de cuando...
Replies: 4
Views: 722

Re: Version de fivewin y BCC7 a partir de cuando...

bcc32.cfg -I"c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl" -L"c:\bcc7\lib";"c:\bcc7\lib\psdk" ...
by Antonio Linares
Sat Jul 01, 2017 5:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Version de fivewin y BCC7 a partir de cuando...
Replies: 4
Views: 722

Re: Creando LIbrerias de Harbour con bcc73 me da error

... path to your network drive "k". Rick Lipkin // Bcc32.Cfg -I"C:\BORLAND\BCC73\include";"C:\BORLAND\BCC73\include\windows\crtl";"C:\BORLAND\BCC73\include\dinkumware";"C:\BORLAND\BCC73\include\windows\rtl";"C:\BORLAND\BCC73\include\windows\sdk";"C:\BORLAND\BCC73\include\windows\sdk\atl" ...
by Rick Lipkin
Mon Jun 12, 2017 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando LIbrerias de Harbour con bcc73 me da error
Replies: 8
Views: 1560
PreviousNext

Return to advanced search