Hi Everyone.
I am testning my own communication application (like messenger). It works fine under Windows enviroment. The installation under Wine is succes but when I start the application I cant login to my sever. So my questions is there any way to debug? Or is there any special configurations for net applications?
Thanks.
Communication Application
Re: Communication Application
If this is your own application why are you asking us? You should know how to debug programs you write. Wine can print lots of debug information if you know which exact part you need: http://wiki.winehq.org/DebugChannelsais wrote:So my questions is there any way to debug?
No. Wine work with network as-is.ais wrote:Or is there any special configurations for net applications?