![]() |
![]() |
![]() |
Visual Studio Evaluation I searched google and microsoft's site and am wondering if there is a free download for visual studio. I am trying to compile a *.dsw *.dsp project.
Tom Vu
Microsoft has a free 60-day evaluation of Visual Studio that it distributes on CDs or DVDs. They also have a version that you can try online. Both available here.
Robert Jacobson
You could try Dev-C++ http://www.bloodshed.net/dev/devcpp.html
Koos
The format of DSP and DSW is fairly obvious. They're just text files; look inside them and see what's what. (The command line switches, you should be able to find somewhere on the online MSDN; like as not, /I and /D are the only ones you'll really need.)
Insert half smiley here.
Tom. I dunno if this will be usefule, nor if it still exists, but MS used to give away a version of VB that would compile to ActiveX - it was called the 'VB Control Creation' edition or similar.
Marx
|