fwh 10.09 link error ?

fwh 10.09 link error ?

Postby yunbg1 » Tue Oct 26, 2010 5:07 pm

Hi Antonio .

fwh 10.09 link error message.....

used vc2008.


Fivehm.lib(VALBLANK.obj) : error LNK2001: _HB_FUN_HB_TTOC unresolved external symbol.
Fivehm.lib(WBROWSE.obj) : error LNK2001: _HB_FUN___DBSKIPPER unresolved external symbol.
FiveHcm.lib(FONTS.obj) : error LNK2001: _hb_storvc unresolved external symbol.
...
...
...
FiveHcm.lib(WNDIS.obj) : error LNK2001: _hb_storvc unresolved external symbol.
FiveHcm.lib(REGEDIT.obj) : error LNK2001: _hb_storvc unresolved external symbol.
FiveHcm.lib(METAFILE.obj) : error LNK2019: _hb_storvnl unresolved external symbol.
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Tue Oct 26, 2010 7:47 pm

Yunbg,

What Harbour version are you using ?

It seems as you need to install a more recent one :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Tue Oct 26, 2010 7:53 pm

download today.
http://www.fivetechsoft.com/software/fwh/

harbour version = download fivetechsoft ftp site.

harbour -> harbour 1.1.0dev <Rev. 10434>
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby yunbg1 » Tue Oct 26, 2010 8:22 pm

download now. harbour site.

harbour 2.0. link error...

Compiling...
_pro.c
hbrtl.lib(tobject.obj) : warning LNK4078: multiple ".CRT" sections found with different attributes (40300040)
_pro.obj : error LNK2001: unresolved external symbol _stricmp
Fivehm.lib(WBROWSE.obj) : error LNK2001: unresolved external symbol _HB_FUN___DBSKIPPER
_pro.exe : fatal error LNK1120: 2 unresolved externals
* There are errors
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Tue Oct 26, 2010 8:48 pm

Yungb,

Please add this function to your PRG:
Code: Select all  Expand view

function __DbSkipper( n )

return DbSkipper( n )
 

also add this code at the bottom of the PRG:
Code: Select all  Expand view

#pragma BEGINDUMP

int stricmp(const char *s1, const char *s2)
{
  char f, l;

  do
  {
    f = ((*s1 <= 'Z') && (*s1 >= 'A')) ? *s1 + 'a' - 'A' : *s1;
    l = ((*s2 <= 'Z') && (*s2 >= 'A')) ? *s2 + 'a' - 'A' : *s2;
    s1++;
    s2++;
  } while ((f) && (f == l));

  return (int) (f - l);
}

#pragma ENDDUMP
 
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Tue Oct 26, 2010 9:16 pm

Thank you.
Antonio Linares.

vc98+harbour2.0+fwh10.09 compile & link........(vc2008+harbour2.0+fwh10.09 compile & link........)

error list-----------------------------------------

