Message-ID: <350808F1.1C46@midamer.net> Date: Thu, 12 Mar 1998 10:10:27 -0600 From: musight AT midamer DOT net MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: PPC7100->VPC->W95/DOS->DJGPP??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: clpm2-3.midamer.net Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk To Any who would respond, I recently added Virtual PC w/Windows95 & DOS to my PPC 7100/80 and since I'm a neophyte to the world of programming thought it would be a good time to take advantage of the availibitlity of progranmming environments for the WIN/DOS platform. I found DJGPP and installed it as indicated using 'pkunzip -d'. When I first attempted to run go32-v2 it told me there was no dpmi so I thought I could easily remedy the emulator's oversight by getting cwsdpmi, but I don't know what to do with it now. I think the PC emulation application is causing a problem. RHIDE seems to work fine, but I don't know enough about c/c++ to know I've followed the correct steps in creating an .exe file. All I have accomplished thus far is entering the following program: //hello.cp #include woid main< void > { cout << "hello world" << endl; } //end hello.cp Afterwhich I compile hello.exe and attempt to run but receive the message that it is not a proper executable file. Any info could only help! Thanks for your time. Jeff D.S.