The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Shantanu Gadgil on November 29, 2007, 06:07:29 AM

Title: MSDN Library for Visual Studio 2008
Post by: Shantanu Gadgil on November 29, 2007, 06:07:29 AM
Hi,

Microsoft seems to have released the MSDN Library for Visual Studio 2008
http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&displaylang=en

I have got the following MD5:
fa585afed433a13edee02446e7961401  vs2008msdnlibraryenux1429217.iso

(The usual story ... no hash value on Microsoft's website ... so asking if anyone else has got the same!!!  :red :green :green )

Regards,
Shantanu
Title: Re: MSDN Library for Visual Studio 2008
Post by: VLaaD on December 21, 2007, 03:01:14 PM
Excuse me, but I don't have MSDN installation as an .iso image, it came with Visual Studio 2008 image; however, if you use my results and compare them with WinMerge (http://www.winmerge.org/) or similar text-diffing utility with slightly modified output of the command line "FOR" syntax at the bottom, you should be able to easily compare files:

Command line for generation (you will need sha1.exe and md5.exe command line utilities that can be found here: http://unxutils.sourceforge.net/):

FOR /R <drive>:\MSDN %i IN (*.*) DO @ECHO %~pnxi (LENGTH:%~zi) && sha1 %i >>C:\MSDN_SHA1.txt
FOR /R <drive>:\MSDN %i IN (*.*) DO @ECHO %~pnxi (LENGTH:%~zi) && md5 %i >>C:\MSDN_MD5.txt

I hope that this one will help you. I could make .iso image, but it is almost certain that the output will be completely different (.iso contains dates as well...)

Regards!


[attachment deleted by admin]
Title: Re: MSDN Library for Visual Studio 2008
Post by: Adamanteus on December 23, 2007, 06:37:44 PM
 I also had such problem - was need clone utility for such type of images. It's found in some internet archives - BurnAware Free Edition and Ashampo Borning Studio.
Title: Re: MSDN Library for Visual Studio 2008
Post by: ossama on December 23, 2007, 08:48:57 PM
hello,does this release the final release or it stills in BETA ? :green
Title: Re: MSDN Library for Visual Studio 2008
Post by: Vortex on December 23, 2007, 09:05:18 PM
It's the final release. (http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&displaylang=en)
Title: Re: MSDN Library for Visual Studio 2008
Post by: bozo on January 17, 2008, 07:11:15 PM
anyone used visual studio 2008 yet?
Title: Re: MSDN Library for Visual Studio 2008
Post by: Adamanteus on January 17, 2008, 08:20:26 PM
 I'm using trial Orcas, well works, except manifest for DirectX SDK require retail.
Title: Re: MSDN Library for Visual Studio 2008
Post by: ossama on January 18, 2008, 11:02:34 AM
i had downloaded msdn 2008,but i couldnt install/run it,because i have only 256 MB of RAM, i will buya 1GB RAM and use it.i am using now msdn for visual studio 2005 and writing programs for windows xp,i am not sure if i realy need msdn 2008 (i think it has documentations for vista and later technologies on vista).am i right?
Title: Re: MSDN Library for Visual Studio 2008
Post by: zooba on January 18, 2008, 11:17:33 AM
I've bought Visual Studio 2008 and it's great. A huge improvement over 2005 and earlier. C# 3.0 is quite a neat language - it will always lack the processing power of assembly but for creating beautiful GUIs, C# and WPF are top of the top at the moment. (I bought it because I mix languages often - the Express editions don't integrate with each other at all and it's a major pain in the butt when you want combined C++ (with inline assembly) and C# or VB applications).

Ossama,

You probably don't need the newer MSDN. It's all available online anyway. I personally downloaded it as soon as it was out.

Cheers,

Zooba :U
Title: Re: MSDN Library for Visual Studio 2008
Post by: ossama on January 18, 2008, 11:20:55 AM
Quote from: zooba on January 18, 2008, 11:17:33 AM
Ossama,

You probably don't need the newer MSDN. It's all available online anyway. I personally downloaded it as soon as it was out.

Cheers,

Zooba :U

hi zooba
i dont always have internet connection, so i need the msdn installed on my pc.
regards OSSAMA
Title: Re: MSDN Library for Visual Studio 2008
Post by: Rainstorm on January 18, 2008, 02:15:19 PM
why is the msdn-library-iso download bigger than the visualstudio2008 iso (hope am not making a mistake) ?

zooba, thanks for the feedback on a retail copy ; )
Title: Re: MSDN Library for Visual Studio 2008
Post by: zooba on January 18, 2008, 11:00:32 PM
Quote from: Rainstorm on January 18, 2008, 02:15:19 PM
why is the msdn-library-iso download bigger than the visualstudio2008 iso (hope am not making a mistake) ?

It contains a hell of a lot of documentation, that's why. :D If you install the MSDN Library then you'll never need to go to the website again (except to download the newest one or for community content).

Cheers,

Zooba :U