CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: _far

  1. #1
    Guest

    _far

    What is the replacement for the _far obsolete keyword?


  2. #2
    Join Date
    May 1999
    Location
    Bogotá, Colombia
    Posts
    37

    Re: _far

    There isn't one. _far isn't needed anymore because Win32 uses a different memory model than Win16.

    Andrew




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured