Hi Randy,

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?

This info might be of some help. Check it out.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/lnk4098.asp

BTW, posting more info about how you compile and link
Harbour and your app (bat files, makefiles, libraries
you link agains, etc.) would help more I guess.

--

Marek

----------------------------------------------------------------------
Potega i sila na wyciagniecie reki - sprawdz!
Zagraj >>> http://link.interia.pl/f1cf3

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

Reply via email to