> > > Hi: > I tried to compile GMX source code by VC 6.0. > > I found the main function of MD simulation is in mdrun.c. And then i > compiled it as main file. > > But some varier type my compiler can not find . Such as : > LONG; > TCHAR; > BSTR; > BOOL; > DATE;
Follow the instructions for configure and make on the gromacs webpage. I do not expect Visual C to work. Either get a precompiled binary from the gromacs webpage, or use the Cygwin unix compatibility layer. Mark _______________________________________________ gmx-users mailing list [email protected] http://www.gromacs.org/mailman/listinfo/gmx-users Please don't post (un)subscribe requests to the list. Use the www interface or send it to [EMAIL PROTECTED] Can't post? Read http://www.gromacs.org/mailing_lists/users.php

