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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20085013.html
Zones:
C++Date Answered: 03/27/2001 Rating: 4.2 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20258235.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20299362.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20591701.html
Zones:
C++Date Answered: 04/22/2003 Rating: 8.6 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20872454.html
Zones:
C++Date Answered: 02/05/2004 Rating: 5.4 Views: 0
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21924554.html
Zones:
C++Date Answered: 07/19/2006 Rating: 9.8 Views: 4
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24446906.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11866938.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20669203.html
Zones:
C++Date Answered: 01/25/2004 Rating: 8.8 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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21842453.htm...