RE: EU to C translator
- Posted by tacitus <indorlaw at zdnetonebox.com> Jul 25, 2001
- 360 views
jerry wrote:- > Still one problem. The resulting exe file won't run. It just > > makes > a DOS window and doesn't do anything. > > I was not able to test with the Borland compiler, because I > couldn't find where to download it from on their website. > It seems to not be there. > ... ... ... > > My question is: Why does the C-form exe make a DOS window and do > nothing? > Is it a problem with: > a) DMAK? > b) EU to C translator? > c) LCC compiler? > > > Jerry Story jerry my hunch is, none of the above - i think it's the linker. i've had this problem myself with lcc, especially when compiling and linking from the windows interface. my problem was solved by compiling and linking from the command line and ensuring that i used the linker switch '-system windows', which is documented at p.56 of the lcc manual. best of luck. tacitus