On Wed, 16 Apr 2008, Dmitry Matison wrote: > I'm trying to compile libMesh code in VS.Net 2005 SP1 and facing some > troubles, like many errors in VS's files, such as memory.h, algorithm.h. > Did anyone try it? Maybe you could say something about possible problems, as > you know the code well?
Someone tried VC++ 6, or some similarly ancient version, quite a while ago, but AFAIK they gave up on the number of changes required to work on a compiler that didn't even support C++ standards on variable scope. The .NET compilers should be much better; they're not going to support our configure/Makefile setup, but I'd be surprised if the source code itself gave you insurmountable problems. --- Roy ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
