Good Day
hi
Can i use wcl.net in Windows Service
i tried to a create windows service that will discover bluetooth , but the problem is it not discovering i tried my code in windows application and it works fine , but in service, events is not working ,it doesnt trigerr OnDiscoveryStarted, and OnDiscoveryComplete.
to discover i use
int intierror = wclBluetoothDiscovery1.Discovery(wclradio,15);
do you have some idea wahat would be the reason, is there anything that i have to configure to be able to use wcl in windows service
Thanks