Problem with Oracle Pro*C (proc.exe) and Visual C++ 2010 Professional
751248Jun 30 2010 — edited Jul 14 2010IDE: Visual Studio 2010 Professional
Operating System: Windows XP
Oracle Client Version: Oracle 11gR1
I recently installed a trial version of Visual C++ 2010 Professional, and I converted an Visual C++ 6 workspace (.dsw file) to a solution (.sln file).
Many of the projects (formerly .dsp files, now .vcxproj files) contain .pc files which I have previously used Pro*C to precompile to .cpp files as a custom precompilation step within Visual C++.
When I attempt to build the solution, some of the .pc files seem to compile successfully, but many fail. I've not yet determined how many succeed and how many fail. The more troubling issue is that exactly twice during each solution build attempt, I'm presented with the following dialog:
proc.exe
proc.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
The dialog has a link for more information about the error, and when I click it, this is the "information" that I get:
proc.exe
Error signature
AppName: proc.exe AppVer: 0.0.0.0 ModName: proc.exe
ModVer: 0.0.0.0 Offset: 000d8751
An error report is generated and saved in a file ending in "appcompat.txt".
How might I determine the cause of the problem, and more importantly, how might I solve the problem?
Thanks in advance!