Re: routine_id an euc
- Posted by coconut Sep 12, 2012
- 1074 views
This work with eui but not when the program is converted in C and compiled. I guess this is because routine names are lost at conversion.... Too bad.
I believe that this was just recently fixed with ticket:778. At least, with an updated translator, your sample works for me.
Matt
Hi Matt, I downloaded the last nightly build and dezipped it in a directory, then euc.exe report a missing library.
C:\Temp>c:\euphoria-40\eubins-watcom\euc User supplied library does not exist: C:\euphoria40\source\build\eu.lib
How should I proceed to install the lastest translator? Is-it reliable ?
Thanks,
Jacques
Sounds like a bug in the nightly build system.
There should be an eu.lib in the bin directory, you should be able to copy that into source\build\ and use that to translate.
Hi Jim, eu.lib is there in the same directory as euc.exe ....
It insist to have it in c:\euphoria40\source\build but such a directory doesn't exist on my computer.
Jacques