Hi Petr,

Viktor,  I not understand why it works in xHarbour+BCC.

Did you try this? The setup looks essentially identical
to me, so I wonder if it indeed works.

I add in contrib\mtpl_vc.mak this lines

!ifndef HB_VISUALC_VER
HB_VISUALC_VER = 71
!endif

This is correct.

and replace in test\bld_vc.bat
set HB_USER_LIBS=hbgd.lib bgd.lib hbct.lib =>
set HB_USER_LIBS=%HB_LIB_INSTALL%\hbgd.lib %HB_LIB_INSTALL%\bgd.lib
%HB_LIB_INSTALL%\hbct.lib

This is not needed anymore, I've fixed bld.bat yesterday.

works fine, but i got
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other
libs; use /NODEFAULTLIB:library

Can you get some details on that? LIBCTM is the MT version of LIBC,
so it's not good if we collide with it.

no LNK4033 warning :)

I'm not that lucky :)

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to