Multiple files in a single component

Hi All,

I have created a new nonvisual component.  It works fine, I get it in the
palette and all my stuff shows up in the object inspector on my test app,
the problem is that this component has two files the component.cpp file and
a support file (.cpp and .h).  My problem is that now when I add that
component to a new form I also have to manually add the #include
"supportfile.h" and a USEOBJ("supportfile.obj");  I want to automatically
add the include and package the obj with the component, is there a way to do
this?

    Thanks

        Glenn