Page 1 of 1

how can i use DJGPP on windows

Posted: Thu Feb 05, 2004 12:00 am
by fffreeman
how can i use it!

what i ve to do after installation ?
anything with the setdjgpp.bat???

thx mark

RE:how can i use DJGPP on windows

Posted: Thu Feb 05, 2004 12:00 am
by Joe
After you Install DJGPP, you need to set your enviroment variable to allow it run properly, I am unsure right off-hand what they are, but I am sure If you look around you installation directory you might find a .bat file with some enviroment variables - then just run it then DJGPP should work, but If not just look it up on google, lol

  peace out...

RE:how can i use DJGPP on windows

Posted: Fri Feb 06, 2004 12:00 am
by dafreeman
lol - thx

Do i have to run this file at every start of my operinting system
or only once

RE:how can i use DJGPP on windows

Posted: Fri Feb 06, 2004 12:00 am
by ASHLEY4
You can set the enviroment variable in autoexe.bat like this:

set path=c:\djgpp\bin
set djgpp=c:\djgpp\djgpp.env

if you are useing dos,win95,win98.

ASHLEY4.

RE:how can i use DJGPP on windows

Posted: Fri Feb 06, 2004 12:00 am
by dafreeman
i am using windows xp

RE:how can i use DJGPP on windows

Posted: Fri Feb 06, 2004 12:00 am
by carbonBased
You can set environment variables through MyComputer... however, if you're using XP, you'll probably want to ditch DJGPP, and use an actual native compiler, such as MingW or CygWin.

Cheers,
Jeff