Problems compiling with ACLiC

Hi,

I am not sure what am I doing wrong but when I try to compile a program with:

.L prog.C+

I always get the error:

root [1] .L prog.C+
Info in TWinNTSystem::ACLiC: creating shared library C:\root\cu_C.dll
’rootcint’ is not recognized as an internal or external command,
operable program or batch file.
Error in : Dictionary generation failed!
Info in : Invoking compiler to check macro’s validity
’cl’ is not recognized as an internal or external command,
operable program or batch file.

This happens even with the most trivial programs like:
#include
using namespace std;

int main ()
{
cout << “Hello World!”;
return 0;
}

Could you help me with this?
Thanks,
Ion

see your identical post: root.cern.ch/phpBB2/viewtopic.php?t=6874