Re: Misc themes...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Daniel Berstein asks:
> 2.- Rob: If I plan to make my database system be spread upon several
> modules, so you can simple replace/upgrade one individualy...
> is it possible to have a main module (.e) that calls functions from
> other modules, BUT that this secondary module functions are invisible
> to the rest of the program (I mean the developers code)??? (I think
> it sounds like OOP, but you said that "Euphoria can achieve the same
> as OOP but in much easier way", or something like that)

Currently, if you declare something as "global" it will remain defined
through all the rest of your code, and it can't be overridden.

As part of developing the WIN32 version, I'm reconsidering some
issues to do with calling routines more flexibly, e.g. routines that aren't
defined yet in the source code, redefining of names, DLLs etc.
Things may become more flexible in the future, even in the DOS version.

Regards,
   Rob Craig
   Rapid Deployment Software

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu