Re: Translator problem?
- Posted by LarryMiller May 01, 2009
- 981 views
Jeremy
The emake.bat file I sent previously was an old one. The following version was created thus:
- snip -
I noticed that init-0.c was not in the list. As an experiment I added it to the emake.bat file and ran it. init-0.c was compliled but the end result was the same.
You'll need to add it to the editor.lnk also, something like FILE init-0.obj. Until I get this sorted out, if you are in the middle of development, maybe generate the code, copy the emake.bat file to mymake.bat and the editor.lnk to myeditor.lnk. Add in init-0.c and init-0.obj to the mymake.bat and myeditor.lnk files. Also, the mymake.bat will need to have wlink @editor.lnk changed to wlink @myeditor.lnk.
I will work on resolving this issue. Is your code open source? (i.e. can I get it somewhere as a test case since I cannot seem to reproduce the problem?).
Jeremy
Jeremy
The application is currently under development and probably will be for some time yet. I tried the translator more as a test than anything else. I don't know if I would like to release it as open source but I could zip the files and send them to you, in the interests of improving euphoria. If the problem is in the translator it will cause problems on other large projects as well.
I still have your email address.