| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Graphics Programming Discussion graphics programming using C++. Valid topics include OpenGL, DirectX, GDI/GDI+, Aero, and more. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
directshow filter wizard under .net 2003
Hi
I have been trying to use a directshow transform filter wizard under visual studio .net2003. The wizard was designed for visual studio.net 2002 and is the one which accompanies Programming DirectShow by Mark Pesce. I have been trying to migrate it to visual studio .net 2003 using the instructions given in this link: http://msdn.microsoft.com/library/de...tomWizards.asp But it does not seem to work. I keep getting the error: "Object with program ID VsWizard.VsWizard Engine cannot be created" Any ideas on how to fix this ? regards simon |
|
#2
|
|||
|
|||
|
Re: directshow filter wizard under .net 2003
Hi,
Better late than never. I hope someone can use my answer anyway....... I've also tried to use the filter wizard and have found the solution to use the filter wizard provided with the DirectShow book You have to change a few more entries as described This is my complete working .vsz file: VSWIZARD 7.0 Wizard=VsWizard.VsWizardEngine.7.1 Param="WIZARD_NAME = DSWizard" Param="ABSOLUTE_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\VCWizards\DSWizard" Param="WIZARD_UI = TRUE" of course, check the absolute path with your own The wizard_UI and the .7.1 did the trick on my environment good luck Pjotr |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|