[fpc-pascal] Module or Plugin or similar howto implement?

2010-07-19 Thread Eduardo


Hello all:

I'm developing an app and need to extend its functionality via external
modules or plugins. Currently i'm trying to do it using dll/so but
don't know if there are better methods to do implement it. 

TIA

L
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Module or Plugin or similar howto implement?

2010-07-19 Thread Reimar Grabowski
On Mon, 19 Jul 2010 17:13:15 +0200
Eduardo  wrote:

> I'm developing an app and need to extend its functionality via external
> modules or plugins. Currently i'm trying to do it using dll/so but
> don't know if there are better methods to do implement it. 

I don't know if there are better methods, but I can say that the dll/so 
approach works quite well. At least it did for our project. It was written in 
C++ but I think it will work with pascal as well, if not better due to superior 
language. :)

hih
R.
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Module or Plugin or similar howto implement?

2010-07-19 Thread karl-michael . schindler
Hi Eduardo.

Am 19.07.2010 um 17:13 schrieb Eduardo:
> Hello all:
>
> I'm developing an app and need to extend its functionality via 
> externalmodules or plugins. Currently i'm trying to do it using 
> dll/so butdon't know if there are better methods to do implement it. 

In UltraStarDeluxe, a singing game, we use the scripting language lua for 
plugins.

Michael.
___
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal