SQL Server
Windows Forms
Smart Device
VS Team System
Visual C#
Visual Basic
Architecture
Microsoft ISV
Windows Vista
Visual C++
Windows Live
.NET Development
Visual FoxPro
Game Technologies
Visual J#
Software Development Network>> Visual C++>> memory mapped files in vs mmap()
memory mapped files in vs mmap()
Hot Topic
Writing MMC Snapin in Visual C++ 2005
how to copy directory ?
C1083 Permission denied
coming from version 6
atl com error noc2259
cannot convert from '_variant_t' to '__int64' Ambiguous user-defined-conversion
Need construct for member relative location placement in huge structures
Constructor address as a variable value
Dependency checker for 64-bit executables
What "ifdef" should I test when making a VS2005 special-case in my C++ headers? (porting to VC2005)
Visual C++
How can I get the system informatin??? use in MFC
floating point vector optimization
Help Finding a Setting
Dreaded C1902 error... but only through ssh?
How to add an event handler for a toolbar button
Right-click on a ListCtrl
XP style into web page embedded's ActiveX control
Multiple Namespace Declarations
output format......
Managed method in native class
memory mapped files in vs mmap()
Hi.
Where can I find the file mmap() for memory mapped files in vs c++ 2005
Answer this question
memory mapped files in vs mmap()
Jazman
Where was mmap() defined in previous versions of VS
I am not familiar with the function so I could be missing something.
One of the few links I found on msdn was regarding migrating code from unix. Take a look at
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnucmg/html/UCMGch09.asp
Thanks,
Ayman Shoukry
VC++ Team
Ted Hacker
mmap is a function from Unix.
A good explenation how to manage memor ymapped files in windows is here:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dngenlib/html/msdn_manamemo.asp
And an easy MFC class can be found here:
http://www.naughter.com/memmap.html
memory mapped files in vs mmap()
Answer this question
memory mapped files in vs mmap()
Jazman
I am not familiar with the function so I could be missing something.
One of the few links I found on msdn was regarding migrating code from unix. Take a look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnucmg/html/UCMGch09.asp
Thanks,
Ayman Shoukry
VC++ Team
Ted Hacker
A good explenation how to manage memor ymapped files in windows is here:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dngenlib/html/msdn_manamemo.asp
And an easy MFC class can be found here:
http://www.naughter.com/memmap.html