Simon Fell > Its just code
Tuesday, December 24, 2002
Happy Holidays
Happy whatever you celibrate at this time of year, see you on the other side!.
more CW
Last one I promise !!, the amazing useful error message below was because (as far as i can tell) i was trying to link to a carbon based static library from a mach-o project. What are the "must read" dev books for Mac's ?, on Windows there's Programming Windows, Essential COM (for legacy programmer everywhere), and Essential .NET. I've read Learning Carbon but didn't find it a great help.
CW [again]
more CW joy, got the last problem fixed, now I'm faced this this "useful" error
Error : 'tilsD. Perhaps Santa will bring me a decent OS X dev environment !
CW Ahhh, the joys of Code Warrior, this code compiles fine in one project, but fails to compile in a second project
for ( str::const_iterator i = text.begin() ; i != text.end(); i++ )with a Error : ';' expected.
A Jabber Binding for SOAP I've been doing a bit of research trying to come up with a reasonable Jabber binding for SOAP.... [snellspace] The whole issue with <iq> being request/response was gone around at the time, i was never happy with the outcome. James, do you have a pointer to the issue with <message> ? I seem to recall that most people were suggesting using a namespace qualified child of <message> for moving SOAP messages around. If i understand your proposal correctly, this is a new top level element [at the same level as <iq>], which would require getting support for it baked into jabberD ? Is the type attribute needed ? seems redundent to me.
wot no wires I just moved my server to a wireless connection, so i can put it in the closet out of the way. But i'm having problems now with other machines not being able to pick up DHCP leases. Anyone heard of problems running a DHCP server behind a Linksys WAP11 access point ?