COM Directshow

  • Thread starter Thread starter Nabz
  • Start date Start date
N

Nabz

Dear All ;

I am using my own Directshow COM in my application , I want to
register it automaticly in FBA what is the correct way .

Regards

Nabz
 
In Component Designer when you create a component, there is a FBA DLL/COM
Registration resource that can be used to register your app.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
Dear Sean ;

When I try to Register my COM filter there was an
error

Error 1004: Invalid resource: "MyFilter.ax"
would u plz help me out .

Regards
Nabz
 
Thanks Sean ;

I solved the problem , error was due to
inncorrorct path.

Sean I am using EWF on my image I have followed the steps which are in
ur book XP Embedded Advanced. I have one question to ask if my system
is headless and My application is shell how can it be possible to
access registry after booting the system ? because system always goes
to my application. EWF require registry setting and some work after
installation of image.


Regards
Nabz
 
Nabz said:
I have one question to ask if my system
is headless and My application is shell how can it be possible to
access registry after booting the system ? because system always goes
to my application. EWF require registry setting and some work after
installation of image.

Are you able to modify your app? I do all EWF configuration by calling
EWFMGR from my program. It is also possible to link to EwfLib.

You could also run batch files or edit the registry off line by
connecting the hard drive to your dev computer.
 
Back
Top