Click here to Skip to main content
15,902,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General[Message Deleted] Pin
bhat29-Feb-08 1:47
bhat29-Feb-08 1:47 
GeneralRe: Transparent Window Pin
CPallini29-Feb-08 1:51
mveCPallini29-Feb-08 1:51 
GeneralRe: Transparent Window Pin
Rajesh R Subramanian29-Feb-08 1:52
professionalRajesh R Subramanian29-Feb-08 1:52 
GeneralRe: Transparent Window Pin
Gary R. Wheeler1-Mar-08 3:48
Gary R. Wheeler1-Mar-08 3:48 
QuestionRe: Transparent Window Pin
Rajkumar R29-Feb-08 2:47
Rajkumar R29-Feb-08 2:47 
GeneralDirectshow filter crashes in thumbnail view Pin
mTahir29-Feb-08 0:45
mTahir29-Feb-08 0:45 
GeneralRe: Directshow filter crashes in thumbnail view Pin
Cedric Moonen29-Feb-08 0:58
Cedric Moonen29-Feb-08 0:58 
GeneralRe: Directshow filter crashes in thumbnail view Pin
Rajkumar R29-Feb-08 2:07
Rajkumar R29-Feb-08 2:07 
mTahir wrote:
explorer.exe Pid 328 Tid fc8. Module myFilter.ax, 5 objects left active! At line 317 of


It occurs if you acquired any interface and not releasing it, when the filter is about to destruct. The interface acquired in your filter may be other filters which might acquired other interfaces and your assert message shows 5 interfaces not released.

I think you must be able to get this error in graphedit also, stress test for different scenarios, like pause the graph and close the graphedit, insert and remove filters, close graphedit while running graph. The thumbnail might be in different state which you never tried in graphedit.

log the reference count of the interfaces while you acquire and release and check whether it matches. for all your pins and filters override the
"STDMETHODIMP_(ULONG) NonDelegatingAddRef();"
"STDMETHODIMP_(ULONG) NonDelegatingRelease();" so that you can log easily.
GeneralRe: Directshow filter crashes in thumbnail view Pin
mTahir2-Mar-08 20:03
mTahir2-Mar-08 20:03 
GeneralA query in bitmap routine Pin
jossion29-Feb-08 0:00
jossion29-Feb-08 0:00 
GeneralRe: A query in bitmap routine Pin
CPallini29-Feb-08 0:18
mveCPallini29-Feb-08 0:18 
GeneralRe: A query in bitmap routine(CDC versus HDC) Pin
jossion4-Mar-08 1:43
jossion4-Mar-08 1:43 
QuestionRe: A query in bitmap routine(CDC versus HDC) Pin
CPallini4-Mar-08 2:08
mveCPallini4-Mar-08 2:08 
GeneralRe: A query in bitmap routine(CDC versus HDC) Pin
jossion4-Mar-08 19:01
jossion4-Mar-08 19:01 
GeneralRe: A query in bitmap routine(CDC versus HDC) Pin
CPallini4-Mar-08 21:35
mveCPallini4-Mar-08 21:35 
QuestionHow to flash the taskbar icon of a certain frame ? Pin
Ahmed Charfeddine28-Feb-08 23:59
Ahmed Charfeddine28-Feb-08 23:59 
GeneralRe: How to flash the taskbar icon of a certain frame ? Pin
Rajesh R Subramanian29-Feb-08 0:02
professionalRajesh R Subramanian29-Feb-08 0:02 
GeneralRe: How to flash the taskbar icon of a certain frame ? Pin
Ahmed Charfeddine29-Feb-08 3:36
Ahmed Charfeddine29-Feb-08 3:36 
GeneralRe: How to flash the taskbar icon of a certain frame ? Pin
Rajesh R Subramanian29-Feb-08 3:44
professionalRajesh R Subramanian29-Feb-08 3:44 
QuestionCan't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
glyfyx28-Feb-08 22:48
glyfyx28-Feb-08 22:48 
GeneralRe: Can't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
CPallini28-Feb-08 23:04
mveCPallini28-Feb-08 23:04 
GeneralRe: Can't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
glyfyx6-Mar-08 9:20
glyfyx6-Mar-08 9:20 
AnswerRe: Can't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
JohnCz4-Mar-08 13:03
JohnCz4-Mar-08 13:03 
GeneralRe: Can't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
glyfyx6-Mar-08 9:19
glyfyx6-Mar-08 9:19 
GeneralRe: Can't find the win32 C/C++ equivalents of the VB functions SelStart, SelLength, and SelText Pin
JohnCz6-Mar-08 17:30
JohnCz6-Mar-08 17:30 

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.