linking against OCI.LIB under Windows 7 - executable doesn't start (VS9)
I have an OCI application that is a WIN32 console app and has been running up to WIN XP 32 bit without any problems against up to Oracle 11g.
Now I'm in the need of getting it to run under Windows 7.
Trying it to run under Windows 7 in the first place resulted into an exception (0xc000007b).
Also recompiling and linking it under Windows 7 using VS9 (VS2008) did not make it any better.
Is there a newer OCI.LIB I will have to use?
--
Christoph
EDIT:
I found that OCI.DLL in the 64bit 11g distribution did not match the 32bit objects and libs that were linked and compiled into the application.
Now I'm in the need of getting it to run under Windows 7.
Trying it to run under Windows 7 in the first place resulted into an exception (0xc000007b).
Also recompiling and linking it under Windows 7 using VS9 (VS2008) did not make it any better.
Is there a newer OCI.LIB I will have to use?
--
Christoph
EDIT:
I found that OCI.DLL in the 64bit 11g distribution did not match the 32bit objects and libs that were linked and compiled into the application.
0