0

CDialog::Create() is failing on Win7 32 bit PC because dialog have Richedit control.

Once i remove that control from dialog,It got created but i need Richedit control.

Why CDialog::Create() is fails when i use Richedit control ? Also i called "AfxInitRichEdit2()"

bala
  • 275
  • 2
  • 3
  • 13

1 Answers1

0

RichEdit might also need OLE initialization: AfxOleInit()

user1793036
  • 199
  • 1
  • 8