PDA

View Full Version : [2] Cannot load rich edit control.



Larry Teames
07-25-2007, 04:06 PM
Under XP Pro SP2, I am getting the error shown above when running an install created with SB6.5.1911.0. This install has run correctly on numerous XP and Vista machines. What is the cause, and probable solution of this error.

Larry Teames
07-26-2007, 12:59 PM
Additional info: This was running from a networked drive (e.g. the install exe was on drive F:). When moved to the C: drive of the machine, the install ran successfully.

Unregistered
07-29-2007, 02:42 PM
Additional info: This was running from a networked drive (e.g. the install exe was on drive F:). When moved to the C: drive of the machine, the install ran successfully.

I think the Windows RTF component is not accessible in your case. We see the same with our own application. When this happens then LoadLibrary() cannot load the RTF component.

It's a Windows problem, IMO.

Peter

linder
07-30-2007, 04:10 AM
Larry,

On this machine, the LoadLibrary( "RICHED32.DLL" ) API function call failed (cannot find/load the core RICHED32.DLL Windows component).

Friedrich