mannon
01-31-2007, 03:10 PM
I'm looking for a small C++ compiler as in small installation. I don't need an editor, just something windows executable that can compile code from open source and free source stuff I find online... which means I'll need the basic libraries.
The idea is to compile stuff on my little flash drive which is like my portable office right now... But it's not big enough for VC++ ect. (Though maybe I can strip out just the files I need from VC++? I've already done this for cl.exe and just enough files to use the preprocessor, (for editing scripts), but I will need the libraries too.)
That might be the easiest if I really don't need much more from VC++ just to compile stuff.
The files I have stripped out:
cl.exe
c1.dll
c1xx.dll
c2.dll
mspdb80.dll
1033 (dir)
clui.dll
Presuming I don't need much more from VC++ is there a way of obtaining it short of actually installing it? I can download pretty much whatever, but I really should not install anything on this computer (at work).
Or perhaps simply another compiler all together... but small...?
NVM... Mhtml posted an answer for me in another thread.
http://www.codingforums.com/showthread.php?t=106253
Thanks!
The idea is to compile stuff on my little flash drive which is like my portable office right now... But it's not big enough for VC++ ect. (Though maybe I can strip out just the files I need from VC++? I've already done this for cl.exe and just enough files to use the preprocessor, (for editing scripts), but I will need the libraries too.)
That might be the easiest if I really don't need much more from VC++ just to compile stuff.
The files I have stripped out:
cl.exe
c1.dll
c1xx.dll
c2.dll
mspdb80.dll
1033 (dir)
clui.dll
Presuming I don't need much more from VC++ is there a way of obtaining it short of actually installing it? I can download pretty much whatever, but I really should not install anything on this computer (at work).
Or perhaps simply another compiler all together... but small...?
NVM... Mhtml posted an answer for me in another thread.
http://www.codingforums.com/showthread.php?t=106253
Thanks!