Larry Lindstrom
2008-03-28 11:01:08 UTC
Hi Again Folks:
Developing on XP Mediacenter, C++, VS 2008 Pro, WIN32, no MFC.
I've been developing an application with VC6, and am trying to
get my first build using VS 2008. These errors are generated when
compiling files I'm using to build static libraries.
1>c:\..._dialogbox.cpp : error C2471:
cannot update program database 'c:\documents ...\debug\vc90.pdb'
1>c:\..._dialogbox.cpp : fatal error C1083:
Cannot open program database file: 'c:\documents ...\vc90.pdb': No
such file or directory
This pair of error messages seems to be repeated for each source
file in the library's directory.
MSDN gives this as the cause:
There is a limit of 4096 modules (.obj files) in a PDB file.
The file also has a total size limit of approximately 64 MB.
There is a vc90.pdb and a vc90.idb in the debug directory that's
under the library's directory with its source files. There are 56
object files in the debug directory, vc90.pdb's size is 1540 KB.
I haven't done anything to prepare my VC6 projects for VS 2008,
but the first time I attempted a build a popup informed me that
the files were being converted somehow.
Suggestions?
Thanks
Larry
Developing on XP Mediacenter, C++, VS 2008 Pro, WIN32, no MFC.
I've been developing an application with VC6, and am trying to
get my first build using VS 2008. These errors are generated when
compiling files I'm using to build static libraries.
1>c:\..._dialogbox.cpp : error C2471:
cannot update program database 'c:\documents ...\debug\vc90.pdb'
1>c:\..._dialogbox.cpp : fatal error C1083:
Cannot open program database file: 'c:\documents ...\vc90.pdb': No
such file or directory
This pair of error messages seems to be repeated for each source
file in the library's directory.
MSDN gives this as the cause:
There is a limit of 4096 modules (.obj files) in a PDB file.
The file also has a total size limit of approximately 64 MB.
There is a vc90.pdb and a vc90.idb in the debug directory that's
under the library's directory with its source files. There are 56
object files in the debug directory, vc90.pdb's size is 1540 KB.
I haven't done anything to prepare my VC6 projects for VS 2008,
but the first time I attempted a build a popup informed me that
the files were being converted somehow.
Suggestions?
Thanks
Larry