Visual Studio 2008 Portable

Download Download Torrent Opens in your torrent client (e.g. qBittorrent)
Category Apps
Size0.04 kB
Added1 year ago (2025-03-10 23:38:27)
Health
Dead0/0
Info Hash84C78837C3D0E59E21FF32F0553E5532A8AD1099
Peers Updated9 hours ago (2026-03-24 14:35:05)

Report Torrent

0 / 300

Description

Microsoft Visual Studio 2008 (ver9.1)
Drop-in portable MASM and C/C++ compiler

Complete includes, libs, atl/mfc and PlatformSDK
Command line compiler only, NO IDE, Debug Library stripped out.

Usage:
Just extract the .7z archive somewhere on your disk
Then setup environment (search path / includes / library)
To make it easier, create a batch file such as below:


:: root folder
@set vs9=x:\\vs9

:: shorten the path
@pushd %vs9%
@mklink /d mfc atlmfc
@mklink /d sdk PlatformSDK
@popd

:: for x64
@set LIB=%vs9%\\lib\\amd64;%vs9%\\sdk\\lib\\x64;%vs9%\\mfc\\lib\\amd64

:: for x86
@set LIB=%vs9%\\lib;%vs9%\\sdk\\lib;%vs9%\\mfc\\lib

:: insert into search path
@set PATH=%vs9%\\bin;%vs9%\\bin\\x86_amd64;%PATH%
@set INCLUDE=%vs9%\\include;%vs9%\\sdk\\include;%vs9%\\mfc\\include


-aa

×