Linking other comps' to your comp

Posted: 05-22-2007, 12:53 PM
I made a component for my wecam. Upon testing I discovered that there were
two windows system files missing that were needed.
These being :
vidcap.ax
msh263.drv

I added those to my config and rebuilt. Worked a charm.

My question is:

Should I tie those two components as being dependencies in my SLD?

or

Make a macro component that brings in those two mini components? ( Keeping
them separate from my SLD )

Any thoughts?
Reply With Quote

Responses to "Linking other comps' to your comp"

Martin Grossen, eMVP [AVNET Silica]
Guest
Posts: n/a
 
Re: Linking other comps' to your comp
Posted: 05-22-2007, 06:02 PM
Hi Blue

Normally, when your driver component needs theese two files,
you set a dependency in your compomnent.

It's more visible as a macro component.
(logfiles, dependency check,...)




--

Martin Grossen, eMVP

AVNET EMG Silica
Franchise Manager Microsoft Embedded Europe

Your competent partner for Microsoft Embedded licencing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"BlueMonkey" <BlueMonkey@discussions.microsoft.com> schrieb im Newsbeitrag
news:BC1E7DF6-9D0C-48F3-B6A8-D19787A03D6B@microsoft.com...
>I made a component for my wecam. Upon testing I discovered that there were
> two windows system files missing that were needed.
> These being :
> vidcap.ax
> msh263.drv
>
> I added those to my config and rebuilt. Worked a charm.
>
> My question is:
>
> Should I tie those two components as being dependencies in my SLD?
>
> or
>
> Make a macro component that brings in those two mini components? ( Keeping
> them separate from my SLD )
>
> Any thoughts?

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Linking other comps' to your comp
Posted: 05-22-2007, 07:44 PM
How about setting the "USB Video Device" and "Primitive: Msh263" components as dependencies for your own component?

Please keep in mind that the vidcap.ax (filter object) needs to be properly registred.


--
=========
Regards,
KM
>I made a component for my wecam. Upon testing I discovered that there were
> two windows system files missing that were needed.
> These being :
> vidcap.ax
> msh263.drv
>
> I added those to my config and rebuilt. Worked a charm.
>
> My question is:
>
> Should I tie those two components as being dependencies in my SLD?
>
> or
>
> Make a macro component that brings in those two mini components? ( Keeping
> them separate from my SLD )
>
> Any thoughts?

Reply With Quote
BlueMonkey
Guest
Posts: n/a
 
Re: Linking other comps' to your comp
Posted: 05-22-2007, 11:44 PM
Thanks Martin and KM.

KM, when you say "Please keep in mind that the vidcap.ax (filter object)
needs to be properly registred" how do I verify that? I suppose I'll know if
the camera doesn't work. I'll set the deps in the SLD and test.

Thanks again.

"KM" wrote:
> How about setting the "USB Video Device" and "Primitive: Msh263" components as dependencies for your own component?
>
> Please keep in mind that the vidcap.ax (filter object) needs to be properly registred.
>
>
> --
> =========
> Regards,
> KM
>
> >I made a component for my wecam. Upon testing I discovered that there were
> > two windows system files missing that were needed.
> > These being :
> > vidcap.ax
> > msh263.drv
> >
> > I added those to my config and rebuilt. Worked a charm.
> >
> > My question is:
> >
> > Should I tie those two components as being dependencies in my SLD?
> >
> > or
> >
> > Make a macro component that brings in those two mini components? ( Keeping
> > them separate from my SLD )
> >
> > Any thoughts?
>
>
>
Reply With Quote
KM
Guest
Posts: n/a
 
Re: Linking other comps' to your comp
Posted: 05-22-2007, 11:53 PM
Well, if you included the "USB Video Device" then the vidcap.ax is registred.

Otherwise, check out the presense of following registry key at runtime, for instance:
[HKEY_CLASSES_ROOT\CLSID\{A0227FFC-3AA7-4dc3-9FD7-125745C9EAF6}]

--
=========
Regards,
KM
> Thanks Martin and KM.
>
> KM, when you say "Please keep in mind that the vidcap.ax (filter object)
> needs to be properly registred" how do I verify that? I suppose I'll know if
> the camera doesn't work. I'll set the deps in the SLD and test.
>
> Thanks again.
>
> "KM" wrote:
>
>> How about setting the "USB Video Device" and "Primitive: Msh263" components as dependencies for your own component?
>>
>> Please keep in mind that the vidcap.ax (filter object) needs to be properly registred.
>>
>>
>> --
>> =========
>> Regards,
>> KM
>>
>> >I made a component for my wecam. Upon testing I discovered that there were
>> > two windows system files missing that were needed.
>> > These being :
>> > vidcap.ax
>> > msh263.drv
>> >
>> > I added those to my config and rebuilt. Worked a charm.
>> >
>> > My question is:
>> >
>> > Should I tie those two components as being dependencies in my SLD?
>> >
>> > or
>> >
>> > Make a macro component that brings in those two mini components? ( Keeping
>> > them separate from my SLD )
>> >
>> > Any thoughts?
>>
>>
>>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Linking other comps' to your comp
Posted: 05-22-2007, 11:58 PM
And, of course, you can do "regsvr32 vidcap.ax" at run time. Although I am not sure if it will get you all the required registry
entries for this filter. The USB video Device component rather sets the required registry entries than registers the .ax component
with regsvr32.

--
=========
Regards,
KM
> Well, if you included the "USB Video Device" then the vidcap.ax is registred.
>
> Otherwise, check out the presense of following registry key at runtime, for instance:
> [HKEY_CLASSES_ROOT\CLSID\{A0227FFC-3AA7-4dc3-9FD7-125745C9EAF6}]
>
> --
> =========
> Regards,
> KM
>
>> Thanks Martin and KM.
>>
>> KM, when you say "Please keep in mind that the vidcap.ax (filter object)
>> needs to be properly registred" how do I verify that? I suppose I'll know if
>> the camera doesn't work. I'll set the deps in the SLD and test.
>>
>> Thanks again.
>>
>> "KM" wrote:
>>
>>> How about setting the "USB Video Device" and "Primitive: Msh263" components as dependencies for your own component?
>>>
>>> Please keep in mind that the vidcap.ax (filter object) needs to be properly registred.
>>>
>>>
>>> --
>>> =========
>>> Regards,
>>> KM
>>>
>>> >I made a component for my wecam. Upon testing I discovered that there were
>>> > two windows system files missing that were needed.
>>> > These being :
>>> > vidcap.ax
>>> > msh263.drv
>>> >
>>> > I added those to my config and rebuilt. Worked a charm.
>>> >
>>> > My question is:
>>> >
>>> > Should I tie those two components as being dependencies in my SLD?
>>> >
>>> > or
>>> >
>>> > Make a macro component that brings in those two mini components? ( Keeping
>>> > them separate from my SLD )
>>> >
>>> > Any thoughts?
>>>
>>>
>>>
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
winxp comp resets server connection on win98 comp Raphael Lei Windows XP Network & Web 0 07-09-2003 10:52 PM
connecting 2 comps. Ozan Windows XP Network & Web 0 07-07-2003 12:17 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90