Skip to Content.
Sympa Menu

charm - Re: [charm] Can I compile and link charm++ program in VC++6.0 or VS2005?

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Can I compile and link charm++ program in VC++6.0 or VS2005?


Chronological Thread 
  • From: Gengbin Zheng <zhenggb AT gmail.com>
  • To: 倪安宁 <nianning1981 AT 163.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] Can I compile and link charm++ program in VC++6.0 or VS2005?
  • Date: Mon, 22 Feb 2010 11:47:41 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>


Hi,

 We use cygwin to compile and link. However, since charm++ has been compiled as a VC++ library, you should be use anyway you want with the visual studio IDE.
The libraries you need are defined in a script called unix2nt_cc (see the LINK_POST line) , you can find it at charm/src/arch/win32

Gengbin

2010/2/21 倪安宁 <nianning1981 AT 163.com>

Hi, All:

   I have just downloaded the charm-6.1.3, but my existing project which I want to parallelize with charm++ has been developed in VC++ 6.0. Can I directly add charm codes to my project and compile and link it in VC++6.0/’VS2005 If can, how should I do and set which libs to link with the project?

Thanks

Anning


_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm







Archive powered by MHonArc 2.6.16.

Top of Page