[gmx-users] compile GMX source code by VC 6.0

2006-06-09 Thread 主月 :)





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;
How can i fix it !

thanks a lot

___
gmx-users mailing listgmx-users@gromacs.org
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

Re: [gmx-users] compile GMX source code by VC 6.0

2006-06-09 Thread Yang Ye
Hi,

Find them in /include

Yang Ye

主月 :) wrote:
 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;
 How can i fix it !
 thanks a lot
 

 ___
 gmx-users mailing listgmx-users@gromacs.org
 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



___
gmx-users mailing listgmx-users@gromacs.org
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


Re: [gmx-users] compile GMX source code by VC 6.0

2006-06-09 Thread Mark Abraham


 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 listgmx-users@gromacs.org
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