Oleacc.dll initialization error

  • Thread starter Thread starter Harris Tsim
  • Start date Start date
H

Harris Tsim

to whom it may concern,

I am using a win 2000 OS to develop a C++ program, it
works fine in Win 2000 but when i move to a system that is
using Win NT, it gives me a error of Oleacc.dll
initialization error. i am pretty sure that it's not
anything else because i tried the same program in another
Win 2000 machine and it works. Thus, would there be fix
since i can't even find a oleacc.dll in Win NT system


thanks
Harris
 
You must be using active-x in your program which requires certain system
'requirements'. e.g. your WINNT must have service pack version X, and
perhaps an IE version X, etc...
 
Back
Top