- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems our application won't link with the libraries we are distributing. It appears that libc.lib isn't distributed with VS express and we get link errors when we try to build and link the main program with our libraries as it seems to try to resolve routines out of that library. I assume we must have to change some link/compile setting but I have stumbled upon the right one and didn't find it with any searches. Anybody help point me in the right direction?
Thanks,
Dave
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This topic is covered in the 9.1 release notes. If you are using the combination of 9.1 and VS2005 (or VC 2005 Express), then the compiler by default will link to the multithresded static library (libcmt) and give you a warning if you try to override that to specify the single-threaded library (libc) which does not exist.
Please read the release notes for more details.
Please read the release notes for more details.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page