Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

LSL - C XMLRPC Example Code?

Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
02-09-2005 15:19
Has anyone here got a C function or C++ class written for communicating with LSL over XMLRPC? (before I go off and write my own)

-Adam
_____________________
Co-Founder / Lead Developer
GigasSecondServer
Marina McTeague
Registered User
Join date: 20 Jan 2005
Posts: 18
02-09-2005 16:05
I too would be able to make us of this! ^_^
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
02-10-2005 12:59
You you two be content with a C#/.NET example that does this?
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Sure!
02-10-2005 15:04
I don't know about them, but I would! :D
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
02-10-2005 19:19
I would be intrested in seeing how to use e-mail to start an sls-xml-rpc ping. ps any word when ll will update their xml code?
Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
02-10-2005 19:24
Naah, I was looking for a C function. I've got plenty (most of which I've written myself) in other languages I use. The xmlrpc-c library refuses to compile under 64bit, so I ended up having to write my own from the basics. :/

-Adam
_____________________
Co-Founder / Lead Developer
GigasSecondServer
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
02-10-2005 19:27
From: Adam Zaius
Naah, I was looking for a C function. I've got plenty (most of which I've written myself) in other languages I use. The xmlrpc-c library refuses to compile under 64bit, so I ended up having to write my own from the basics. :/

-Adam


I feel your pain, I originally tried doing this in SuSU with C on an amd64 kernel and the damn rpc library won't compile for me either, moved over to mono just to get the code done.
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
02-10-2005 21:21
Posted example /15/ca/35555/1.html

Have fun.