Viktor Szakáts wrote:

Indeed.. sorry for the false alert. [ my locally stored version
blocked the update ]

I get the errors below when running this batch file for MSVC 2008 in a freshly updated copy of hwgui:

set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
call "%VS90COMNTOOLS%vsvars32.bat"
set PATH=C:\users\alex\harbour-1.1.0dev\bin;%PATH%
hbmk2 *.hbp

Besides the dll related errors below, it seems all worked well, the libs are all there. BTW I always link statically so this is FYI only.

I am testing the SVN release and I must congratulate you on a fine job with hbmk2, to be able to just run:

hbmk2 hello.prg

and hello.exe automagically appears is awesome.

Regards
Alex


Errors:

hbmk: Creating static library... lib\hwgui.lib

Microsoft (R) Library Manager Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

hbmk: Processing configuration: C:\users\alex\harbour-1.1.0dev\bin\hbmk.cfg

hbmk: Creating dynamic library... lib\hwguidyn.dll

Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

hbvm.lib(hvmall.obj) : error LNK2005: _hb_arrayLen already defined in hbmaindllp
.lib(maindllp.obj)
hbvm.lib(hvmall.obj) : error LNK2005: _hb_arrayIsObject already defined in hbmai
ndllp.lib(maindllp.obj)
hbvm.lib(hvmall.obj) : error LNK2005: _hb_arraySet already defined in hbmaindllp
.lib(maindllp.obj)
hbvm.lib(hvmall.obj) : error LNK2005: _hb_arrayGet already defined in hbmaindllp
.lib(maindllp.obj)

etc
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to