Search found 1 match
- Fri Sep 24, 2010 6:01 pm
- Forum: ScaleRichView
- Topic: Asbtract error due to CoInitializeEx
- Replies: 2
- Views: 17849
Asbtract error due to CoInitializeEx
When some other component in your program uses CoIntialize (instead of OleInitialize), you will get an abstract error (should be AV) on freeing the SRichViewEdit. The problem is that when registering for the IDragDrop window, it returns an error and releases the interface (see delphi docs on this ...