Advertisement

1 - 10 of 48 containing alltags:("__cdecl") (0 seconds)
     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...
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.
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 ...
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...
Zones: MS Visual C++, Adobe Type ManagerDate Answered: 08/04/2006 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 05/23/1998 Grade: C Views: 45
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...
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)"(?...
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...
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...
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...
Zones: C++Date Answered: 02/02/2001 Grade: A Views: 8