Board index » cppbuilder » Application Error Using VCL Component in Explorer Namespace COM Object
Joe Ric
![]() CBuilder Developer |
Thu, 02 Jan 2003 03:00:00 GMT
Application Error Using VCL Component in Explorer Namespace COM Object
I'm writing an Explorer Namespace COM Object. I've gotten the COM Object to
imbed the List View in Explorer's Right Pane. However, After The List View is Shown I get An Explorer.exe Application Error "the Instruction at 0x6d726f46 refrenced memory at 0x6d726f46. The memory cannot be read". Explorer then terminates. I Actually see the Listview in Explorer. Any help Would be appreciated. More Info: C++Builder Version 5.0 Build 12.34 The List View is A TurboPower SysTools ShellListView. Code: psb->GetWindow(&FParentHandle); ShowMessage( (int)*phWnd); return S_OK; Quote}; Thanks in advanced for any help. Joe |