Compiling ACLIC example ABC class under Windows

Dear all

I am trying to ACLIC compile the class ABC as in the Users’ Guide example on page 235. Now I get the following message (see attached file). Does anybody know how to solve this? I am using Visual C++ 6.0.

Regards
Stève


Hi Steve,
it’s a compiler bug. MSVC6 and 7.0 are not supported anymore, use 7.1 or 8.0.
Axel.

Thank you Axel! Is then Visual Studio .NET 2003 ok?

Hi Steve,
yes, that’s compiler version 7.1.
Axel.

Hi Axel

ACliC compilation problems still occur with VC7.1, for the compilation of a hello example… Do you recognize this one?

Stève


Cheers
Stève

Hi Steve,

In your last example, the Microsoft compiler is not set properly in the window you started root in (i.e. it can not find the compiler executable named cl.exe).

You should run vcvars32.bat (or equivalent)(c:/Program Files/Microsoft Visual Studio .NET 2003/VC7/BIN/vcvars32.bat)
Cheers,
Philippe.