|
|
|
|
|
by Rochus
973 days ago
|
|
> OLE style The Oberon component model actually differs significantly from COM/OLE. Oberon uses messages and message protocols; COM uses interfaces and the same virtual function tables as C++. Also interesting to note that there is not a single type-bound procedure in the whole Oberon System release 2.3.6 code. |
|
Of course the Document/Gadgets/Library system was implemented in a different way as OLE.