From: "Olmeca" Newsgroups: comp.os.msdos.djgpp Subject: movmem in DJGPP 2.* Date: 4 Sep 1997 17:32:15 GMT Organization: NETWAY AG Lines: 10 Message-ID: <01bcb958$32a58460$750760c3@default> NNTP-Posting-Host: l2612t1p21.netway.at To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a code-fragment, like this: vga_addr=(unsigned char * ) 0xA0000000; movmem(unsigned char * vga_addr,unsigned char *spr, 64000); It works in all C-compilers, except in DJGPP: memory error. (exception fault, or something like that...) What shall I do? -- chromesNOSPAM AT hotmail DOT com *remove NOSPAM from the address to mail me*