Re: Translator problem?
- Posted by jeremy (admin) May 01, 2009
- 906 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