Antonio
Missing the above two files from xHarbout FTDN Setup
Missing dbfdbt for both MSVC and Borland FWH27
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Antonio
Getting the following link errors .. not worried about the first two ..
C:\MSVC\BIN\link @makefile.lnk /nologo /SUBSYSTEM:WINDOWS /force:multiple
fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; second definition ignored
fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; second definition ignored
Creating library pcasw32.lib and object pcasw32.exp
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regfree referenced in function _hb_freeregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regexec referenced in function _hb_regexMatch
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _pcre_free referenced in function "void __cdecl HB_FUN_HB_REGEXCOMP(void)" (?HB_FUN_HB_REGEXCOMP@@YAXXZ)
rdd.lib(rddsys.obj) : error LNK2001: unresolved external symbol "void __cdecl HB_FUN_DBFNTX(void)" (?HB_FUN_DBFNTX@@YAXXZ)
pcasw32.exe : fatal error LNK1120: 5 unresolved externals
Getting the following link errors .. not worried about the first two ..
C:\MSVC\BIN\link @makefile.lnk /nologo /SUBSYSTEM:WINDOWS /force:multiple
fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; second definition ignored
fivehmx.lib(GETSYSIN.obj) : warning LNK4006: "void __cdecl HB_FUN_GETSYSFONT(void)" (?HB_FUN_GETSYSFONT@@YAXXZ) already defined in FUNC_LIB.obj; second definition ignored
Creating library pcasw32.lib and object pcasw32.exp
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regfree referenced in function _hb_freeregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regexec referenced in function _hb_regexMatch
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _pcre_free referenced in function "void __cdecl HB_FUN_HB_REGEXCOMP(void)" (?HB_FUN_HB_REGEXCOMP@@YAXXZ)
rdd.lib(rddsys.obj) : error LNK2001: unresolved external symbol "void __cdecl HB_FUN_DBFNTX(void)" (?HB_FUN_DBFNTX@@YAXXZ)
pcasw32.exe : fatal error LNK1120: 5 unresolved externals
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Antonio
Just dbfcdx .. not using memo's in this app .. by the way this is using MSVC as a C compiler.
Snipit of code :
REQUEST DBFCDX
rddsetdefault ( "DBFCDX" )
Also .. added dbfntx to the link list .. now only getting these errors :
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regfree referenced in function _hb_freeregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regexec referenced in function _hb_regexMatch
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _pcre_free referenced in function "void __cdecl HB_FUN_HB_REGEXCOMP(void)" (?HB_FUN_HB_REGEXCOMP@@YAXXZ)
pcasw32.exe : fatal error LNK1120: 4 unresolved externals
Just dbfcdx .. not using memo's in this app .. by the way this is using MSVC as a C compiler.
Snipit of code :
REQUEST DBFCDX
rddsetdefault ( "DBFCDX" )
Also .. added dbfntx to the link list .. now only getting these errors :
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regcomp referenced in function _hb_getregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regfree referenced in function _hb_freeregex
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _regexec referenced in function _hb_regexMatch
rtl.lib(regex.obj) : error LNK2019: unresolved external symbol _pcre_free referenced in function "void __cdecl HB_FUN_HB_REGEXCOMP(void)" (?HB_FUN_HB_REGEXCOMP@@YAXXZ)
pcasw32.exe : fatal error LNK1120: 4 unresolved externals
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: