On Mon, 08 Jun 2009, Szak�ts Viktor wrote:
> I've added hbmaindllp lib to the liblist for -hbdyn mode as
> part of a fix two months ago, but either the setup changed,
> or the fix was wrong, because removing it fixes msvc -hbdyn.

hbmaindllp should be used only in some special cases when linkng some
other .DLLs which wants to access HVM, f.e. contain compiled .prg code
and user does not want to create explicit bindings to harbour.dll so it
should be included optionally only when user needs it and in such case
non of Harbour libraries which are part of harbour.dll can be used in
linked library list so any missing function will be reported at link
time instead of creating wrong binaries with replicated functions and
internal structures.
hbmaindllp does not contain wrappers for all HVM functions so it can
be used only in some limited cases. Usually with DLLs created from .prg
code.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to