Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!uunet!mcsun!unido!rwthinf!slcdec!hippo!f1.n6000.z2.fidonet.org!p4.f5800.n241.z2.fidonet.org!Thomas_Neumann From: Thomas_Neumann@p4.f5800.n241.z2.fidonet.org (Thomas Neumann) Newsgroups: comp.windows.ms.programmer Subject: HELP! Calling fopen() in DLL (a litt Message-ID: <1536245687@p4.f5800.n241.z2.fidonet.org> Date: 23 May 91 16:18:00 GMT References: <6535@p1.f6.n242.z2.fidonet.org> Reply-To: Thomas_Neumann%p4.f5800.n241.z2@hippo.dfv.rwth-aachen.de (Thomas Neumann) Organization: Point #4 of CYGNUS-Wetter Lines: 14 Comment-To: dxg@f1.n6000.z2.fidonet.org (Dxg) > so this > near/far pointer stuff is new to me. Nevertheless, my > understanding > is that with the Large Memory Model, everything is a > far pointer. Yes, in large model every pointer is a far pointer, but be aware that this is not sufficent for pointer arithmetic like it is done on linear addressed machines ! The (far) pointers in large memory model do *not* behave correct on segment wraparounds. Just in case you didn't already know... bye, Thomas