I have a project that builds a DLL. The normal PDB file is named "projectname".pdb.
Is there an easy way to include the file version from the DLL in the PDB file name?
Example: DLL file version is 4.1.0.5 and PDB file is "projectname"_4_1_0_5.pdb.

Signature
Regards,
Frank
Jochen Kalmbach [MVP] - 29 Mar 2007 22:07 GMT
Hi Frank!
> I have a project that builds a DLL. The normal PDB file is named
> "projectname".pdb.
>
> Is there an easy way to include the file version from the DLL in the PDB
> file name?
OT: Why do you need it?
Why not use Symstore (Symbol-Server from "Debugging Tools for Windows")?
It stores your PDBs in a (file-system) database and it will retrive the
correct pdb for the currently debugged dll/exe.

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Walter Wang [MSFT] - 03 Apr 2007 07:05 GMT
Hi Frank,
What do you think of Jochen's suggestion? Please feel free to let us know
if this is not your original objective or you need further information on
this. Thanks.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.