Re: [fpc-pascal] C++ > C wrapper callback > Pascal Continues UPDATE

2005-07-28 Thread Tomas Hajny
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,

[fpc-pascal] C++ > C wrapper callback > Pascal Continues UPDATE

2005-07-27 Thread Urbansound
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

[fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-27 Thread Urbansound
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

Re: [fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-27 Thread Tomas Hajny
>>> // >>> 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

Re: [fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-27 Thread Peter Vreman
>>> // >>> 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

[fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-27 Thread Urbansound
// 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

Re: [fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-26 Thread Peter Vreman
>> 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) :

[fpc-pascal] C++ > C wrapper callback > Pascal Continues

2005-07-26 Thread Urbansound
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