- Adding external classes
- Posted by Lilith on December 23rd, 2005
I was checking out a project on www.thecodeproject.com last night
called a FooButton. This morning I was doing some preliminary test
prior to trying to incorporate this class into some projects I have
coming up. I've added the appropriate .h and .cpp files to my
project. The class appears in my class view but when I try to add a
variable relating to button I placed in my test case it wouldn't show
the FooButton control as being available either in the message maps or
the member variables..
I installed the original demo project to see if it appeared there or
if the source file was built directly to incorporate the class. It
appears that there was no associate class wizard available but I was
given the opportunity to build one from the source files. Having done
so the FooButton class showed up as available in both the message maps
and member variables.
The question is, what do I need to do to make the class available in
these two areas? Do I need to do some sort of rebuild on the class
wizard? Add something to the code?
--
Thanks,
Lilith
- Posted by Rob Thorpe on December 23rd, 2005
Lilith wrote:
Questions like this are best asked on comp.os.ms-windows.programmer.mfc
or
microsoft.public.vc.*
- Posted by Lilith on December 23rd, 2005
On 23 Dec 2005 09:16:31 -0800, "Rob Thorpe"
<robert.thorpe@antenova.com> wrote:
And I apologize. I realized I was in the wrong newsgroup right after
I hit the send button. Mea culpa.
--
Lilith