Date: Mon, 15 Sep 1997 14:51:24 +0300 (IDT) From: Eli Zaretskii To: ludvig cc: djgpp AT delorie DOT com Subject: Re: My .exe works on my machine but not on my friends! In-Reply-To: <341C6338.1036@club-internet.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 15 Sep 1997, ludvig wrote: > I have got a p133 and my friend have an 486dx66:) and on his machine the > program just wont run, no errorcodes, nothing. we have the same setups, > win95 the same directory and everything but when He doubbleclicks on the > .exe the dospromt shows for a second and then exit. In general, a DJGPP program should run on any machine with Windows 95 without additional drivers. So this is some bug in the program that goes undetected on your system but raises its ugly head on your friend's. One possible cause might be that your program opens some files that are only present on your machine. However, you don't tell enough about your program to judge whether this might or might not be the reason. Without more info about the program (e.g., what graphics library, if any, did you use), I don't believe there's some kind of magic that people here could use to second-guess your problems. Since the program exits but doesn't crash, you might consider running it under a debugger on your friend's machine, or adding debugging print-outs, so you could know how did it happen that it exits immediately.