Hi,
I created a class to encapsulate the BT functionality of a bluetooth driven luminaire.
---------------------------------------------------
TBluetooth = class
private
FwclAPI : TwclAPI;
...
---------------------------------------------------
After the inherited create in the constructor of the class I wrote:
---------------------------------------------------
FwclAPI := TwclAPI.Create(nil);
---------------------------------------------------
But this raises an exception (access violation).
It seems that I've overseen something basic.
I do not know how to go on - someone could help?
Thanks and Regards
Robert