Compile Error FW for xHarbour and MSVC 2015
Posted: Tue Sep 12, 2017 8:12 am
Guys,
Need guidance on this. Have been stuck on this matter for 3 days with no resolution. I am trying to compile tutor01 in fivewin sample directory but I get this error:
I am using:
1. FiveWin 17.07
2. xHarbour 1.2.3 Rev 10205
3. MSVC 2015
What lib do I need to resolve those errors?
Thanks.
Need guidance on this. Have been stuck on this matter for 3 days with no resolution. I am trying to compile tutor01 in fivewin sample directory but I get this error:
Code: Select all
xHarbour 1.2.3 Intl. (SimpLex) (Build 20170902)
Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Generating C source output to 'tutor01.c'...
Done.
Lines 13, Functions/Procedures 1, pCodes 14
tutor01.c
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
FiveHCM.lib (NONCLIENT.obj): error LNK2019: Unresolved external _GetComboBoxInfo symbol referenced in function _HB_FUN_HWNDCOMBO
FiveHCM.lib (NONCLIENT.obj): error LNK2019: Unresolved external _GetListBoxInfo symbol referenced in function _HB_FUN_NGETLISTBOXINFO
tutor01.exe: fatal error LNK1120: 2 external unresolved
1. FiveWin 17.07
2. xHarbour 1.2.3 Rev 10205
3. MSVC 2015
What lib do I need to resolve those errors?
Thanks.