Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

C# Example - How to Use?

CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
03-02-2005 05:22
In the other forum, there is a C# XML-RPC example. I do not understand C# yet, as I am learning it. How should I compile this? 1 File, 2 Separate .exe's, 1 dll, 1 exe, etc. :confused:
_____________________
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
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
03-04-2005 08:00
As soon as the moderators of the library allow the post to go through, i've expanded on my C# XMLRPC example as well as included a sample solution. Check there shortly for more information.
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Thanks!!!
03-04-2005 12:07
Thank You!!! :d :d :d :d :d :d :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
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Problem again....
03-08-2005 14:43
ERROR in compilation...
See attached file for screenshot... :(
_____________________
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
Tcoz Bach
Tyrell Victim
Join date: 10 Dec 2002
Posts: 973
03-09-2005 11:06
I don't think this is code error, it appears to be a break in that open source IDE (it's nice it's free but it has bugs). In fact read a few things about it in forums.

Quick fix; try compiling the code with the regular .Net SDK (free, no IDE though all command lines, but what you're trying to do is simple so shouldn't be a hassle), or, keep the IDE and rip up the forums and fix your environment variables or whatever is involved in correcting this bug.

If you look for the fail on link.exe in google you'll see lots of references to it.

Remember you can always get the free XMLRPC C# library from Cook Computing. It's small, fast and free. I've used it quite a bit with excellent results.
_____________________
** ...you want to do WHAT with that cube? **
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
?
03-09-2005 13:49
Sorry, how do I compile the 2 .cs files to 1 exe?
_____________________
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
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
03-10-2005 11:37
From: CamperDave Proudfoot
Sorry, how do I compile the 2 .cs files to 1 exe?

Fix whatever problem is causing your sharpdevelop to exception (that is not a code compile error, your actual SharpDevelop just died) not sure how much more help I can provide you here as the SLN file compiles fine for me after being imported into SharpDevelop
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Import!
03-10-2005 12:33
:eek: I forgot...
I made my own....

EDIT: How do I import it? :confused:
_____________________
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
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
03-10-2005 12:36
From: CamperDave Proudfoot
:eek: I forgot...
I made my own....

So does that mean you got it up and working?
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
03-10-2005 12:37
Sorry clicked "edit", thought the thing crashed...
_____________________
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
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
03-10-2005 12:41
From: CamperDave Proudfoot
Sorry clicked "edit", thought the thing crashed...

Not to repeat but, does that mean you got it up and working?
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
No..
03-10-2005 12:45
Nope.. I didn't. I thought FireFox Crashed, so I used edit instead of a new post.
_____________________
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
JustAnother Millhouse
Registered User
Join date: 26 Dec 2004
Posts: 31
03-10-2005 16:42
From: CamperDave Proudfoot
Nope.. I didn't. I thought FireFox Crashed, so I used edit instead of a new post.


I added another download to the example in the library, it contains a full SharpDevelop combine that compiles with .NET and with Mono and works fine for me. If you can't get this one to work then you've got some other issue beyond my code occuring.
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Compile...
03-10-2005 18:41
IT COMPILED... :D

NOW for the LSL :eek:
*crosses fingers*
_____________________
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