linker error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p align=left><font face=Arial size=2>I have a large build of unmanaged C/C++ code that has recently started to fail at one spot with</font>
<p align=left> 
   Creating library d_openexr.lib and object d_openexr.exp
d_openexr.o : fatal error LNK1318: Unexpected PDB error; RPC (23) (0x000006BA)

<p align=left>I cant seem to find any documentation on what that might be going wrong. The error happens on a couple of different build configurations. They are all based on VS 2005 with sp1. I have the following systems that I believe to be fully patched:
<p align=left> 
<p align=left>* XP Pro (32 bit) targeting x86,
<p align=left>* Vista Ultimate on x86 targeting x86
<p align=left>* Vista Ultimate on x64 targeting x64.
 
<p align=left> Im pretty sure all the libraries that take part in this link are by themselves ok as they are used by many other executables.
 
<p align=left>Its not feasible to make up a test case I can post here.
 
<p align=left>thanks,
<p align=left>James

View the full article
 
Back
Top