Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 09-15-2008, 02:57 AM   #1 (permalink)
Forum Novice
 
Join Date: Oct 2003
Age: 35
Posts: 101
Send a message via Yahoo to timothyisreal
Default using C# 2008 to compile svn server????

can someone help me set up what i need to get 2008 Visual c# to compile my server?
__________________
life sucks thats why we have UO ;) :eek:
timothyisreal is offline   Reply With Quote
Old 09-15-2008, 03:01 AM   #2 (permalink)
Forum Novice
 
Join Date: Oct 2003
Age: 35
Posts: 101
Send a message via Yahoo to timothyisreal
Default me again

like maybe a toturial or something i have everything except like what you need in the applications setting thing from there on i have the assembly name and output type set but dont know what to do from there
__________________
life sucks thats why we have UO ;) :eek:

Last edited by timothyisreal; 09-15-2008 at 03:07 AM.
timothyisreal is offline   Reply With Quote
Old 09-15-2008, 03:25 AM   #3 (permalink)
Newbie
 
Join Date: Sep 2002
Posts: 66
Default

There is a Project Generator. Use search to find it.
LuxoR is offline   Reply With Quote
Old 09-15-2008, 10:41 AM   #4 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,363
Default

The easiest way to compile the SVN:

Create a batch file as below. Modify the drive/path as needed. Place it in your server root directory. Run it to compile.

I'm pretty sure you don't even need to have Visual C# installed for this to work.

Code:
del server.exe
c:\windows\microsoft.net\Framework\v2.0.50727\csc.exe /unsafe /out:Server.exe /recurse:server\*.cs /win32icon:Server\runuo.ico
__________________
HellRazor is offline   Reply With Quote
Old 09-15-2008, 02:39 PM   #5 (permalink)
Forum Novice
 
Join Date: Dec 2006
Location: Southern Utah
Age: 29
Posts: 904
Send a message via Yahoo to greywolf79
Default

Quote:
Originally Posted by HellRazor View Post
The easiest way to compile the SVN:

Create a batch file as below. Modify the drive/path as needed. Place it in your server root directory. Run it to compile.

I'm pretty sure you don't even need to have Visual C# installed for this to work.

Code:
del server.exe
c:\windows\microsoft.net\Framework\v2.0.50727\csc.exe /unsafe /out:Server.exe /recurse:server\*.cs /win32icon:Server\runuo.ico
Interesting... I never knew you could do it that way... But it is not too hard to do it with c#, just takes about 5 minutes to compile the exe. There is a how to compile svn text directions you can download if you search for it. It is not hard.

GreyWolf.
greywolf79 is online now   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5