Archived

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

Visual Studio 6 project files for Ice

Hi!

Is there any way to obtain VC6 .dsp files for the examples for Ice 1.1.1?

Or more specifically, is there a way to automatically run slice2cpp in the build process (Visual Studio 6 IDE)? How is this solved in the examples?

Regards,
Gregor

Comments

  • The source distribution contains .dsp files for all examples. For example, for the hello demo:

    demo\Ice\Hello\helloC.dsp <- For the client
    demo\Ice\Hello\helloS.dsp <- For the server

    Don't use these directly. Instead, open all.dsw (in the top-level directory), and choose one of the project files there.
  • Thanks! I missed them originally because I used the binary installer.

    Regards,
    Gregor