Click here to Skip to main content
16,010,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: hot to set the step value in spin Pin
Prakash Nadar8-Mar-04 1:10
Prakash Nadar8-Mar-04 1:10 
GeneralRe: hot to set the step value in spin Pin
David Crow8-Mar-04 4:47
David Crow8-Mar-04 4:47 
GeneralRe: hot to set the step value in spin Pin
Roger Wright8-Mar-04 9:21
professionalRoger Wright8-Mar-04 9:21 
GeneralRe: hot to set the step value in spin Pin
David Crow8-Mar-04 9:28
David Crow8-Mar-04 9:28 
GeneralRe: hot to set the step value in spin Pin
Roger Wright8-Mar-04 10:09
professionalRoger Wright8-Mar-04 10:09 
GeneralNeed opinions on proposed Plugin framework Pin
Anonymous7-Mar-04 15:13
Anonymous7-Mar-04 15:13 
GeneralRe: Need opinions on proposed Plugin framework Pin
Prakash Nadar7-Mar-04 15:43
Prakash Nadar7-Mar-04 15:43 
GeneralI need help understanding this part of DirectShow SDK Pin
Redbehelit7-Mar-04 15:10
Redbehelit7-Mar-04 15:10 
Hello, I am new to C++ and mostly started out in C#. Unfortunately Microsoft has not provided DirectShow for C# so now I must learn C++. Basically what I need to do is take some bitmaps and convert them to an AVI file. I have learned that the DirectShow SDK provides a way to do this using filters. An example comes with the SDK but unfortunately I cannot understand it and was hoping someone on codeproject can help me decipher how it works..


WTF | :WTF:
CPushPinBitmapSet::CPushPinBitmapSet(HRESULT *phr, CSource *pFilter)
: CSourceStream(NAME("Push Source BitmapSet"), phr, pFilter, L"Out"),
m_FramesWritten(0),
m_bZeroMemory(0),
m_iFrameNumber(0),
m_rtFrameLength(FPS_2), // Display 2 bitmap frames per second
m_iCurrentBitmap(0),
m_bFilesLoaded(FALSE)
{

Now, what exactly is this doing... is this instantiating a class which derives from something? and whats that "NAME" thing doing in there and a letter L before some quotes? Thanks in advance.
GeneralRe: I need help understanding this part of DirectShow SDK Pin
GDavy7-Mar-04 19:58
GDavy7-Mar-04 19:58 
GeneralC++ Question. Pin
WREY7-Mar-04 14:05
WREY7-Mar-04 14:05 
GeneralRe: C++ Question. Pin
Prakash Nadar7-Mar-04 14:58
Prakash Nadar7-Mar-04 14:58 
GeneralRe: C++ Question. Pin
WREY7-Mar-04 15:58
WREY7-Mar-04 15:58 
GeneralRe: C++ Question. Pin
Prakash Nadar7-Mar-04 16:11
Prakash Nadar7-Mar-04 16:11 
GeneralRe: C++ Question. Pin
Steve S7-Mar-04 22:20
Steve S7-Mar-04 22:20 
GeneralMFC: Can't insert controls after inserting an ActiveX Control!! Pin
Davex_7-Mar-04 12:21
Davex_7-Mar-04 12:21 
GeneralRe: MFC: Can't insert controls after inserting an ActiveX Control!! Pin
Davex_7-Mar-04 12:58
Davex_7-Mar-04 12:58 
GeneralRe: MFC: Can't insert controls after inserting an ActiveX Control!! Pin
Ryan Binns7-Mar-04 17:22
Ryan Binns7-Mar-04 17:22 
GeneralRe: MFC: Can't insert controls after inserting an ActiveX Control!! Pin
Davex_8-Mar-04 4:49
Davex_8-Mar-04 4:49 
GeneralInterfacing webcam with mfc Pin
hurr1can37-Mar-04 10:54
hurr1can37-Mar-04 10:54 
GeneralRe: Interfacing webcam with mfc Pin
Alexander M.,7-Mar-04 11:07
Alexander M.,7-Mar-04 11:07 
GeneralRe: Interfacing webcam with mfc Pin
Andrew Walker7-Mar-04 11:54
Andrew Walker7-Mar-04 11:54 
GeneralAdding 2 very long numbers ?! Pin
engineer_ali7-Mar-04 9:20
engineer_ali7-Mar-04 9:20 
GeneralRe: Adding 2 very long numbers ?! Pin
Alexander M.,7-Mar-04 10:12
Alexander M.,7-Mar-04 10:12 
GeneralRe: Adding 2 very long numbers ?! Pin
Jörgen Sigvardsson7-Mar-04 11:58
Jörgen Sigvardsson7-Mar-04 11:58 
GeneralSound In an App Pin
mavgoose7-Mar-04 9:16
mavgoose7-Mar-04 9:16 

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.