In transient server implementation, client application is console based exe
i want to know if i integrate my GUI based appplication with client and server given in transient server
what is best way
1)whether it is good to convert client exe to dll and use the dll in my application using RLibrary
2)whether it is good to implement LIB and integrate into project
rightnow i am able to launch TestClient.exe from my GUI application using startup api
if i want to run server in backround and my GUI application in foreground
what is best way to integrate transient server with GUI application,
Launcing TextClient.exe will not solve my problem b'coz i want to communicate my GUI communicate with client
Thanks in advance
bye