Re: Compiling in Windows using the VC++ IDE

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Thu, 14 May 2009 13:38:17 -0500


Hi Michele,

It is indeed possible but takes some efforts. You will need to create a special rule to generate the dictionary. The rule will need to execute something like:

    rootcint -f dict.cxx -c myheader.h mylinkdef.h and then make sure that dict.cxx is compiled and linked as the other source files.

Cheers,
Philippe.

Michele Floris wrote:
> Dear All,
>
>
> I successfully installed root 5.22 compiled with Visual C++ 9.0, using the msi installer. It runs perfectly with the free visual c++ (express edition), and I can compile macros from CINT (e.g. ".L MyMacro.C+").
>
> I would like to ask if it is possible to compile root macros/classes from within the VC++ IDE. I guess the main problem there is the creation of the dictionary... Has anybody tried that?
>
> Thanks,
> Best Regards,
> Michele.
>
>
Received on Thu May 14 2009 - 20:38:22 CEST

This archive was generated by hypermail 2.2.0 : Sat May 16 2009 - 17:50:01 CEST