Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: DJGPP


Related Topics
ITO

In the News (Sat 2 Jun 12)

  
  DJGPP Status on Windows 2000 and XP   (Site not responding. Last check: 2007-10-19)
Older copies of DJGPP were unaware of these bugs and did not know to work around these problems.
DJGPP images older than December 2001 may contain code which was not aware of the bugs in Windows 2000 and XP, and these images may not work properly under Win 2K/XP.
Many distributions which have not been refreshed on DJGPP distribution sites are available in binary form on the DJGPP 2.04 test build page.
clio.rice.edu /djgpp/win2k/main.htm   (381 words)

  
 Instructions for building DJGPP H8300 cross compilerw
The following are instructions I am using for building the Hitachi H8300 cross compiler for the DJGPP environment.
DJGPP port of GCC 3.2 has a know bug in it.
First a bug in the DJGPP gcc configure scripts needs to be fixed.
brickos.sourceforge.net /docs/install-DJGPP.html   (1594 words)

  
  Blog for richdawe
Apart from the work-around for DJGPP 2.03 not having working symlinks, most of the changes are to do with the test suite overriding CONFIG_SITE.
Hopefully I can get patches for DJGPP into libtool in time for the 1.5 release (whenever that will be).
DJGPP supports /dev/ mapping to :, but the problem is how to get /dev/ passed through all the layers of autoconf, automake and Makefiles consistently.
www.advogato.org /person/richdawe/diary.html?start=11   (1051 words)

  
 Minimal DJGPP
DJGPP produces exe files that DO NOT run in Windows XP but only in DOS.
Also, the file handling stuff that has to talk to DOS has to move it from your data segment to the (16k by default) transfer buffer, then get dos to read/write that, same for swap, so file stuff is _really_ slow.
I remember trying to mess with huge texture files with Allegro and Djgpp that were bigger than my physical memory, after 45 minutes it still had'nt finished loading the source file, but in Winduhs or Linux, allegro loaded it up and finished the whole program in 3 minutes.
www.allegro.cc /forums/thread/586488   (744 words)

  
 UNOFFICIAL DJGPP
This page is for DJGPP workers and testers who want to help out with DJGPP 2.04 in any way you can.
For the average DJGPP developer please subscribe to the comp.os.msdos.djgpp newsgroup.
My personnel current status report is available via this link and it outlines issues that I have been notified of or have found that are on my list to eventually investigate when time permits.
clio.rice.edu /djgpp/win2k/main_204.htm   (603 words)

  
 perldos - perldoc.perl.org
DJGPP is a port of GNU C/C++ compiler and development tools to 32-bit, protected-mode environment on Intel 32-bit CPUs running MS-DOS and compatible operating systems, by DJ Delorie and friends.
XS-type modules do require re-linking the perl binary, because part of an XS module is written in "C", and has to be linked together with the perl binary to be executed.
This is required because perl under DJGPP is built with the "static link" option, due to the lack of "dynamic linking" in the DJGPP environment.
perldoc.perl.org /perldos.html   (1273 words)

  
 Cprogramming.com - DJGPP
DJGPP This is a free compiler that has its own graphics library (Allegro).
It is rather large, over 10 MBs for most downloads, and it can be difficult to set up because it requires downloading of numerous files.
This page will be expanding to include games and programs that will only run under DJGPP.
www.cprogramming.com /djgpp.html   (76 words)

  
 PENG Documentation - Special Notes About The DJGPP (Dos) Version
The DJGPP version is functionally mostly identical to the Unix versions, with a few limitations imposed by Dos, like lack of multitasking, so you can't start PENG tools in the background.
To use the DJGPP version of PENG, you do not have to install the DJGPP Dos extender itself (though this is certainly recommended if you still have to use Dos).
The following files which are part of DJGPP, not of PENG, are distributed with the DJGPP versions of PENG for your convenience.
fjf.gnu.de /peng/peng_4.html   (482 words)

  
 DJGPP
DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS.
The first step is to decide what you want to do with djgpp - this tells you what to unzip.
Sources to DJGPP's C library, core utilities, and runtime support.
www.rh.edu /~davec/djgpp.html   (1037 words)

  
 Download DJGPP v2.02 software - Softlookup Downloads
