From: Rob Vasquez Newsgroups: comp.os.msdos.djgpp Subject: Re: rhIDE...curious compiling... Date: Sat, 04 Jan 1997 22:41:43 -0500 Organization: Digital Fx Lines: 23 Message-ID: <32CF22F7.3202@worldnet.att.net> References: <32CF1258 DOT 102B AT pluto DOT njcc DOT com> NNTP-Posting-Host: 207.147.48.91 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > ok...i've got rhide set up fine over djgpp...more or less... > more...i can access the help files and no reported errors... > ...i can compile programs... > less...i can compile programs... > ...but they only stay compiled while in rhIDE... > ...e.g. i can shell and manipulate the .o and .exe... > ...yet the moment i exit rhIDE itself,,, > ...the output disappears...(.o and .exe) > also...i compiled a program called 'test',,, > ...not nearly as complex as 'Hello World': > --> main(){} > ...the size of test.c was 10 bytes... > ...the size of test.o was 511 bytes... > ...the size of test.exe was 61,470 bytes... Shutting off debugging code and then optimizing for size, not speed will get those EXE's down. using an EXE packer wont help because of the overlays. Check what directory rhide is keeping source files in. -- Rob Vasquez Digital Fx '97 email: digital DOT fx AT worldnet DOT att DOT net