Integrating PRO*C in Microsoft Visual Studio 2010.
gcJul 28 2011 — edited Jul 28 2011Hi all,
I used to compile and build .exe pro*c code with Microsoft Visual C++ 6.0 on Windows server 2008 32 bit platform. Now I am facing problem to do the same os on 64 bit machine. My os and oracle binaries(10.2.0.5) both are 64 bit. I need to create .exe for 64 bit windows server 2008.
I thought Microsoft Visual C++ 6.0 may be old and does not support 64 bit platform. So I installed Microsoft Visual Studio 2010. But I can not create new project with MS VS 2010, but if I open Vc++ 6.0 workspace with vs2010 its working but some how default header files (like stdio.h,io.h,dos.h) are not being identified.
My question is :
1>Does Ms VS 2010 supports pro*c?
2>If so how to configure vs 2010 for .pc file compile and build .exe for 64 bit Win 2008 server?
3>Can we make 64 bit exe with vc++ 6.0?
Please help.
--gc