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 14(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!

4.2
I have a problem. I am not a C programmer. Well, I know some but haven't used it in years. I am trying to access a DLL that was written in C++ and apperently uses _cdecl instead of _stdcall convens...
Zones: C++Date Answered: 03/27/2001 Views: 0
hi! what do I have to keep in mind when developing a Delphi DLL which will be called out of a COBOL program? What information will the Cobol programmers need? Which procedures have to be incl...
Zones: Delphi ProgrammingDate Answered: 09/12/2003 Views: 0
Am I missing something here?  The stack needs to be "adjusted" by 8 bytes in Delphi after returning from the call but I have no idea why!   asm     pop EAX;     pop EAX;   end; double* are...
Zones: Delphi ProgrammingDate Answered: 07/25/2003 Views: 0
I have a DLL that exports the function genrand_real2. I want to reference that function from my VC++ 6 project.  I have it defined as: extern "C" {      __declspec(dllimport) double  __std...
Zones: C++Date Answered: 04/22/2003 Views: 0
Hey Experts Its been a while since I was brave enough to play with 'C' again but I find myself in need of some advice and/or a solution to a problem. Problem: I have an existing DLL which ex...
Zones: C++Date Answered: 02/05/2004 Views: 18
Here is my error..... error LNK2019: unresolved external symbol __imp__connectToSS@32 referenced in function _wmain      cpp_test.obj       I'm getting this error when I try to add a c++ console proj...
Zones: C++Date Answered: 07/19/2006 Views: 0
Why can't I use my function Get_string(  x : PChar):  PChar; stdcall  from an DLL, Run time exception failure . the calling code unit Mainform; .....   TFNFormShowModal = procedure(par...
Zones: Delphi ProgrammingDate Answered: 05/29/2009 Views: 8
How do i call a DLL that i created from visual c++. I tried by creating this simple program.. # include <iostream.h> # include <stdio.h> # include <call.h> void (*tester)(); HINSTANCE  hM...
Zones: C++, Microsoft Visual C++Date Answered: 11/21/2000 Views: 0
We have been given API's( collection of C Functions) from some vendor. SDK from vendor consist of: Libpga.DLL, Libpga.h,Libpga.lib, Along with that sample program Receiver.h (i don't know its wri...
Zones: C++Date Answered: 01/25/2004 Views: 0
Hello, I´m creating a simple code as  MFC dll to give a value into a string variable. For that, I use into Visual C++ *char type variable. The problem is that when I call to this function in Ex...
Zones: Windows MFC, Microsoft ProgrammingDate Answered: 05/08/2006 Views: 0