1. Misc themes...

1.- I forgive you Bryan, I also have a lillte brothe...

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)

Regards,
  Daniel Berstein
  danielberstein at usa.net
  http://www.geocities.com/SiliconValley/Heights/9316

new topic     » topic index » view message » categorize

2. Re: Misc themes...

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 message » categorize

3. Re: Misc themes...

Robert Craig wrote:

> As part of developing the WIN32 version, I'm reconsidering some
>
> Regards,
>    Rob Craig
>    Rapid Deployment Software

   How soon is the alpha/beta version going to be released? :)

Later!
ck

new topic     » goto parent     » topic index » view message » categorize

4. Re: Misc themes...

C. K. Lester asks:
>  How soon is the alpha/beta version going to be released? :)

The alpha WIN32 version will be released in 2 to 3 months.
That's an improvement. Last time I said 2 to 4 months. smile

Regards,
   Rob Craig
   Rapid Deployment Software

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu