- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AvCRTd.lib was compiled using the VS.Net C-runtime libraries and debug info which aren't compatible with the ones used by Visual C++ v6.0.
If you wish to use Visual C++ v6.0 you can edit the file AvCRT.h and change the line:
to:
You'll still get the defaultlib warning, but otherwise it should be ok.
John
If you wish to use Visual C++ v6.0 you can edit the file AvCRT.h and change the line:
#pragma comment(lib, "AvCRTd.lib")
to:
#pragma comment(lib, "AvCRT.lib")
You'll still get the defaultlib warning, but otherwise it should be ok.
John
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