From: "Maltanet" To: Subject: Re: DJGGP and RHIDE Date: Thu, 2 Mar 2000 19:02:51 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Marcus Vinicius Laranjeira wrote in message ... > I've got a problem... > > I put the DJGPP and all its contents, such as optional programs, > libraries, etc, and RHIDE in the network Application Disk of my Netware > Novell 4.11 DATA volume... Everything looks fine, RHIDE runs, and > aparentily works... > > But, when I try to save any options, these options, any of them, are > saved, but I can't load them at the program start... this is the minor > problem I think... > If you run the program from DOS you need the CWSDPMI program to run first else it will not work. To load options at start time store them in the /bin directory where there is rhide.exe Hope this helps you Joseph A. Zammit > The worst is that when I compile a program, even being a simple program > such as : > > #include > > int main() { > cout << "Hello World"; > return 0; > } > > the gcc program compiles the little program and links the executable... > when I try to RUN the program, every time it returns exit code -1... any > program, any time... > > If I run the program from a DOS Window / session, it runs fine... ... > > What should I do ?? > > I can't send you the autoexec.bat or config.sys, because there are more > than 100 machines with the sam problem, and every one sets the path > correctly, and the djgpp env variable... > > please help us ! > > thanks, > > > Atenciosamente, > > Marcus V. Laranjeira > Network Administrator > PUC-SP University > Sao Paulo - SP - Brazil > marcus AT pucsp DOT br >