Can't find debug information for static libs
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2010
09:56 PM
05-09-2010
09:56 PM
Can't find debug information for static libs
Hi,
We're evaluating AQtime and can't seem to get it to recognize our static libraries. When a lib is added as a module it very quickly is labeled as ( no debug info ), this even though the search path for all pdbs is added in AQtime -> Services -> Symbols. The libraries have generate program database turned on, as do the main executable.
We're using VS 2008 and everything is C++.
We're evaluating AQtime and can't seem to get it to recognize our static libraries. When a lib is added as a module it very quickly is labeled as ( no debug info ), this even though the search path for all pdbs is added in AQtime -> Services -> Symbols. The libraries have generate program database turned on, as do the main executable.
We're using VS 2008 and everything is C++.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2010
12:56 AM
05-12-2010
12:56 AM
Hello Sebastian,
LIB modules are built into the executable file or dynamic libraries (DLL) and you do not need to add them to your AQtime project. You need to add the corresponding executable modules instead.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2016
12:09 AM
10-06-2016
12:09 AM
So why AQTime automaticaly "add" static libs from a Visual Studio solution if it do not need such libs ??
I completely understand why it do not need static libs since the libs code stands in PE modules.
