Hi,
Could somebody tell me how to include my classes in a file which does not see them? (Figure below).
[Level 0] .............................................My Project......................................
.................................................. ...............|.................................. .............
......................................--------------------------------------------------.............
......................................|........... .................................................| .............
[Level 1] ................Classes ............................................... Functions...
......................................|........... .................................................| .............
.......................... --------------------------........................................|......... ....
...........................|...................... ........|........................................| .............
[Level 2] ...Class_A.h...............Class_B.h...................myFunction.h
I know 2 typical methods: Relative path and Absolute path.
But "myFuction.h" in “Function” directory does not accept the relative address: ”My project\Classes\Class_A.h”.
On the other hand, I don’t want to use an absolute path for the sake of portability.
Is there any one who knows what the trick is??!!
Thanks all,