Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 28(0.012 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6
Dear experts... I have written an NTService that I need to 'talk to' from various other applications via a DLL, so my service creates a hidden window that anyone else can send messages to. This al...
Zones: Windows ProgrammingDate Answered: 10/18/1997 Views: 0
I am learning how to memory map a large file... I can map the entire file to a character buffer as follows just fine using the following call: lpMMFile = (char *) MapViewOfFile (hInMap, ...
Zones: C++Date Answered: 06/20/2001 Views: 4
I am using MapViewOfFile function to make a map of shared memory in one dll. The function calls are as follows: m_hMap = ::CreateFileMapping ((HANDLE)0xFFFFFFFF,NULL,PAGE_READWRITE,0,\         ...
Zones: C++Date Answered: 12/25/2002 Views: 37
I've encountered a big problem in file mapping. The details are listed below:   step 1:         CreateFile()  ............//ok   step 2:         HANDLE hMapFile=CreateFileMapping(hFile,      ...
Zones: Windows MFCDate Answered: 07/16/2004 Views: 0
What I need is to perform some memory management operations such as reserving memory (by using VirtualAlloc call with MEM_RESERVE flag) and mapping file to address space of my process (by using Map...
Zones: Windows ProgrammingDate Answered: 04/14/2003 Views: 0
Every time a file is mapped and then the data is accessed the memory allocated to the program grows.  This memory is not returned when unmapviewoffile is called. When processing a large number o...
Zones: Delphi ProgrammingDate Answered: 08/08/2006 Views: 0
Hello, I one of my C# applications I used CreateFileMapping & MapViewOfFile Win API functions and I was able to  to read content of the files I mapped. But I got confused with dwFileOffsetHigh & ...
Zones: Kernel Programming, C++, C#Date Answered: 01/10/2007 Views: 21
how to put messages into the shared memory i just created ?
Zones: CDate Answered: 12/09/1998 Views: 0
Hi, I want to share a structure between two applications. The structure is the following: structure Data2Share {    float* m_fData;//array of data points    int m_nPoints;//number of points...
Zones: Windows MFCDate Answered: 10/05/2000 Views: 0
Hi,    I need to copy files, one at a time from one PC running Win2K to another running WinXP. They are connected to one another directly via Gigabit cross over cable. Currently I have a RAMDISK ...
Zones: CDate Answered: 02/07/2004 Views: 0