how can i use DJGPP on windows

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
fffreeman

how can i use DJGPP on windows

Post by fffreeman »

how can i use it!

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

thx mark
Joe

RE:how can i use DJGPP on windows

Post 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...
dafreeman

RE:how can i use DJGPP on windows

Post by dafreeman »

lol - thx

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

RE:how can i use DJGPP on windows

Post 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.
dafreeman

RE:how can i use DJGPP on windows

Post by dafreeman »

i am using windows xp
carbonBased

RE:how can i use DJGPP on windows

Post 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
Post Reply