Programs compiled with DJGPP, and all development tools provided as part of DJGPP, look on the outside like normal DOS programs, and they rely on MS-DOS and BIOS for file I/O and other basic functions such as keyboard input, screen cursor position, and more.
DJGPP can be used for many applications, including: learning C and C++ programming and teaching others to program in C/C++; using Unix development tools on MS-DOS and MS-Windows; writing games and graphics programs; setting up a common development environment for Unix and MS-DOS/MS-Windows; writing portable DOS/Unix programs;and porting Unix programs to Microsoft operating systems.
DJGPP is also used as back-end for programming languages other than C/C++.
www.softlookup.com /download.asp?id=6897   (481 words)

  
 Index of /Source/third/gettext/djgpp
Because the information about which locale charset shall be used for recoding is needed, if LANG is omitted by the user this information will not be available and consequently LANGUAGE will be ignored and no translation at all will be done.
It should be noticed that when you compile your own binaries with NLS you must also *always* link with libiconv.a If you compile this package with a later version of libc.a or if you prefer no NLS support at all you will have to reconfigure this package.
The configuration batch file of this package, located in the djgpp directory, allows you to enable or disable NLS support and to compile from a different partition than from where the sources are located.
web.mit.edu /Source/third/gettext/djgpp   (3005 words)

  
 Inline Assembly with DJGPP
This is meant to be an introduction to inline assembly under DJGPP.
DJGPP is based on GCC, so it uses the AT&T/UNIX syntax and has a somewhat unique method of inline assembly.
DJGPP uses 386-protected mode, so you can forget all that real-mode addressing junk, including the restrictions on which register has what default segment, which registers can be base or index pointers.
setiathome.ssl.berkeley.edu /~korpela/djgpp_asm.html   (2074 words)

  
 [No title]   (Site not responding. Last check: 2007-10-19)
This is the port of gcc-3.2.1 for DJGPP.
But if you think you found a bug in the DJGPP related things, then please report it in comp.os.msdos.djgpp (the news group) or mail it to djgpp@delorie.com, which is the gateway to the news group.
It may be problem with gcc itself but it may be also DJGPP specific one.
sunsite.utk.edu /ftp/usr-218-2/djgpp/v2gnu/gcc321.README   (1370 words)

  
 [No title]
