From: barmyb Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and EditPlus Date: Fri, 24 Mar 2000 00:50:23 +0100 Organization: Wanadoo, l'internet avec France Telecom Lines: 23 Message-ID: <38DAADBF.ED74CBD9@yahoo.com> References: NNTP-Posting-Host: integ-archives-1-1-215.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: wanadoo.fr 953855451 19024 193.250.32.215 (23 Mar 2000 23:50:51 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 23 Mar 2000 23:50:51 GMT X-Mailer: Mozilla 4.7 [fr] (Win98; I) X-Accept-Language: fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com you can do a "do_gcc.bat" with : gpp.exe %1.cpp -o%1.exe and in editplus, in pref, in user tools : >> add program in command : ####do_gcc.bat (where #### is the path of do_gcc.bat, for exemple c:\djgpp\do_gcc.bat) in arg : $(FileDir)\$(FileNameNoExt) Now you can compile with a click... "Michael G. Bronner" a écrit : > Has anyone attempted to use DJGPP from EditPLus, like it can be done with > Java and Perl? Please let me know how. Any info is greatly appreciated! > > Michael