For about 16 years (!) I've been using NT to limit the number of concurrent users in one of my apps using a NetClient object. It works by counting the number of clients attaching themselves to a service queue and comparing that number to a file holding the number of seats allowed. Rock solid, the code hasn't been touched for all these years.
Now one customer has moved the app to Google Cloud and upon starting the program they're getting this error:
-3 Too many NetTalk NetAuto Instances on one machine.
Error occured in function (Parent)NetServer.Init
Any clue as to what is happening here? Is this because NetAuto only works on a LAN?
I do have SecWin but I'd rather not have to go thru the hazzle of re-writing my license check function, if possible.
Peter