![]() |
|
|||||||
|
|
Thread Tools | Search this Thread | Rate Thread |
|
#1
|
|||
|
|||
ClassView not showing my classes (VC++, namespace, headers) ?!?!?I'm using VC++ 6.0 for a project, and I'm trying to organize my classes/files in a manner STL classes are oranized, i.e. include files without '.h' extension.
file : "MyClass" namespace MyNamespace { } file : "MyClass.h" #include <MyClass> using namespace MyNamespace; file : "Main.cpp" #include <MyClass> using namepsace MyNamespace; Using organization like this look fine with me, it compiles fine, but my classview is empty. Any hints or suggestions. Thanks, Dejan |
|
#2
|
|||
|
|||
|
I've never tried this, but I think that *.cpp files are not located by default by #include's. It only seeks for .h files.
If you compile your .cpp file into a .o (or whatever Visual calls it), and place it in your C++ library folder, it might work. It's not something I've ever tried. GF |
Recent GIDBlog
More photos on Flickr by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The