Compiling...
_pro.c
hbrtl.lib(tobject.obj) : warning LNK4078: multiple ".CRT" sections found with different attributes (40300040)
hbrtl.lib(gtkbstat.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(fstemp.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbwin.lib(win_prn1.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbwin.lib(win_osc.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbwin.lib(win_prn2.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbwin.lib(win_prn3.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbcommon.lib(hbffind.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbcommon.lib(hbgete.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbcommon.lib(expropt2.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbwin.lib(olecore.obj) : error LNK2001: unresolved external symbol ___security_cookie
rddfpt.lib(dbffpt1.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbsix.lib(sxcrypt.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbcommon.lib(hbdate.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbcommon.lib(hbver.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrdd.lib(wafunc.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrdd.lib(workarea.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol ___security_cookie
rddntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbvm.lib(extrap.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbmacro.lib(macroy.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrdd.lib(dbcmd.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrdd.lib(wacore.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(hbgtcore.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbvm.lib(proc.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbvm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(spfiles.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(console.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(setcolor.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(errintlo.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(direct.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(hbhex.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(dates.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(philes.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(cdpapi.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(version.obj) : error LNK2001: unresolved external symbol ___security_cookie
hbrtl.lib(gtkbstat.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(fstemp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbwin.lib(win_prn1.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbwin.lib(win_osc.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbwin.lib(win_prn2.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbwin.lib(win_prn3.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(hbffind.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(hbgete.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(expropt2.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbwin.lib(olecore.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
rddfpt.lib(dbffpt1.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbsix.lib(sxcrypt.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(hbdate.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(hbver.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrdd.lib(wafunc.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrdd.lib(workarea.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
rddntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbvm.lib(extrap.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbmacro.lib(macroy.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrdd.lib(dbcmd.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrdd.lib(wacore.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(hbgtcore.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbvm.lib(proc.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbvm.lib(cmdarg.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(spfiles.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(console.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(setcolor.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(errintlo.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(transfrm.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(direct.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(hbhex.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(dates.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(philes.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(cdpapi.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbrtl.lib(version.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
hbcommon.lib(hbprintf.obj) : error LNK2001: unresolved external symbol __ftol2_sse
hbrtl.lib(fstemp.obj) : error LNK2001: unresolved external symbol __ftol2_sse
hbrtl.lib(dateshb.obj) : error LNK2001: unresolved external symbol __ftol2_sse
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol __ftol2_sse
hbmacro.lib(macrob.obj) : error LNK2001: unresolved external symbol __ftol2_sse
rddntx.lib(dbfntx1.obj) : error LNK2001: unresolved external symbol __ftol2_sse
hbcommon.lib(hbdate.obj) : error LNK2001: unresolved external symbol __ftol2
hbcommon.lib(expropt1.obj) : error LNK2001: unresolved external symbol __ftol2
hbcommon.lib(expropt2.obj) : error LNK2001: unresolved external symbol __ftol2
hbrtl.lib(hbrandom.obj) : error LNK2001: unresolved external symbol __ftol2
hbrtl.lib(hbgtcore.obj) : error LNK2001: unresolved external symbol __ftol2
hbrtl.lib(idle.obj) : error LNK2001: unresolved external symbol __ftol2
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol __ftol2
hbrdd.lib(dbf1.obj) : error LNK2001: unresolved external symbol __ftol2
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol __alldvrm
hbcommon.lib(hbstr.obj) : error LNK2001: unresolved external symbol __alldvrm
hbcommon.lib(expropt2.obj) : error LNK2001: unresolved external symbol __alldvrm
hbvm.lib(hvmall.obj) : error LNK2001: unresolved external symbol ___iob_func
hbcommon.lib(hbprintf.obj) : error LNK2001: unresolved external symbol __aulldvrm
_pro.exe : fatal error LNK1120: 7 unresolved externals
* There are errors
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Tue Oct 26, 2010 11:51 pm

Yungb,

What Microsoft C version are you using ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Wed Oct 27, 2010 1:50 am

I use microsoft vc98 and for harbour version 2.0
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Wed Oct 27, 2010 8:29 am

Yungb,

You need to use a more recent VC version. You could try VC 2008.

You can download it from Microsoft. Here you have it, packaged from the Microsoft demo version:

http://www.fivetechsoft.com/files/software/vc2008.rar
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Wed Oct 27, 2010 2:25 pm

hi antonio.
Thank you.

bcc582+fwh10.09 compile...
->success compile & runnung..

vc2008+fwh10.09+harbour_vc(harbour 2.0.0 Rev. 13372 download file) compile...

FiveWin for Harbour 10.9 (MSVC++) Sep. 2010 Harbour development power 넵
(c) FiveTech, 1993-2010 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7 넴
testmex.c
* Application successfully built *

->success compile but Is not running.
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Wed Oct 27, 2010 6:09 pm

yunbg1 wrote:hi antonio.
Thank you.

bcc582+fwh10.09 compile...
->success compile & runnung..

vc2008+fwh10.09+harbour_vc(harbour 2.0.0 Rev. 13372 download file) compile...

FiveWin for Harbour 10.9 (MSVC++) Sep. 2010 Harbour development power 넵
(c) FiveTech, 1993-2010 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7 넴
testmex.c
* Application successfully built *

->success compile but Is not running.


Yungb,

Do you get an error.log file, or if you place a first call to MsgInfo(), does it get executed ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Wed Oct 27, 2010 6:49 pm

no error file.

add -> msginfo("test")
no message. no running.

this is [fwh10.09\samples\testmex.prg] compile.

no error. Application successfully built.
but Is not running.


//buildhm.bat
@ECHO OFF
CLS
ECHO FiveWin for Harbour 10.9 (MSVC++) Sep. 2010 Harbour development power
ECHO (c) FiveTech, 1993-2010 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7

if A%1 == A GOTO :SINTAX
if NOT EXIST %1.prg GOTO :NOEXIST

set HBDIR=d:\harbour_vc2.0
set hdir=%HBDIR%
set hdirl=%hdir%\lib
set vcdir=d:\vc2008
set fwdir=d:\fwh24_10.09
set include=%vcdir%\include;%hdir%\include
set lib=%vcdir%\lib;%hdir%\lib

%hdir%\bin\harbour %1 /n /i%fwdir%\include;%hdir%\include /w /p %2 %3 > comp.log
IF ERRORLEVEL 1 GOTO COMPILEERROR
@type comp.log

%vcdir%\bin\cl -TP -W3 -c /GA %1.c
:ENDCOMPILE

IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1

echo %1.obj > msvc.tmp

echo %fwdir%\lib\FiveHM.lib %fwdir%\lib\FiveHCM.lib >> msvc.tmp

echo %hdirl%\hbrtl.lib >> msvc.tmp
echo %hdirl%\hbvm.lib >> msvc.tmp
echo %hdirl%\gtgui.lib >> msvc.tmp
echo %hdirl%\hblang.lib >> msvc.tmp
echo %hdirl%\hbmacro.lib >> msvc.tmp
echo %hdirl%\hbrdd.lib >> msvc.tmp
echo %hdirl%\rddntx.lib >> msvc.tmp
echo %hdirl%\rddcdx.lib >> msvc.tmp
echo %hdirl%\rddfpt.lib >> msvc.tmp
echo %hdirl%\hbsix.lib >> msvc.tmp
echo %hdirl%\hbdebug.lib >> msvc.tmp
echo %hdirl%\hbcommon.lib >> msvc.tmp
echo %hdirl%\hbpp.lib >> msvc.tmp
echo %hdirl%\hbcpage.lib >> msvc.tmp
echo %hdirl%\hbwin.lib >> msvc.tmp

rem Uncomment these two lines to use Advantage RDD
rem echo %hdirl%\rddads.lib >> msvc.tmp
rem echo %hdirl%\ace32.lib >> msvc.tmp

echo %vcdir%\lib\kernel32.lib >> msvc.tmp
echo %vcdir%\lib\user32.lib >> msvc.tmp
echo %vcdir%\lib\gdi32.lib >> msvc.tmp
echo %vcdir%\lib\winspool.lib >> msvc.tmp
echo %vcdir%\lib\comctl32.lib >> msvc.tmp
echo %vcdir%\lib\comdlg32.lib >> msvc.tmp
echo %vcdir%\lib\advapi32.lib >> msvc.tmp
echo %vcdir%\lib\shell32.lib >> msvc.tmp
echo %vcdir%\lib\ole32.lib >> msvc.tmp
echo %vcdir%\lib\oleaut32.lib >> msvc.tmp
echo %vcdir%\lib\uuid.lib >> msvc.tmp
echo %vcdir%\lib\odbc32.lib >> msvc.tmp
echo %vcdir%\lib\odbccp32.lib >> msvc.tmp
echo %vcdir%\lib\iphlpapi.lib >> msvc.tmp
echo %vcdir%\lib\mpr.lib >> msvc.tmp
echo %vcdir%\lib\version.lib >> msvc.tmp
echo %vcdir%\lib\wsock32.lib >> msvc.tmp
echo %vcdir%\lib\msimg32.lib >> msvc.tmp
echo %vcdir%\lib\oledlg.lib >> msvc.tmp

IF EXIST %1.res echo %1.res >> msvc.tmp

%vcdir%\bin\link @msvc.tmp /LIBPATH:%vcdir%\lib /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc

IF ERRORLEVEL 1 GOTO LINKERROR
ECHO * Application successfully built *
%1
GOTO EXIT
ECHO

rem delete temporary files
@del %1.c
@del msvc.tmp
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Wed Oct 27, 2010 7:05 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: fwh 10.09 link error ?

Postby yunbg1 » Wed Oct 27, 2010 8:11 pm

harbour 2.0.0 + vc2008 + fwh10.09 compile.
Application successfully built

Same result.

xharbour 0.99.71 (Simplex) + vc2008 + fwh10.09 compile.

link error message
down hear.

FiveWin for xHarbour 10.9 (MSVC++) Sep. 2010 xHarbour development power
(c) FiveTech, 1993-2010 for Microsoft Windows 95/98/NT/2000/ME/XP/Vista
Compiling...
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testmex.prg' and generating preprocessed output to 'testmex.ppo'...
testmex.c
Fivehmx.lib(DLGFIND.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(PEN.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MDIFRAME.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MGET.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MDICLIEN.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TIMAGLST.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BUTTONB.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TCLIPGET.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(RADIO.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MDICHILD.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BTNBMP.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TOOLBAR.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(REBAR.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(RADMENU.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(COMBOBOX.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TMETAFIL.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(STATUSBA.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TACCTBL.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MENUITEM.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MENU.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TGET.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(INI.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(CLIPBRD.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(IMAGE.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(RPREVIEW.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(DDE.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TSTRUCT.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TMSGITEM.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(CURSOR.obj) : error LNK2019: symbole externe non resolu _HB_FUN___CLSACTIVE reference dans la fonction _hb_vm_SymbolInit_CURSOR
Fivehmx.lib(ICON.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BRUSH.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TIMER.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(FONT.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BITMAP.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(PRINTER.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(RECT.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(SCRLLBAR.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(DIALOG.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(MSGBAR.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(CONTROL.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BAR.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(WINDOW.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(REG32.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(LISTBOX.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(SAY.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(ACTIVEX.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(CHECKBOX.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(BUTTON.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
Fivehmx.lib(TMETEREX.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE
FiveHCM.lib(ACTX.obj) : error LNK2019: symbole externe non resolu _hb_oleItemToVariant reference dans la fonction _InvokeEvent
FiveHCM.lib(ACTX.obj) : error LNK2019: symbole externe non resolu _hb_oleVariantToItem reference dans la fonction _InvokeEvent
FiveHCM.lib(WINDOWS.obj) : error LNK2019: symbole externe non resolu _hb_evalBlock1 reference dans la fonction _EnumChildProc@8
FiveHCM.lib(WINDOWS.obj) : error LNK2019: symbole externe non resolu _hb_evalBlock reference dans la fonction _EnumChildProc@8
FiveHCM.lib(MSGSAPI.obj) : error LNK2019: symbole externe non resolu _hb_mbtowc reference dans la fonction _HB_FUN_SENDWIDESTRINGMESSAGE
testmex.exe : fatal error LNK1120: 6 externes non resolus
* There are errors
FWH User
FWPPC User
FWLinux User
yunbg1
 
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Re: fwh 10.09 link error ?

Postby Antonio Linares » Fri Oct 29, 2010 11:44 pm

Yungb,

We are going to check with MSVC again,

In the meantime, could you use Borland ? :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 102 guests