Hello,
my project is a Server (Self)service for different tasks. I use a MDI Application frame and several MDI Client Windows procedures as worker threads for the different tasks (so far only file- and DB based). Now I added a new task and so a new MDI client proc which shall be a NetServer according to Scenario 1. This proc instanciates (as the only one in the App) the NetServer object.
The problem now is, that the NetClient Apps (at 5 PC's in the LAN) "sometimes" cannot see the NetServer. This means GetServers() returns always -16. "Sometimes" means that i.e. 2 PC communicating immediately with the Server, 1 needs 10 minutes, the rest 1 hour. The comm. breaks regularely, for no reason they loose connection (-16 again). the normal network functions are working properly at these PC's and when GetServers() returns 0 then the Apps do correctly what they shall do. (BTW It works the same way as Service or as started by hand)
My first question: is it a problem to use NetAuto NetServer in a MDI Client procedure within a MDI Application frame ?
TIA, Thomas
ps the code and settings according to the Scenario 1 example and docs is double checked !