Re: Include DLL's within an EXE



On 2006-03-31, Bob Richardson <bobr> wrote:
I finally got my DLL, written in C, useable in Delphi. The code is:

function SolveBoard(Deal: TDDDeal; Target, Solutions, Mode: integer;
FTPtr: pFutureTricks): integer; stdcall; external 'DDS.dll';

There is no perfect answer for that. It depends if the C compiler you are
using is generating delphi compatible static libs.

Bottom line: If it is C++ builder probably yes (since it is the same
vendor), in all cases: probably no.

.



Relevant Pages

  • Re: x86 Stack Confusion
    ... If the source code reads "writeln" it is expanded, in the compiler, to ... A similar process applies to writewhich expands to "write; ... The compiler calls the appropriate i/o routine for the type, so a linkage is likely to show such things as writeint, writereal, writestring, etc. ... "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. ...
    (comp.lang.c)
  • Re: No limits in arrays??
    ... For your compiler and ... > runtime environment, the program just happened to work. ... "Reply" at the bottom of the article headers. ... And *please* complain to Google about their broken interface. ...
    (comp.lang.c)
  • Re: Math computing time statistics for ARM7TDMI and MSP430
    ... Bottom of this page, there are 2 Compiler MSP430 examples + Sources. ... their source code for the library routines (by debugger, ... Yeah, like that would be useful -- not. ...
    (comp.arch.embedded)
  • Re: How the stack grows
    ... Is it compiler depend? ... A stack always grows from bottom to top ... low memory addresses are associated with the top of memory ... If you're implementing a stack as a simple array and updating your ...
    (comp.lang.c)
  • Re: c standard
    ... Pay no attention to the Trollsdale fulminations. ... trolling, as he uses a C++ compiler to annoy and confuse C ... the broken "Reply" link at the bottom of the article. ...
    (comp.lang.c)