Search code examples
mfcrunning-object-table

How to place object in ROT


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.


Solution

  • 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.