Enter Keywords:
1 - 10 of 14(0.001 seconds)
Sort By:
 
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 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...
Zones: Delphi ProgrammingDate Answered: 09/12/2003 Rating: 8.8 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 Rating: 6.8 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 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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 05/29/2009 Rating: 9.1 Views: 9
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 Rating: 3.8 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 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...
Zones: Windows MFC, Microso...Date Answered: 05/08/2006 Rating: 9.2 Views: 0