Main Menu

Fb Object

Started by James Fuller, July 07, 2016, 11:07:10 AM

Previous topic - Next topic

James Fuller

Jose,
  Did you investigate Fb's Object?
If yes Opinions?

How about iterating operators?

James

José Roca

Not in deep. Pecking from flower to flower you achieve nothing. There will be time to explore it.

James Fuller

I only mentioned Object as it appears to offer additional info if you base your classes on it with Extends?

James

José Roca

And also slows execution slightly. I have tried it in declares to COM servers to use abstract methods. This simplifies somewhat the syntax, e.g. instead of using pInterface->lpvtbl->MethodName(pInterface, <params>), you can use pInterface->Methodame(<params>). It is mandatory to use virtual methods, but I'm not a fan of OOP.