DJGPP V2's copyright allows it to be used to produce commercial applications.
However, if you include code or libraries that are not part of djgpp (like gnu's libg++) then you must comply with their copyrights.
There was a discussion a while ago on the DJGPP news group about the copyright of some of libc's functions.
www.ee.surrey.ac.uk /Personal/R.Bowden/C/dos-gcc/readme.1st.txt   (1448 words)

  
 Index of /Source/third/texinfo/djgpp
From the root of your DJGPP installation, unzip the source package: - if you are unpacking the official GNU source distribution: tar -xvzf texinfo-X.YZ.tar.gz or djtar -x texinfo-X.YZ.tar.gz where X.YZ is the version number.
If the source distribution comes with a ready Makefile (this is usually the case with archives downloaded from the DJGPP sites), and all you need is to build Texinfo, you may skip the configure step below and go directly to step e.
For instance, if your DJGPP installation is rooted on C:\DJGPP, then type this (XYZ is the version number): cd c:\djgpp unzip txiXYZb or, if you prefer `pkunzip': pkunzip -d txiXYZb b.
web.mit.edu /Source/third/texinfo/djgpp   (2405 words)

  
 Printing from DOS with the Hewlett Packard DeskJet 820C
Using the DJGPP gcc compiler and GNU Ghostscript 3.33 source code, the gdev820c source, and Michael Bukin's gsdjgpp kit, a gs.exe can be compiled that prints with the 820C under MS-DOS and DR-DOS.
Otherwise, one is restricted to printing ASCII text (which is converted using the DJGPP port of enscript and piped to gs.exe).
Michael Bukin's makefile kit and instructions for compiling DJGPP from source may be found at his Ghostscript for DJGPP site.
utopia.poly.edu /~dfastm01   (731 words)

  
 DJGPP's
DJGPP is the port to DOS of the great GNU C/C++ compiler.
This site is intended as a tutorial for someone that has never programmed in C before.
DJGPP is a FREE DOS C/C programming enviroment, is the best one for DOS.
f.webring.com /hub?ring=djgpp&list   (401 words)

  
 DJGPP QuickSetup Guide
A very important thing to remember is that DJGPP behaves unpredictably for different orderings of libraries given on the command line.
Another DJGPP front-end is DFE95 for Windows 95 or NT, courtesy of WW and x86 from EFNET #c.
DJGPP might complain 'Out of virtual memory' in an OS/2 DOS box; it has happened to me before.
personales.mundivia.es /jap/djsetup.htm   (1456 words)

  
 DJGPP - DOS sound programming - GameDev.Net Discussion Forums
I have only a little C programming experience (I've been programming in other languages for most of my life, though never very seriously), and I'm trying to program a retro-styled adventure game with DJGPP (Sierra AGI style, if that means anything).
BUT, given the troubled state of Windows/DOS sound relations, and what I think is the idiosyncratic nature of sound cards in general, I realize that this might be very difficult or just more trouble than it's worth.
Be warned though, the book uses Borland, so you'll have to port over the asm stuff to DJGPP compatible code.
www.gamedev.net /community/forums/topic.asp?topic_id=424653   (473 words)

  
 DJGPP 2.04 alpha 1   (Site not responding. Last check: 2007-10-19)
The structure under the alpha directory is the same as the DJGPP archive on Simtel.NET.
A code-generation problem has recently been uncovered that means that code compiled with gcc earlier 3.2.2 may not work with gcc 3.2.2 and vice-versa.
DJGPP 2.04 alpha 1 was compiled with gcc 3.2.2.
www.freedos.org /freedos/news/newsitem/147.html   (357 words)

  
 DJGPP LINKS
Games I have done with allegro and djgpp, as of now there is: pac-horror, tetris, kill the barney and not finished yet glizda.
We at ASP are in the process of developing a CRPG in DJGPP using Allegro.
The DEGUI homepage has a library for DJGPP and Allegro with C++ objects with a 3-D look, an extensive gui builder and still retains compatibility with most of Allgero's built in gui.
glstation.free.fr /mine/djgpp/links.htm   (2183 words)

  
 Development Enviroment   (Site not responding. Last check: 2007-10-19)
There are a lot of tools for produce executable files (this is the main purpose).
For example, stock DJGPP distribution works with COFF files, and if you link in a TASM assembled OBJ/OMF file, DJGPP(LD) will not recognised it.
DJGPP QuickAsm Programming Guide - How to do both inline and external asm in DJGPP.
www.openbg.net /sto/os/devenv.php   (1191 words)

  
 DJGPP QuickSetup Guide
DJGPP is a free yet powerful 32-bit C/C++ development system for Intel 80386+ PC's.
The current versions of DJGPP are v1.12 and v2.01.
Online docs for DJGPP are in the txi*.zip package; also, each module has its own separate manual.
pages.cpsc.ucalgary.ca /~walpole/325/DJTUT255/djsetup.html   (1492 words)

  
 Compiladores C/C++: DJGPP
Consigue aquí la última versión completa de DJGPP por 1.500 ptas (US$ 9) más gastos de envio.
Descripción de los paquetes que componen la distribución de DJGPP.
DJGPP es un compilador para DOS C/C++ aunque también es válido para algunos otros lenguajes.
www.elrincondelc.com /djgpp   (369 words)

  
 Martin Stepp   (Site not responding. Last check: 2007-10-19)
Here's a quick-and-dirty guide by Marty on how to set up DJGPP, a freeware C compiler, for use at home on your C programming assignments.
Go to Delorie Software's DJGPP "ZIP Picker" download page, and select the appropriate boxes for your system, to get the list of files to be downloaded.
You don't have to do this; you can just use DJGPP from the DOS command line identically to how you use Unix's gcc and g++.
www.cs.arizona.edu /~stepp/cfromhome.html   (474 words)

  
 Pentium Compiler Binaries for DOS   (Site not responding. Last check: 2007-10-19)
DJGPP must be installed correctly before you use these packages.
A copy of the readme from the Pentium GCC package can be found here.
I am not subscribed to the djgpp mailing list but do read the newsgroup, so you can ask questions there, but please mind that the djgpp mailing list is not the pgcc mailing list :) Be sure to put Pentium GCC in the subject if you expect me to see it.
www.goof.com /pcg/djgpp   (564 words)

  
 FAQ   (Site not responding. Last check: 2007-10-19)
DJGPP – DJ Delorie”s 32-bit DOS port of the GNU C complier and utilities
The TZ environment variable is set pointing to the correct zonefile, which is part of the DJGPP distribution.
As DJGPP runs in a single-tasking DOS environment, these functions are broken.
www.caddit.net /faq.htm   (935 words)

  
 DJGPP projects page!   (Site not responding. Last check: 2007-10-19)
DJGPP is a freeware C/C++ compiler and a few other things.
I just got into this when I wanted to avoid shelling out $100 for a compiler.
To do this, you have to set the DJGPP and Path variables in your autoexec.bat file.
members.tripod.com /~kalvin_richter/djgpp.html   (165 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.