Link to home
Start Free TrialLog in
Avatar of pbyrne
pbyrne

asked on

OLE32.DLL with CoInitializeEx()

I have a 32-bit Windows EXE file making a call to CoInitializeEx().

The MSDN documentation says:
"QuickInfo
  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
  Windows CE: Use version 2.0 or later.
  Header: Declared in objbase.h.
  Import Library: Included as a resource in ole32.dll."

I have found that it is looking for a newer OLE32.DLL than is on my Windows 95 installation, but I cannot find what
redistributable I need.

Can anyone point me in the proper direction?

Thanks,
Paul Byrne (paul.byrne@datalex.ie)
Datalex
ASKER CERTIFIED SOLUTION
Avatar of stevemiller
stevemiller

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial