On Thu, 29 Nov 2007, Mattias Gaertner wrote:

> Lazarus has the IDEIntf, the API for IDE plugins.
> 
> What is better in this case: classes or interfaces?

Classes:
- No reference counting mess. 
- Easier to grasp conceptually.
- You can use ansistrings. Interfaces require widestrings. (olestrings to be 
exact)

> What if someday there are packages? 

It'll work transparantly.

> What if someday there is a closed source dll plugin?

If it is a package, there is no problem.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to