home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.sys.raspberry-pi      Raspberry Pi computers & related hardwar      26,127 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 24,836 of 26,127   
   mm0fmf to The Natural Philosopher   
   Re: RP2350 and Pico 2 - things missing   
   23 Aug 24 14:15:33   
   
   From: none@invalid.com   
      
   On 23/08/2024 13:38, The Natural Philosopher wrote:   
   > Not in any compiler I used.   
      
   It was in 16bit MS C Compiler, Watcom C, Borland C, Zorland/Zortech   
   C/C++. In fact the availability of memory models exceeding small and   
   large was a desirability of 8086 compilers. Such large code small data,   
   small code, large data and huge (large code and large data). In fact the   
   legacy of NEAR and FAR keywords lived on for a long time.   
      
   Certainly MS Visual Studio 2019 includes header files for code designed   
   for Windows (windef.h) with the following legacy definitions still:   
      
   #ifndef pascal   
   #define pascal      __ONLY_IN_WINELIB(__stdcall)   
   #endif   
   #ifndef _pascal   
   #define _pascal     __ONLY_IN_WINELIB(__stdcall)   
   #endif   
   #ifndef __export   
   #define __export    __ONLY_IN_WINELIB(__stdcall)   
   #endif   
   #ifndef near   
   #define near        __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
   #ifndef far   
   #define far         __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
   #ifndef _near   
   #define _near       __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
   #ifndef _far   
   #define _far        __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
   #ifndef NEAR   
   #define NEAR        __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
   #ifndef FAR   
   #define FAR         __ONLY_IN_WINELIB(/* nothing */)   
   #endif   
      
   Segment registers still exist on x86-64 CPUS.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca