gcc bug?716 (4/17/2007 3:27:07 AM) comp.os.msdos.djgpp I was checking my understanding of volatile's effect and encountered an odd thing. Consider the following code: ----8x != 0); } void f2 () { volatile PT pt = 0; while (pt->x != 0); } int main() { retu... Alexei
fnmatch("\\\\", "\", 0) == 1 ???1118 (11/29/2006 9:28:07 AM) comp.os.msdos.djgpp FYI fnmatch("\\\\", "\", 0) in DJGPP returns 1(no match) -- the escaping functionality seems to be broken. The same function call returns 0 (match) in Linux (Red Hat 9 kernel 2.4.20) -- what it should be. A... Alexei
null function pointer?4430 (10/7/2005 8:44:52 PM) comp.lang.c Seems like, to make sure that a pointer doesn't point to an object/function, NULL (or simply 0) is good enough for both kind of pointers, data pointers and function pointers as per 6.3.2.3: 3 An integer consta... Alexei
C itself and what can be done with/in it1336 (7/19/2005 2:30:45 PM) comp.lang.c I wonder why so many newbies (and maybe not only them) come here with questions about fork(), sockets, Tk, linked list, etc etc? Isn't this group devoted to C, just C, questions about C, and *not* things that c... Alexei
gcc: pointer to array17360 (7/10/2005 3:39:03 PM) comp.lang.c Hi all, I have a question regarding the gcc behavior (gcc version 3.3.4). On the following test program it emits a warning: #include int aInt2[6] = {0,1,2,4,9,16}; int aInt3[5] = {0,1,2,4,9}; void print1 (... Alexei
software advise012 (4/6/2005 10:01:48 PM) comp.sys.laptops guys, I have an old laptop with AMD-K6-2 450MHz, 192 MB RAM and 6 GB HDD on board. What software would your recommend for this not-too-quick PC? - would windows XP work OK (I once tried to install it but it cr... Alexei
GPL & DJGPP213 (2/10/2005 8:32:32 PM) comp.os.msdos.djgpp I have a question regarding the legal issues... The DJGPP FAQ 2.30 says: --------8<-------- 19.1 Legal (un)restrictions on DJGPP applications ================================================= _*Q*: Can you ... Alexei
Q: infrared I/O241 (10/4/2004 9:44:40 PM) comp.arch.embedded Guys, has anyone of you ever dealt with IR I/O? I mean all those neat things with remote control, data xchange between computers and different devices (cell phones, whatever)? I have a few questions. 1. Do a... Alexei
w2k startup slowed down by network218 (1/17/2004 7:21:06 PM) comp.windows.misc My w2k (same with wxp) becomes very unresponsive for about 30 secs after it starts up and I log into it. I found this related to the network... Details... I start up windows and log on to it. Windows shows ... Alexei
Re: Can DJGPP work with Windows XP dos box?115 (12/17/2006 10:51:22 AM) comp.os.msdos.djgpp -------------------------------1166341882 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit what's NTVDM ? I always use it in a DOS box. I can't use makefile and have problems w... Sterten(150)
gcc bug?716 (4/17/2007 3:27:07 AM) comp.os.msdos.djgpp I was checking my understanding of volatile's effect and encountered an odd thing. Consider the following code: ----8x != 0); } void f2 () { volatile PT pt = 0; while (pt->x != 0); } int main() { retu... alexfru(352)
Re: no DPMI memory under Windows vista335 (4/22/2007 10:06:03 AM) comp.os.msdos.djgpp -------------------------------1177225563 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable I have an old version of DJGPP probably. =20 stubify.exe is from 24.Dec.200... Sterten(150)
Re: no DPMI memory under Windows vista #2220 (4/25/2007 8:10:38 AM) comp.os.msdos.djgpp -------------------------------1177477838 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable =20 In einer eMail vom 25.04.2007 06:50:02 Westeurop=E4ische Normalzeit sch... Sterten(150)
Re: no DPMI memory under Windows vista #3427 (4/25/2007 11:10:04 AM) comp.os.msdos.djgpp -------------------------------1177488604 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable but can't we just include some old platform to support the old DOS-progra... Sterten(150)
Re: no DPMI memory under Windows vista #4220 (4/27/2007 10:17:12 AM) comp.os.msdos.djgpp -------------------------------1177658232 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable =20 now, what's easier to just write a patch which allows these programs to... Sterten(150)
Re: no DPMI memory under Windows vista #7524 (4/28/2007 7:32:55 AM) comp.os.msdos.djgpp I always disliked that period-"argument". Sounds like you won't tolerate any other opinion on that ?! Even if Microsoft won't do it (would they?) someone else might offer it. Other options include switching to... Sterten(150)
Re: no DPMI memory under Windows vista #8115 (4/28/2007 9:12:46 AM) comp.os.msdos.djgpp -------------------------------1177740766 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable what's VM,VPC,... ? =20 it can't be so difficult, no need to modify the ker... Sterten(150)
Suddenly really slow start up for djgpp gcc1228 (6/5/2007 11:14:38 AM) comp.os.msdos.djgpp ------=_Part_9606_6191515.1181042078275 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, Im using the djgpp gcc for preprocessing c f... bvs.spam(4)
RS232 transmission sometimes fail on AM2725 (7/18/2007 4:38:35 PM) comp.os.msdos.djgpp Hello, I wrote some program on PC which controlls an industrial machine. There is also electronic device (with microcontroller Atmel AVR) connected with RS232 to the PC. I found that there are sometimes proble... przykre(14)