1. CRT Dos, MS-Windows PDCurses (2) what's this? do I need this?
2. what's GRX? do i need it?
3. So far I have downloaded: djdev202.zip bnu281b.zip mak377b.zip gdb416b.zip faq211b.zip gpc-20000727.i586-pc-msdosdjgpp.zip
4. Am I all set for DOS? Do I need anything related to 1. or 2.? Am i ready to install?
I will not use an IDE right now - just a text editor and I'll complie and run w/commands typed and entered from the DOS cmd line. Anything else I need?
Thanks
leegold wrote:
- CRT Dos, MS-Windows PDCurses (2)
what's this? do I need this?
CRT is a BP compatible unit for text screen control. If you want to do just simple I/O, you don't need it. Otherwise get PDCurses.
- what's GRX? do i need it?
As it says on the web page, a graphics library.
- So far I have downloaded:
djdev202.zip bnu281b.zip mak377b.zip gdb416b.zip faq211b.zip gpc-20000727.i586-pc-msdosdjgpp.zip
- Am I all set for DOS?
Do I need anything related to 1. or 2.? Am i ready to install?
I will not use an IDE right now - just a text editor and I'll complie and run w/commands typed and entered from the DOS cmd line. Anything else I need?
I think it's ok. (But I don't use DJGPP much, so I'm not 100% sure.)
Frank
leegold a écrit :
- So far I have downloaded:
djdev202.zip bnu281b.zip mak377b.zip gdb416b.zip faq211b.zip gpc-20000727.i586-pc-msdosdjgpp.zip
You have probably downloaded that from the agnes site. But the djgpp files there are now outdated. Especially if you begin you should rather go to the djgpp main site or to a simtelnet mirror and download the latest versions of these files: djdev203.zip bnu2951a.zip bnu2952b.zip (the latest are bnu210a and bnu210b but there remain a small bug which is probably of no importance for gcc/gpc (some unused memory slots are apparently not zeroed properly)) mak3791b.zip gdb418b.zip faq230b.zip and in addition at least gcc2952b.zip, the version of gcc with which this version of gpc is built.
Hope this still helps
Maurice