Archived

This forum has been archived. Please start a new discussion on GitHub.

help series

thank you very much for your help.
the problem always persists . you have demanded me some precisions.so i use viseul c++ express edition 2005 as an ide and a compiler for my c++ files. i add one other probleme:when i execute the command with the prompt
c++ -I. -I$ICE_HOME/include -c Printer.cpp Server.cpp
the message, c++ is not an intern command, appears.
:confused::confused::confused:
thank you so much

Comments

  • matthew
    matthew NL, Canada
    c++ is not the name of the compiler that accompanies VC++ express edition 2005. The compiler is named cl and furthermore its not in your PATH by default. You also don't have the correct command line arguments to build Ice applications with the MS compiler.