1. Re: holding Euphoria back?

Robert

I think I have an idea all you need is the scope resolution operator

 "::" from C++. Then all Globals would be kept in one include file.

All other include files would not be allowed to contain any globals.

Then a user would use the following.


             include global.e
             include somefile.e
             include anotherfile.e

             somefile::displayit()
             anotherfile::displayit()
             z = somefile::someconstant

As far commercial use of Eu I would suggest that these programmers

use euw and write their own DLL's in C++ or Delphi to accomplish any

features that they wish to incorperate into the langaguge.

Graphics can use directX and OCX's can also be used.

--                           o  o
--                            ||
-- Thanks for your attention (..) Bernie
--                            __

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu