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 10(0 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!

8.2
Is there any documentation on the dumpdin prog. in vc++ explaining the use and the contents that are output by the .dll file?
Zones: C++Date Answered: 09/01/1999 Views: 0
Through looking at dumpbin results from the object files and the mapfile for an executable, I'm hoping to map out the memory usage in a project where our exe size has balooned. I've got a perl s...
Zones: Windows ProgrammingDate Answered: 04/12/2004 Views: 0
I'm using Visual C++ 5.0's "dumpbin -export" to get the list of exported functions of a 32 bits DLL (whether named or defined by ordinal number). How can I achieve the same operation with a 16 bit...
Zones: Windows ProgrammingDate Answered: 03/06/1998 Views: 0
I'm looking for a way to export functions from a dll using __declspec( dllexport ) on one side and the old way proposed by MSDN( creating a handle to the dll and then creating a pointer to the func...
Zones: C++Date Answered: 02/04/2003 Views: 0
I'm using Sun Forte C++ to compile one of our applications. I need to compare the binaries that I'm creating to existing binaries. A good way of seeing changes on Microsoft Visual C++ is the du...
Zones: C++Date Answered: 05/19/2004 Views: 0
Experts, I'm using JNI and the javah to produce C header files. The autogenerated header file encloses the prototypes in extern "C". #ifdef __cplusplus extern "C" { #endif                ...
Zones: JavaDate Answered: 01/31/2005 Views: 0
Hi, all, I built a static libary and is using it in my application. When I built the static library, what I did was just as MS books decribed. But I got several "unresolved external symbol" errors...
Zones: Windows MFCDate Answered: 05/18/1999 Views: 0
I am trying guarantee backwards compatibility of my DLL.  I have added a new function which puts it alphabetically in the middle of the existing functions and so the ordinal values of the functions...
Zones: Windows ProgrammingDate Answered: 03/18/1999 Views: 0
Hi  Friends   I want to use dll file in c++ programming. I don't have .Def and .h file of that dll. I was used dumpbin , it will display function name alone. my question is how to find fu...
Zones: C++Date Answered: 08/19/2001 Views: 46
I'm having trouble exporting a class through a LIB file. I have a little Visual C++ project that shall just export a class definition for being linked to other projects. The test project: te...
Zones: C++, Microsoft Visual C++Date Answered: 07/24/2001 Views: 0
  • 1