|
|
|
|||||
|
slice2cpp and include paths
I have a include/naming problem. I have a slice file TVxx.ice:
================================================== === #include <Tuner.ice> module Services { interface TVxx extends Tuner { // ... }; }; ================================================== === and slice2cpp generates TVxx.h: . . . #include <Tuner.h> . . . but Tuner.h conflicts wth Tuner.h in the microsoft platform sdk. So, I can rename Tuner to something less generic, but I was wondering if there is some slice2cpp directive that would cause it to generate instead . . . #include <MyObscureDirectory/Tuner.h> . . . Thanks -Edward
__________________
Edward |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Patch #8 for Ice 3.1.0: support for paths with spaces in -I option | benoit | Patches | 2 | 01-05-2007 05:50 AM |
| Question about #include | AlexKom | Help Center | 3 | 07-20-2005 12:15 PM |
| slice2cpp -IDIR works, --include-dir DIR doesn't | shaver | Bug Reports | 5 | 01-16-2005 07:34 PM |
| Slice2cpp Include Problem | tony_h | Help Center | 4 | 08-27-2004 12:28 PM |
| slice2cpp & --include-dir | vukicevic | Bug Reports | 2 | 12-02-2003 11:40 PM |