From: Olivier Gremillet Newsgroups: comp.os.msdos.djgpp Subject: dos/windows problem in c Date: Tue, 30 Sep 1997 09:25:18 +0200 Organization: DLR Lines: 14 Message-ID: <3430A95E.49B9@zeus.nt.op.dlr.de> NNTP-Posting-Host: circe.nt.op.dlr.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: gremille AT zeus DOT nt DOT op DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk i cant not succed in compiling the following programm which wanted to access to an adress for reading a card value unsigned long far* ch0data; ch0data = (unsigned long far*) 0x4D000000 ch0data[0320]=0L; ----> crash the protection mode of windows 3.11 the programm can only be compiled under dos i want it to work under windows. what can i do ??> thanks olivier