Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRichEditView template creation error

Status
Not open for further replies.

BrotherC

Programmer
Sep 29, 2002
25
CA

On some machines I have problems calling CDocTemplate::CreateNewFrame(NULL,NULL). It works fine on most machines but causes and exception two machines. Operating systems are the same. I've narrowed it down to CRichEditView being the problems because I use it in two templates that are causing the problem. One view is a split view and the debugger tells me error creating second view. I'm guessing that I am not installing the correct dlls? Is this the case? How can I find out what dlls I need for CRichEditView?

Cheers,

Bother C
 

I'll answer my own question in case someone is intereseted. It's riched.dll

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top