PlanetSquires Forums

Support Forums => José Roca Software => Topic started by: James Fuller on July 07, 2016, 11:07:10 AM

Title: Fb Object
Post by: James Fuller on July 07, 2016, 11:07:10 AM
Jose,
  Did you investigate Fb's Object?
If yes Opinions?

How about iterating operators?

James
Title: Re: Fb Object
Post by: José Roca on July 07, 2016, 12:39:50 PM
Not in deep. Pecking from flower to flower you achieve nothing. There will be time to explore it.
Title: Re: Fb Object
Post by: James Fuller on July 07, 2016, 02:09:34 PM
I only mentioned Object as it appears to offer additional info if you base your classes on it with Extends?

James
Title: Re: Fb Object
Post by: José Roca on July 07, 2016, 03:01:56 PM
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.