- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
xyz.lib is an object library, but has no symbols (this can happen if lib is used where xilib is needed). This occurs in the x64 mode.
How can I change the setings to get arround the problem?
Thanks
D
How can I change the setings to get arround the problem?
Thanks
D
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you give a sample project for this error?
Thanks.
-Yang
Thanks.
-Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you possess the sources from which to build xyz.lib, all that you have to do is to recompile and rebuild (using ar or lib) the library to put the external symbols back in.
If you have only the library and it has the symbols stripped from it, you are stuck.
If you have only the library and it has the symbols stripped from it, you are stuck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems that you're linking xyz.lib that is built with /Qipo (or /GL) in a project that is built with VC. To solve it, turn off the /Qipo optimization when building the xyz.lib.
Jennifer
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I shall make the changes and get back to you with the results.
Reg
Deepak
Reg
Deepak

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