D dwn.220.v.ua

delphi dll return array

The best way to pass huge amount of data to a DLL is using pointer. The rec...

📦 .zip⚖️ 34.6 MB📅 18 Oct 2025

The best way to pass huge amount of data to a DLL is using pointer. The record definitions: TarrOfMyRecord = array[] of TmyRecord.

⬇ Download Full Version

unit Unit1; interface uses SysUtils; type TStringArray = array of string; f...

📦 .zip⚖️ 37.2 MB📅 28 Apr 2026

unit Unit1; interface uses SysUtils; type TStringArray = array of string; function SomeFunction(SomeParam: integer): TStringArray;.

⬇ Download Full Version

Hi everybody, I have a problem using array and dll which I did using Delphi...

📦 .zip⚖️ 25.9 MB📅 02 Dec 2025

Hi everybody, I have a problem using array and dll which I did using Delphi. My question is simple: how can I get an array from my dll? I don'dwn.220.v.ua: How to pass data from a Delphi pascal DLL class.

⬇ Download Full Version

I'm using a special type TArrayOfReal here because Delphi functions (a...

📦 .zip⚖️ 73.5 MB📅 17 Jan 2026

I'm using a special type TArrayOfReal here because Delphi functions (as far as I know) can't return arrays, not even static ones. Then I call my DLL from a bit.

⬇ Download Full Version

Because in C and in many other languages, arrays do not have an DLL functio...

📦 .zip⚖️ 62.5 MB📅 01 Jan 2026

Because in C and in many other languages, arrays do not have an DLL function: procedure DrawGraph(PlotPoints: PInteger; Count: Integer); follow the rules above, regarding parameter/argument types, return values.

⬇ Download Full Version

Delphi dll to return array of integers TArrayOfInteger = Array of Integer; ...

📦 .zip⚖️ 91.3 MB📅 12 May 2026

Delphi dll to return array of integers TArrayOfInteger = Array of Integer; functon createarray(input: Array Of Integer): TArrayOfInteger ; You can.

⬇ Download Full Version

Function Testing(MyArray:Array of Double; NoItems:Integer):Double;stdcall; ...

📦 .zip⚖️ 36.3 MB📅 04 Oct 2025

Function Testing(MyArray:Array of Double; NoItems:Integer):Double;stdcall; Several years ago I had to write a delphi DLL COM object that.

⬇ Download Full Version

In general, functions in a DLL can use any type of parameter and return any...

📦 .zip⚖️ 99.3 MB📅 14 Feb 2026

In general, functions in a DLL can use any type of parameter and return any type Delphi strings (and dynamic arrays) across the DLL boundary without taking.

⬇ Download Full Version

using a DLL written in C. This library has several functions that use array...

📦 .zip⚖️ 61.7 MB📅 05 Jan 2026

using a DLL written in C. This library has several functions that use arrays. [/pascal]Free Pascal compiles it but it returns a runtime error.

⬇ Download Full Version

(Delphi DLL) JSON: Access Array Values Chilkat non-ActiveX DLL for Delphi C...

📦 .zip⚖️ 96.3 MB📅 16 Oct 2025

(Delphi DLL) JSON: Access Array Values Chilkat non-ActiveX DLL for Delphi CkJsonArray_Dispose(tagsArray); // Note: The StringAt method returns the.

⬇ Download Full Version

Hi guys, I am trying to pass an array of string to a delphi DLL, here is my...

📦 .zip⚖️ 67.1 MB📅 01 Dec 2025

Hi guys, I am trying to pass an array of string to a delphi DLL, here is my code, does anyone knows what's wrong? Delphi DLL code extract.

⬇ Download Full Version

StringArray Delphi DLL Reference Documentation. StringArray Creates an inst...

📦 .zip⚖️ 99.9 MB📅 23 Jan 2026

StringArray Delphi DLL Reference Documentation. StringArray Creates an instance of the HCkStringArray object and returns a handle (i.e. a Pointer).

⬇ Download Full Version

Hello, I'm trying to pass a variable that is a array of record between...

📦 .zip⚖️ 24.9 MB📅 13 May 2026

Hello, I'm trying to pass a variable that is a array of record between EXE -> DLL memory managers used by calling client and your delphi dll.

⬇ Download Full Version

I need to call a c++ function that returns a double * from Delphi. I have t...

📦 .zip⚖️ 42.8 MB📅 27 May 2026

I need to call a c++ function that returns a double * from Delphi. I have the other function DoubleOutputArray???; stdcall; external 'dwn.220.v.ua';.

⬇ Download Full Version

However, Visual C++ and Delphi generate different binary code for these rou...

📦 .zip⚖️ 86.2 MB📅 10 Apr 2026

However, Visual C++ and Delphi generate different binary code for these routines. Visual C++ stores the pointer to an IDispatch return value in the EAX register.

⬇ Download Full Version