extern
- Posted by Bernie <xotron at PCOM.NET> Sep 16, 2000
- 432 views
-- Why is there no extern directive in the translator/compiler How can Euphoria be linked to any other "C" object. Sure you can use shared or DLL librarys but what if you want to link with other static object files. This means that you have to ship a shared or DLL librarys instead of a single executable. Is speed the only advantage of using the translator ? Bernie