I wonder if anyone has run into this. I'm running IVF XE2013 (SP1). I have some code that, if an if-block is configured a certain way, it yields the errors shown below at runtime. If I set up the if-block another way, it does not yield these errors. As to the 'PDB' file, it's a bit mysterious. In the project, there is 'vc100.pdb'. In \Debug, there is 'SigmaTheta(IVF).pdb'. The only time I think I've seen this is if I had forgotten to shut down an earlier instance of the compiler (i.e., tried to run it twice w/o closing it down from the 1st time). It seems strange that an error like this (can't find file X) triggers from slight variations in which the code is written. For this reason, I think the code part of the issue is an artifact.
'SigmaTheta(IVF).exe': Loaded 'G:\Met. Data\SigmaTheta(IVF)\Debug\SigmaTheta(IVF).exe', Symbols loaded.'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\Program Files\Intel\Composer XE 2013 SP1\redist\ia32\compiler\libifcoremdd.dll', Binary was not built with debug information.'SigmaTheta(IVF).exe': Loaded 'C:\Program Files\Intel\Composer XE 2013 SP1\redist\ia32\compiler\libmmd.dll', Symbols loaded (source information stripped).'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\secur32.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', Cannot find or open the PDB file'SigmaTheta(IVF).exe': Loaded 'C:\WINDOWS\system32\msvcr100d.dll', Cannot find or open the PDB file