[fpc-pascal] fpc/lazarus and kinect sample

Björn Lundin b.f.lundin at gmail.com
Sat May 14 19:34:04 CEST 2016


On 2016-05-11 10:12, Michael Van Canneyt wrote:

> 
> No worries. I will send it to you, if I can still find it :-)

If you cannot find it, you perhaps remember :


Procedure TMainForm.FormCreate(Sender: TObject);
Begin
  FESkeleton := INVALID_HANDLE_VALUE;
  FEDepth := INVALID_HANDLE_VALUE;


the text says

The variables FESkeleton and FEDepth are the events used to receive
notifications
when the skeleton and depth frames are ready.


but :
FESkeleton - where should it be declared.
FEDepth    - where should id be declared


and the text also says

It is a simple
form, with 2 panels, some controls, and 3 shapes on it.

You don't remember WHAT kind of controls and shapes it is ?

I figure : 2 panels, some labels.
The slider for tilt is called TBAngle.
TB is which control? it does not look like a scrollbar.


Yes, Lazarus is new to me, I have not used pascal since 1995.

--
Björn



More information about the fpc-pascal mailing list