Re: making a dll
- Posted by jimcbrown (admin) Sep 26, 2012
- 2165 views
Derek seems to work exclusively in 4.1 now. 4.1.0 will have OpenWatcom support removed. The last 4.0 release, 4.0.5, will be the last release to have OpenWatcom support.
Then why not include some way to provide Eu downloaders with the correct compiler instead of the incorrect one?
It is the correct compiler. It works.
The 4.0.4+OW installer should have taken care of this automatically, and the variable will be set after you reboot.
I don't reboot computers for the heck of it. Plus i don't use just one version of Eu, so i don't want default pointers.
Then you need to run setenv-ow.bat as detailed in http://openeuphoria.org/ticket/575.wc and http://openeuphoria.org/forum/m/104674.wc and http://openeuphoria.org/forum/m/104896.wc
The environment variable is documented, just not by us:
That's odd, because Eu stresses the ability to convert to C code,
You stress being able to compile, but provide no support for compiling other than to say "go read compiler sites"?
Yes. We're a small dev team and it is easier for us to rely on the much bigger OpenWatcom team for OpenWatcom documentation rather than trying to reinvent the wheel here.
even to the point of not having features that work in the interpreter, because they won't work in the translated code. Like the task_yield in http.e.
I don't remember this. task_yield works in translated code, and even if this was not the case, it is a simple ifdef to get the benefits of task_yield only in interpreted mode.
(task_yield does not work when translated as a shared object, but like I said above and on IRC, it's a simple ifdef.)
I'm curious as to way you didn't try this link below:
http://www.google.com/search?hl=en&q=open+watcom+environment+variable&nfpr=&spell=1
Because i use Euphoria, so i looked in the Euphoria manual, forum, and wiki.
eukat
But you also missed the links on the forum (this forum) that describe setenv-ow.bat ?