Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-10 Thread Alexey Nezhdanov
On Monday 10 November 2008 08:49:14 ashiraz wrote: > Sir you know quite well that I have wasted a great deal of my precious > time on libstrophe to no avail. it does not compile with / without > scons. even scons does not install properly. ... and ... > Unlike the world of unix/ linux if one click

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-10 Thread Remko Tronçon
> Maybe consider using a different language than C++ I understand this is no option, looking at the other posts you sent. In that case, I suggest you take a tutorial on setting up and using Microsoft Visual C++, maybe read some books on the topic. That, or switch to Linux, where 'gcc' and 'make' w

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-10 Thread Jonathan Schleifer
Am 10.11.2008 um 07:57 schrieb Jonathan Dickinson: Lol, careful about making statements like that on a public mailing list (although I can sympathise, the build scenario on Linux chased me back to Windows). Huh? For me, it was the other way around. Windows buildsystems chased me to crossc

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-10 Thread Remko Tronçon
> Unlike the world of unix/ linux if one clicks on an installer in > windows everything works. Which clearly shows by the amount of hours you lost so far in trying to get something compiling on Windows which works out of the box on Unix-based platforms. > I am thinking of writing a quick xmpp cli

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-09 Thread Jonathan Dickinson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of ashiraz > Sent: 10 November 2008 07:49 AM > To: jdev@jabber.org > Subject: Re: [jdev] Talk To Jabber Server Using Sockets > > Unlike the world of unix/ linux if one clicks on a

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-09 Thread ashiraz
Justin Karneges;4888 Wrote: > On Sunday 09 November 2008 20:44:46 ashiraz wrote: > > Has anyone talked to a jabber server using socket programming? > > Of course. How do you think libstrophe works? :) > Sir you know quite well that I have wasted a great deal of my precious time on libstrophe

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-09 Thread Justin Karneges
On Sunday 09 November 2008 20:44:46 ashiraz wrote: > Has anyone talked to a jabber server using socket programming? Of course. How do you think libstrophe works? :) > I just need to connect a server and send one phrase to one of the > account holders. > > How difficult is doing something straigh

[jdev] Talk To Jabber Server Using Sockets

2008-11-09 Thread ashiraz
Has anyone talked to a jabber server using socket programming? Apparently I am not supposed to use the Ip address and I wanted to know how difficult/ easy it will be to do this? I just need to connect a server and send one phrase to one of the account holders. How difficult is doing something