From: "Urbansound" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, July 27, 2005 11:05 PM
Subject: C++ > C wrapper callback > Pascal Continues
.
.
>> 3) The API is multi-threaded, having dl'd a thread monitor, showing as
>> many as 5 threads spawened to the API and accompanied executable. As
>> well,
See bottom post
- Original Message -
From: "Urbansound" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, July 27, 2005 11:05 PM
Subject: C++ > C wrapper callback > Pascal Continues
Reply Peter and Tomas, is below, each... Thread pruned.
2. Re: C++ > C wrapper callback > Pascal Continu
Reply Peter and Tomas, is below, each... Thread pruned.
2. Re: C++ > C wrapper callback > Pascal Continues (Peter Vreman)
3. Re: C++ > C wrapper callback > Pascal Continues (Tomas Hajny)
--
Message: 2
Date: Wed, 27 J
>>> //
>>> PASCAL WRAPPER function being called is below
>>>
>>> DllExport void SetL1Callback(TL1Callback p) { DasApi.m_pL1Callback=p;
>>> };
>>>
>>> SUMMARY:
>>> There seems to be nothing I can find that would cause a Runtime 217 in
>>> the
>>> layout and now f
>>> //
>>> PASCAL WRAPPER function being called is below
>>>
>>> DllExport void SetL1Callback(TL1Callback p) { DasApi.m_pL1Callback=p;
>>> };
>>>
>>> SUMMARY:
>>> There seems to be nothing I can find that would cause a Runtime 217 in
>>> the
>>> layout and now f
//
PASCAL WRAPPER function being called is below
DllExport void SetL1Callback(TL1Callback p) { DasApi.m_pL1Callback=p; };
SUMMARY:
There seems to be nothing I can find that would cause a Runtime 217 in
the
layout and now finding C conversion of same is wor
>> Urbansound wrote:
>>> Hi List,
>>>A Windows pascal application is recieving data from a C++, VisC API,
>>> which is set up as a class, and a conventional C wrapper, attempting to
>>> extend functionality into Pascal. C++ and C are vis 4.2 MFC
>>>
>>> function L1_Callback(quote : pointer) :
Urbansound wrote:
Hi List,
A Windows pascal application is recieving data from a C++, VisC API,
which is set up as a class, and a conventional C wrapper, attempting to
extend functionality into Pascal. C++ and C are vis 4.2 MFC
function L1_Callback(quote : pointer) : integer; stdcall; export