Hi,
I wrote some #defines and also, added some files to EVC's "include". Now ares lib can be built successfully without errors, but 4 warnings which can be ignored.
I'm trying to port the second project "resiprocate" to EVC, here's some typical errors I met.
1. Cannot open include file: 'resiprocate/os/xxx.hxx' or Cannot open include file: 'resiprocate/xxx.hxx'.
I changed them into 'os/xxx.hxx' or 'xxx.hxx', it seems to work, but I still don't know why EVC cannot find the path.
2.Cannot open include file: 'iostream' or Cannot open include file: 'iosfwd' and some other errors concern "io".
I heard that EVC doesn't support iostream, but don't know much about it and don't
know how to deal with this problem.
And l'm looking forward to your advice to above questions. Thank you, thank you a lot for help!