feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Aug 06 2005 : 3:29:19 PM
|
that looks a little odd to me. i have never used typedef to declare a forward reference before, so i have guessed at what you are doing.
using VC6 and VAX 1418 i have placed these forward references before the class in the .h file. then at the end of the class, inside the class i added the code:
typedef int MenuSubItem_Settings_AutoAccept_SubItem_t; MenuSubItem_Settings_AutoAccept_SubItem_t fred;
when i then use alt_g (VAX's goto command) with the caret inside MenuSubItem_Settings_AutoAccept_SubItem_t i am taken to the forward declaration line at the top of the header, which makes sense.
how close is this to what you are seeing and experiencing? |
zen is the art of being at one with the two'ness |
|
|