Visual Studio 2005 Portable

Download Download Torrent Opens in your torrent client (e.g. qBittorrent)
Category Apps
Size0.03 kB
Added1 year ago (2025-03-10 23:38:27)
Health
Dead0/0
Info Hash477C366B185A196714FBB912AF9F313A92C2D60B
Peers Updated16 hours ago (2026-03-25 05:00:46)

Report Torrent

0 / 300

Description

Microsoft Visual Studio 2005 (ver8)
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 vc8=x:\\vc8

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

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


-aa

×