Warning W8080 source\vm\arrays.c 1473: 'hb_stack_ptr_from_tls()' is
declared but never used

BCC reports it for inline functions???
Interesting. I'll pacify it.

Thanks.

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_compExprCBVarDel' referenced from
C:\WORK\HARBOUR\HARBOUR\LIB\B32\HBCPLR.LIB|exproptb
Error: Unresolved external '_hb_compExprDescription' referenced from
C:\WORK\HARBOUR\HARBOUR\LIB\B32\HBCPLR.LIB|exproptb

Ups. You were right. It's the problem with EXPORT attribute caused
by dividing compiler code into dll and static parts.
You will have to add also PP_LIB and COMMON_LIB.

Okay. I couldn't yet find a proper switch to exclude
exports from final executables, so maybe we should put
up with some size increase for BCC/MSVC executables.
At least until someone comes up with an idea.

What do you think in smoothing out the difference between
dll and non-dll code in non-GNU builds? (this means to
enable HB_DYNDLL for all compilations, thus making this
build switch unnecessary, and at the same time the whole
build process much quicker. This would also mean that
HB_BUILD_DLL=yes option is costless, so it can be made
a default non-option.)

Brgds,
Viktor

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

Reply via email to