- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having difficulty loading debugging symbols for a static library (.lib) linked to a dll, which is linked to the main application. The library is being compiled using the Intel C++ compiler, which does not support pdb files, so I am constrained to use the /Z7 option to generate debugging symbols.
My application structure is as follows: the main exe code is written in C#, the dll is in managed C++ compiled with the Microsoft compiler, and the lib is in C++ with the Intel compiler.
I _can_ debug just fine if I run the dll project directly (as an exe). I have tried compiling both the dll and the lib with the Z7 option, but it does not allow me to load symbols for the lib files. I am running all of this onVisual Studio 2005.
Any suggestions?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks.
-Yang

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