Path: utzoo!utgpu!watserv1!watmath!att!att!emory!swrinde!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!agate!violet.berkeley.edu!arminius From: arminius@violet.berkeley.edu Newsgroups: comp.windows.ms Subject: Re: 32-bit addressing Message-ID: <1990Oct29.234557.29425@agate.berkeley.edu> Date: 29 Oct 90 23:45:57 GMT Sender: arminius@violet.ucb.edu (Conrad Herrmann) Organization: University of California, Berkeley Lines: 9 It seems that the WIN32DLL will allow me to allocate 32-bit memory, but I can only access it from machine language because the Microsoft C compiler does not support 32-bit offset pointers (yet). Does anyone know of a compiler that works for Windows 3.0 but that also allows me to declare a pointer with a 16-bit selector and 32-bit offset? I expect that the compiler would automatically generate the operand-size override code whenever the pointer is accessed. --Conrad Herrmann