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 53(0.008 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!

7.6
I am trying to run a directdraw demo program I found on the VC++ 5.0 CD. But I cannot get past the "error LNK2001: unresolved external symbol _DirectDrawCreate@12". What should I do to get rid of ...
Zones: C++Date Answered: 02/04/1999 Views: 0
I have created and successfully compiled a simple dll (dlltest), using VC++. It's just the sample DLL that is created when you do a new project. It exports a function, fnDlltest(). I then create...
Zones: Windows ProgrammingDate Answered: 12/30/2000 Views: 0
 Hi Experts,     I have a test program to test a dll. However, I got tons of errors while compiling the test code. Could anyone please tell me does my *.dll file have problems or my linkage is...
Zones: C++Date Answered: 02/13/2004 Views: 0
i have a c++ program that is supposed to use winsock2. it's compiling, but during linking i get a stack of errors that look like: Linking... clientc.obj : error LNK2001: unresolved external symbol...
Zones: Windows ProgrammingDate Answered: 05/14/1997 Views: 0
Dear people: occationally I've tryed to build an example program in the book of "INside Visual C++" from Kruglinski with MSVC++ 4.0. It looks like follow: file1:  Main.cpp ---------------- #inclu...
Zones: C++Date Answered: 10/11/1997 Views: 0
I call InetIsOffline in my program, which is declared in "Intshcut.h". I include this header file, but when linking, error LNK2001 appears. How to resolve it? Pleas help me.
Zones: C++Date Answered: 04/24/2000 Views: 0
I have a VC++6program which call an dll : vctest0.dll in my source program "vctest0a.cpp", which is as follows : #include "stdafx.h" #include <c:\vctest0\vctest0.h> __declspec( dllexport ) i...
Zones: C++Date Answered: 01/15/2003 Views: 0
How can I get VC++ to link my DLL without LNK2001 errors to a variable, function or class that is defined externally elsewhere in the linking code? In linux, it goes without fuzz with -rdynamic....
Zones: C++Date Answered: 02/05/2003 Views: 0
Hi All, I have been facing a peculiar linking error with my template class on both GNU C++ compiler and Visual C++ compiler. Can anybody help me in this regard. It is a part of my project wo...
Zones: ProgrammingDate Answered: 05/08/2004 Views: 0
I'm currently fooling around with the declspec (import/export) function and have a couple of questions. BTW, this is in MSVC++ 6.0. I have "Plugin" project that is using the declspec(export) ...
Zones: MS Visual C++, Plug InsDate Answered: 06/25/2004 Views: 0