Page 1 of 1

can you give me direct link ?

Posted: Sat Feb 05, 2005 2:19 am
by zeldavn
i want to complie unrealircd because i want to remove mode +aq . So i have to download Microsoft visual studio C++ . But i am really confuse when i go to microsoft . It have many studio and i downloaded Microsoft Visual C++ toolkit 2003 but i didn't work . it doesnt have command "mmake" . Anybody can help me ? Thanks in advance

Posted: Sat Feb 05, 2005 4:14 am
by Solutech
Right you need visual studio AND the toolkit . I had the same problem :) . No amount of messing around would get it to work . I got a copy of vis studio and installed that and it compiles fine now . If you dont have vis studio or visual C++ you will need to get those first . The toolkit is not enough .

Posted: Sat Feb 05, 2005 4:32 am
by zeldavn
can you give me the right link to download dude . thanks a lot

Posted: Sat Feb 05, 2005 5:22 am
by zeldavn
Solutech plz give me the link where you downloaded the Visual 6.0 . i cant find it :((( . that suck

Posted: Sat Feb 05, 2005 6:57 am
by Solutech
I didnt download it . I got a cd from a friend who had upgraded his vis studio version . If your desperate for it Id recommend buying it or try [removed] but buying your own copy is the best way .

*moderator: Downloading copyrighted software is illegal. Do NOT encourage that here.

Posted: Sat Feb 05, 2005 7:33 am
by Stealth
http://www.x-tab.org/~ircd/ look at the bottom of the page. This does NOT have SSL, Zip, or remote includes.

Posted: Sat Feb 05, 2005 2:38 pm
by zeldavn
sorry Stealth but i cant connect to your site
The page cannot be displayed

Posted: Sat Feb 05, 2005 5:43 pm
by aquanight
The Visual C++ Toolkit (here) has the compilers and library headers needed to build unreal, but you also need the platform headers from the Platform SDK here. Also you will need to find the nmake tool, if it's not included in the PSDK or the VC++ toolkit, you can try seeing if the .NET SDK has it (download here, but you need the runtime here first). If not, there's always Google.

See the docs\compiling_win32.txt for instructions on compiling with SSL, ZipLinks, Curl, etc.

*edit* On my system, nmake is in the VC++ bin directory so most likely it'll be with either the VC++ toolkit or with the PSDK.

*edit 2* Stealth's link should work now, as well :p

Posted: Sat Feb 05, 2005 6:04 pm
by Stealth
Sorry about my websites downtime. My ISP has been crap lately.

Posted: Tue Feb 08, 2005 5:51 am
by w00t
Just as a sidenote, it's nmake, not mmake