From: david AT tregunna DOT demon DOT co DOT uk (David Benjamin Barber) Newsgroups: comp.os.msdos.djgpp Subject: Help:Modules Date: Mon, 26 Jan 1998 23:36:23 GMT Message-ID: <34cd1bd4.28378250@news.demon.co.uk> NNTP-Posting-Host: tregunna.demon.co.uk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I using RHIDE 1.4 to write a program, after the length of the code got to a certain point i decided to break it up into modules. I am having difficulty in passing structures and arrays to the modules. I have been using: extern int for other variables. I have read the info from the deloree site about multi modules, however it does not cover this. Thank you in advance