Archived

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

Some C++ source files missing?

kwaclaw
kwaclaw Oshawa, Canada
I downloaded the C++ source distribution (Ice 2.1.2) and it seems
that the header and source files for the glacier2 project are missing.

Karl

Comments

  • marc
    marc Florida
    No, nothing is missing. Perhaps you refer to files that are generated form Slice files during the compilation process? What files exactly do you miss?
  • kwaclaw
    kwaclaw Oshawa, Canada
    marc wrote:
    No, nothing is missing. Perhaps you refer to files that are generated form Slice files during the compilation process? What files exactly do you miss?

    When I open it in Visual Studio, the glacier2 project refers to these source files:

    - PermissionsVerifier.cpp
    - Router.cpp
    - Session.cpp

    They don't exist, as well as the associated header files.

    This projects builds glacier221d.dll.

    Karl
  • marc
    marc Florida
    These files are all generated from the corresponding Slice files during the build process.
  • kwaclaw
    kwaclaw Oshawa, Canada
    marc wrote:
    These files are all generated from the corresponding Slice files during the build process.

    Thanks - sorry for the false alarm!

    Karl