Robert F Gunion said the following on 13.04.2006 19:12: > Hi Sorin, > > Many thanks to you and Boudewijn for taking this on! I compiled your > sources without error using VS Express 2005, and I haven't found any > problems so far on my development system, though my testing has been > quite limited. > > I did get these warnings with many files, which seem unimportant except > that C4244 could cause problems down the road: > > E:\mico\include\mico/throw.h(55) : warning C4551: function call missing > argument > list > E:\mico\include\mico/throw.h(96) : warning C4551: function call missing > argument > list > E:\mico\include\mico/os-misc.h(72) : warning C4244: '=' : conversion > from '__tim > e64_t' to 'long', possible loss of data > cl : Command line warning D9035 : option 'Yd' has been deprecated and > will be re > moved in a future release They will be fixed in the future builds. One step at the time ...
> > > > I also tried compiling with VS7.0 and got an error, although the > official release of mico2.3.12 does build with it. I got the following > output: Please try a make /f makefile.win32 distclean before building with another compiler. To be honest, I haven't tested how everything works on a system with both compilers installed in the same time. Please check the results of the script admin\checkvstudio.bat. It should detect if VSTUDIO 2005 is installed. There will be definitely problems if both compilers are installed. I'll investigate this. _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
