MemoryMappedFiles header file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tezu
    New Member
    • Dec 2008
    • 39

    MemoryMappedFiles header file

    Hi all,

    Which header should i include for using MemoryMappedFil es class in c++

    Thanks in Advance :)
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    There is no memory mapped file class in C++.

    Perhaps you are using an OS library or a third party library?

    Comment

    • tezu
      New Member
      • Dec 2008
      • 39

      #3
      Im referring to this

      Comment

      • newb16
        Contributor
        • Jul 2008
        • 687

        #4
        It's a c++/.net, this class is in system.core.dll , so you probable need to write #using <System.Core.dl l> and then appropriale #using namespace ...

        Comment

        • tezu
          New Member
          • Dec 2008
          • 39

          #5
          yea its der in dat ...its supported from version 4 ...

          Thank you all for ur reply :)

          Comment

          Working...