We would like to call DLL functions from a dll written in C Laguage. We all know that it is ok to do so in VB if the dll use standart declarations, but we have a problem here. The dll we want to c...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10035618.html
Zones:
Visual BasicDate Answered: 01/13/1998 Grade: B Views: 0
refer to questions
http://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=cplusprog&qid=20151620
jkr
could you advise me more.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20152938.html
Zones:
C++,
Sun JDSDate Answered: 07/20/2001 Grade: B Views: 0
Hello,
I have code from the book:
Wiley Publishing - For Dummies - 2005 - C++ Timesaving Techniques for Dummies
The code can be downloaded here: www.dummies.com/go/cpluspluststfd (80 KB)
It's ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21468105.html
Zones:
C++Date Answered: 06/23/2005 Grade: A Views: 0
We were provided with a third-party DLL for some image processing. I'm running into a problem... let me give some background first...
all of this code is contained in a .NET Form class...
Pu...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21940752.html
Can someone please explain what it means in programming terms when I use STDCALL or CDECL when calling a C/C++ DLL function...
I've looked in the Delphi help files and, as I understand it, the onl...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10050360.html
Hi,
I'm new at C++ and I want to use the qsort function:
void qsort( void *base, size_t num, size_t width, int (__cdecl *compare )(const void *elem1, const void *elem2 ) );
but it will not work.
I...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10140748.html
Zones:
C++Date Answered: 04/12/1999 Grade: B Views: 0
I'm trying to seperate WeekPlanner.h to WeekPlanner.cpp and WeekPlanner.h but I get the following errors.
WeekPlanner.obj : error LNK2005: "int __cdecl operator==(class Message,class Message)"(?...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10341977.html
Zones:
C++Date Answered: 06/19/2000 Grade: C Views: 0
Here is the what VC++ gives me if I try to compile my program:
BitmapToJPeg.obj : error LNK2001: unresolved external symbol "void __cdecl jpeg_finish_compress(struct jpeg_compress_struct *)" (?j...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11429558.html
Zones:
C++Date Answered: 10/02/2000 Grade: A Views: 0
I was working in VC++ 1.52, I am able to successfully make a debug build but the release build is not being created. It gives the following linking errors :-
c:\msvc\mfc\lib\mfc250d.lib(afxmem.c...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20028850.htm...
Zones:
Windows MFCDate Answered: 01/11/2001 Grade: B Views: 0
Why is AFXAPI used, or for that matter, __cdecl and __stdcall? I need more background than what is in the MSDN VC++ library. Perhaps part of my confusion is my newness to the language and unfamil...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20067848.html
Zones:
C++Date Answered: 02/02/2001 Grade: A Views: 8