0

i went through this link http://blogs.artinsoft.net/Mrojas/archive/2011/09/30/Running-Object-Table-and-NET.aspx i want to know, can we place MFC object in RunningObjectTable or not. If yes how can we do that.

Please help me here.

Raj
  • 68
  • 1
  • 6

1 Answers1

1

Only COM objects can be placed in the ROT. MFC can be used to create a COM object, but it does not matter what language or library is used to implement the COM object.

ScottMcP-MVP
  • 10,337
  • 2
  • 15
  • 15
  • Hi ScottMcp I have seen in some link ppl are saying that if we can create custom monikar for MFC control we can place MFC object in RunningObjectTable (ROT). Is it right? how can we create custom monikar for MFC – Raj Sep 23 '13 at 10:56
  • You can place an object into the ROT without a moniker. – xMRi Sep 26 '13 at 19:45