Vadim Konovalov schrieb: > 在 Thursday 29 January 2009 17:30:54,Reini Urban 写道: >> I just fiddled a tiny bit with the MSVC6 CFLAGS > > I am very glad that MSVC6 is under the constant attention :) > >> => >> t/compilers/imcc/syn/veracity.t 1 256 5 1 20.00% 5 >> t/op/arithmetics.t 1 256 28 1 3.57% 28 >> 14 tests and 689 subtests skipped. >> Failed 2/388 test scripts, 99.48% okay. 2/11671 subtests failed, 99.98% >> okay. >> >> Not bad. This is my single-core laptop. >> My big dual-core has interesting problems, which I'll report later. >> >> I also managed to produce a miniparrot.dsw with some subprojects for a >> nicer IDE stepthrough. > > IDE stepthrough on MSVC is able without any dsw. > I sometimes use MSVC6 for stepping perl5, or may be other C. > > I newer realise why people tend to produce dsw/dsp for MSVC.
Because it's easier to keep the deps on track. Step-through with MSVC is just like with insight/gdb, just without macros. But a nice development environment is much more than just opening the exe with the debugger. I want "Debug, Edit and Continue". It does not work for files which do #include *.str files. Anyway, here it is: http://rurban.xarch.at/software/perl/parrot-msvc6-dsp.zip I thought of adding it to ports/msvc, because newer MSDEV can import these, but not vice versa. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
