Compiler can't see class
- From: Lilith <lilith@xxxxxxxxx>
- Date: Sun, 29 Jan 2006 19:42:39 -0600
I've tried this question over at Code Project but was unable to get a
resolution there. So I'm trying here.
I'm using VC++ 6.0. I've downloaded a non-MFC class from the Code
Project that I want to use in my project(s). In a test case project
I've copied the .h and .cpp files to my project workspace. I've
included the files in the project. I've #included the .h file in the
XXXView.h file. I've rebuilt the class wizard file. Per a suggestion
from the Code Project forum I've turned off pre-compiled headers.
The class shows up in the Class View but doesn't show up in class
wizard. When I compile the project I get three errors, all of which
indicate that the compiler hasn't noted the existence of the class.
Help? Please?
--
TIA
Lilith
.
- Follow-Ups:
- Re: Compiler can't see class
- From: Frank Hickman [MVP]
- Re: Compiler can't see class
- Prev by Date: Thread safe vector class
- Next by Date: Re: Thread safe vector class
- Previous by thread: Thread safe vector class
- Next by thread: Re: Compiler can't see class
- Index(es):
Relevant Pages
|