Click here to Skip to main content
15,893,663 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DeleteFile() Function Failure Pin
Richard MacCutchan4-Jul-13 21:02
mveRichard MacCutchan4-Jul-13 21:02 
AnswerRe: DeleteFile() Function Failure Pin
hans.sch11-Jul-13 6:56
hans.sch11-Jul-13 6:56 
AnswerRe: DeleteFile() Function Failure Pin
Erudite_Eric15-Jul-13 2:30
Erudite_Eric15-Jul-13 2:30 
QuestionClass not registered error Pin
sdancer754-Jul-13 2:30
sdancer754-Jul-13 2:30 
AnswerRe: Class not registered error Pin
«_Superman_»4-Jul-13 20:01
professional«_Superman_»4-Jul-13 20:01 
GeneralRe: Class not registered error Pin
sdancer754-Jul-13 21:34
sdancer754-Jul-13 21:34 
GeneralRe: Class not registered error Pin
«_Superman_»4-Jul-13 21:46
professional«_Superman_»4-Jul-13 21:46 
GeneralRe: Class not registered error Pin
sdancer754-Jul-13 22:53
sdancer754-Jul-13 22:53 
Hi,

As you can see in question at the very begging, the error code is 0x80040154 which means "class is not registered"

This is strange since the class is indeed registered at sysWOW3264 (a mirror registry for 32-bit windows apps running on 64bit windows) since my source filter is 32-bit.

Under ms filter graph, I can find and use successfully the filter, but the problem still exists under my MFC project.

PS:In my stdafx.h I declare my filter as follows

C++
#include "INITGUID.H"

//{8576CEC8-964D-4B51-AC45-2B24DE748E23} My Async Source (File)
DEFINE_GUID(CLSID_PIAsyncFile,
			0x8576CEC8, 0x964D, 0x4B51, 0xAC, 0x45, 0x2B, 0x24, 0xDE, 074, 0x8E, 0x23);


Thanx
sdancer75

GeneralRe: Class not registered error Pin
«_Superman_»4-Jul-13 23:00
professional«_Superman_»4-Jul-13 23:00 
GeneralRe: Class not registered error Pin
sdancer754-Jul-13 23:27
sdancer754-Jul-13 23:27 
GeneralRe: Class not registered error Pin
«_Superman_»4-Jul-13 23:41
professional«_Superman_»4-Jul-13 23:41 
GeneralRe: Class not registered error Pin
sdancer754-Jul-13 23:57
sdancer754-Jul-13 23:57 
GeneralRe: Class not registered error Pin
sdancer755-Jul-13 0:13
sdancer755-Jul-13 0:13 
GeneralRe: Class not registered error Pin
sdancer7511-Jul-13 23:16
sdancer7511-Jul-13 23:16 
GeneralRe: Class not registered error Pin
Jesusjenifer23-Dec-14 19:46
Jesusjenifer23-Dec-14 19:46 
GeneralRe: Class not registered error Pin
sdancer7523-Dec-14 22:57
sdancer7523-Dec-14 22:57 
QuestionDoes DeleteFile function returns immediatly? Pin
Donguy19763-Jul-13 7:00
Donguy19763-Jul-13 7:00 
AnswerRe: Does DeleteFile function returns immediatly? Pin
jeron13-Jul-13 7:49
jeron13-Jul-13 7:49 
AnswerRe: Does DeleteFile function returns immediatly? Pin
Jochen Arndt3-Jul-13 8:12
professionalJochen Arndt3-Jul-13 8:12 
QuestionCalculator in C Language Pin
anasshad3-Jul-13 2:11
anasshad3-Jul-13 2:11 
AnswerRe: Calculator in C Language Pin
Richard MacCutchan3-Jul-13 2:42
mveRichard MacCutchan3-Jul-13 2:42 
QuestionRe: Calculator in C Language Pin
Maximilien3-Jul-13 2:45
Maximilien3-Jul-13 2:45 
AnswerRe: Calculator in C Language Pin
Jonathan Davies3-Jul-13 3:03
Jonathan Davies3-Jul-13 3:03 
QuestionRe: Calculator in C Language Pin
David Crow3-Jul-13 4:47
David Crow3-Jul-13 4:47 
QuestionSlider not working properly.? Pin
mbatra312-Jul-13 23:52
mbatra312-Jul-13 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.