Hi all,

I have tried the various suggestions to eliminate these link errors:

LIBCMT.lib(dosmap.obj) : error LNK2005: __dosmaperr already defined in LIBC.lib(dosmap.obj)
.
.
.
LIBCMT.lib(tolower.obj) : error LNK2005: _tolower already defined in LIBC.lib(tolower.obj) LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library

The only thing that seems to fix this problem is "/NODEFAULTLIB:LIBCMT" - My app seems to build and run ok.

Can someone please let me know what the implications of including this are?

TIA.

Regards,
Randy.


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

Reply via email to