I have just bought FWH V8.05 and tried this first example build as such:
My Environment is FWH8.05 and Visual Studio 2008
(I use the MSVC versions of the FWH libraries)
I execute the build command:
Buildhm tutor01
and get the following errors:
FiveWin for Harbour 2.8 (MSVC++) November 2008 Harbour development power
(c) FiveTech, 1993-2008 for Microsoft Windows 95/98/NT/2000/ME and XP
Compiling...
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 3524, Functions/Procedures 2
Generating C source output to 'tutor01.c'... Done.
tutor01.c
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
gtgui.lib(gtgui.obj) : warning LNK4006: _HB_FUN_HB_GT_GUI_DEFAULT already defined in
FiveHM.lib(ERRSYSW.obj); second definition ignored
Creating library tutor01.lib and object tutor01.exp
LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library
FiveHM.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_CHMHELPPOPUP
FiveHM.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_CHMHELPINDEX
FiveHM.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_CHMHELPTOPIC
FiveHCM.lib(BRUSHES.obj) : error LNK2019: unresolved external symbol __imp__AlphaBlend@44 referenced
in function _HB_FUN_ABPAINT
tutor01.exe : fatal error LNK1120: 4 unresolved externals
There are errors
Can you provide some guidance as to where I need to start looking to fix these issues
Best Regards,
Angelo C