An MFC application which is connecting oracle db through occi. but it is giving error 0xC000007b on running in 64 bit machine?

StackOverflow https://stackoverflow.com/questions/22145104

I have compiled this application in VS 2010 in 32 bit Win7 and it is working fine on 32 bit machine but giving error "the application is Unable to start correctly 0xc000007b" on 64 bit machine.

After Google it I have checked with Dependency Walker it is giving the error in ORAOCCI11.dll. but don't get any solution to resolve it.

Thanks in advance.

有帮助吗?

解决方案

I got the answer of this question by my own so i am answering it. I should use all the 32 bit libraries even on 64 bit system if my all other code is complied in 32 bit so ODAC client should be of also 32 bit.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top