Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28990 Discussions

The program cant start because pdbx.dll is missing from your computer. Try re-installing to fix this problem

Andrew_Smith
Valued Contributor I
484 Views

Now that I have upgraded to XE 2013 and removed paths to earlier versions my application gives this message. I can get it to start by using pdbx.dll from XE 2012.

My project is set to use Debug Multi-threaded DLL runtimes. I understand that the Parallel debugger extension was removed in XE 2013. Should I change to none-debug runtimes ?

0 Kudos
1 Reply
IanH
Honored Contributor III
484 Views
I could imagine that message popping up if there was a component of your program (a static library, perhaps) that was not completely rebuilt using the newer compiler (assuming that you are running the debug variant on the same machine that you build on, if not then you are being naughty).
0 Kudos
Reply