New contact with ice. I want to change the bidir example in the demo and implement it myself, but call back. put the ice file in the D: \ Ice-3.3.1-VC60 \ bin directory and run slice2cpp callback. but how can ice not be compiled? It always prompts that the file cannot be included. can't open include file "ice/identity. ice"
I found some information on the Internet, which is nothing more than a new feature of ice. There is very little information about troubleshooting. The literal meaning of the error is that the ice file contains <ice/identity. Ice>, but slice2cpp cannot find this file.
When running slice2cpp -? A bunch of command instructions
Note that-Idir indicates that put dir in the include file search path should be what I want.
So I changed the command,
Slice2cpp callback. Ice-ID: \ Ice-3.3.1-VC60 \ slice
Finally compiled successfully.