| delorie.com/archives/browse.cgi | search |
| From: | Waldemar Schultz <schultz AT ma DOT tum DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: **********GPC in RHIDE************* |
| Date: | Mon, 22 May 2000 12:33:31 +0200 |
| Organization: | [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) |
| Lines: | 79 |
| Message-ID: | <39290CFB.31EF0ED2@ma.tum.de> |
| References: | <8g1kgs$hjo$1 AT uranium DOT btinternet DOT com> |
| NNTP-Posting-Host: | pcritter10.mathematik.tu-muenchen.de |
| Mime-Version: | 1.0 |
| X-Trace: | wsc10.lrz-muenchen.de 958991701 7631 131.159.69.74 (22 May 2000 10:35:01 GMT) |
| X-Complaints-To: | news AT lrz-muenchen DOT de |
| NNTP-Posting-Date: | 22 May 2000 10:35:01 GMT |
| X-Mailer: | Mozilla 4.6 [de] (Win98; I) |
| X-Accept-Language: | de,en,en-US |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Barry Hanley schrieb:
>
> Can anyone help
>
> I normally program in C,C++ but i have a Pascal program to compile
>
> I have GPC compiling in Rhide OK BUT here's the problem
>
> The 'USES DOS,CRT command is used and i get errors cannot find
> module/interface
>
> I am assuming this is like the #include directive and i have tried to
> include files dos.pas + crt.pas into the RHIDE project window
>
> But still no luck
> can anyone help
you might give this a try:
Example using RHIDE as IDE for GPC to compile c:hello.pas
explanation: #Cancel# means click in field named 'Cancel'
#Run/Run# means click 'Run' then 'Run' in new menu
<Enter> means hit the 'Enter' key
C:\djgpp\doc\gpc\demos>rhide<Enter> launch the IDE
#OK# [close banner]
#Project/Close project# [close open project]
#Project/Open project# hello.gpr #Open# open new project
#Project/Add item# c:hello.pas #Ok# add source file
#Cancel# adding done
<Enter> open source file
#Project/Primary file# hello.pas #Ok# set primary file
#Options/Compiler Options# --autobuild #Ok# set compiler options
#Compile/Build all# compile project
[fix errors]
#Run/Run# run executable
#OK# close banner
<Enter> close user screen
#File/Exit# quit
That worked for me with rhide
==================================================================
RHIDE 1.4.7.6
Home:
http://www.tu-chemnitz.de/~sho/rho/rhide/rhide.html
http://www.lanet.lv/~pavenis/rhide.html
Download:
http://www.tu-chemnitz.de/~sho/rho/rhid147b.zip
and gpc
=================================================================
GPC GNU_Pascal_Compiler DJGPP/DOS 19991030
Home:
http://agnes.dida.physik.uni-essen.de/~gnu-pascal
Downloads:
ftp://genet.ujf-grenoble.fr/pub/GPC/gpc-19991030-gcc-2952-djgpp.zip
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/binary/i386-pc-go32/pdcurs24.beta-i386-pc-go32.zip
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/binary/i386-pc-go32/gmp-2.0.2-i386-pc-go32.zip
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/binary/i386-pc-go32/rx-1.5-i386-pc-go32.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/djdev203.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc2952b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gdb418b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bnu2951b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/mak379b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/txi40b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi4b.zip
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/pdcur24b.zip
or from any mirror of course.
--
Gruss Waldemar Schultz.
Technische Universität München, Zentrum Mathematik M1, D 80290 München
Tel: +49 (0)89 2892 8226 FAX: +49 (0)89 2892 8228
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |