Re: holding Euphoria back?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 30, 1999
- 421 views
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 -- __