Click here to Skip to main content
16,011,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Customizing afxMessageBox Icons Pin
Joaquín M López Muñoz23-Jul-02 12:10
Joaquín M López Muñoz23-Jul-02 12:10 
Generalsyntax error : 'catch' Pin
moredip23-Jul-02 6:46
moredip23-Jul-02 6:46 
GeneralRe: syntax error : 'catch' Pin
Scott H. Settlemier23-Jul-02 7:03
Scott H. Settlemier23-Jul-02 7:03 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 7:10
moredip23-Jul-02 7:10 
GeneralRe: syntax error : 'catch' Pin
Joaquín M López Muñoz23-Jul-02 7:17
Joaquín M López Muñoz23-Jul-02 7:17 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 7:27
moredip23-Jul-02 7:27 
GeneralRe: syntax error : 'catch' Pin
Joaquín M López Muñoz23-Jul-02 7:37
Joaquín M López Muñoz23-Jul-02 7:37 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 7:48
moredip23-Jul-02 7:48 
//------------------------------------------------------------------------------
// File: CenWriter.cpp
//
// Desc: MODIFIED DirectShow sample code - Implementation file for the CenWriter
//       and CenWriter filters
//
//------------------------------------------------------------------------------

#include "CenFilter.h"
#include < initguid.h >    // declares DEFINE_GUID to declare an EXTERN_C const.

#include "../vss/fdckid.h"

//------------------------------------------------------------------------------
// File: CenFilter.cpp
//
// Desc: MODIFIED DirectShow sample code - Implementation file for the CenReader
//       filters
//
//------------------------------------------------------------------------------

//#include < streams.h >  // Active Movie (includes windows.h)

#include "CenFilter.h"
#include <initguid.h>    // declares DEFINE_GUID to declare an EXTERN_C const.
#include "../vss/fdckid.h"
#include "../vss/array.h"
#pragma warning(disable: 4800)

// Local helper functions
IPin * GetInPin( IBaseFilter * pFilter, int PinNum );
IPin * GetOutPin( IBaseFilter * pFilter, int PinNum );

//------------------------------------------------------------------------------
// File: CenFilter.h
//
// Desc: MODIFIED DirectShow sample code - Header file for the CenReader and 
//       CenWriter filters
//
//------------------------------------------------------------------------------

#pragma once

#include < streams.h >
#include "../../vss/ImageProcessing.h"



#ifdef _DEBUG
#include < stdio.h >
char static gDbgStr[200];
#endif


Is this what you need?
GeneralRe: syntax error : 'catch' Pin
Joaquín M López Muñoz23-Jul-02 8:12
Joaquín M López Muñoz23-Jul-02 8:12 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 8:14
moredip23-Jul-02 8:14 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 8:41
moredip23-Jul-02 8:41 
GeneralRe: syntax error : 'catch' Pin
Joaquín M López Muñoz23-Jul-02 8:55
Joaquín M López Muñoz23-Jul-02 8:55 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 9:24
moredip23-Jul-02 9:24 
GeneralRe: syntax error : 'catch' Pin
Joaquín M López Muñoz23-Jul-02 9:33
Joaquín M López Muñoz23-Jul-02 9:33 
GeneralRe: syntax error : 'catch' Pin
moredip23-Jul-02 9:34
moredip23-Jul-02 9:34 
GeneralGetWindowText Pin
RobJones23-Jul-02 6:41
RobJones23-Jul-02 6:41 
GeneralRe: GetWindowText Pin
Joaquín M López Muñoz23-Jul-02 7:33
Joaquín M López Muñoz23-Jul-02 7:33 
GeneralRe: GetWindowText Pin
Williams23-Jul-02 7:57
Williams23-Jul-02 7:57 
GeneralRe: GetWindowText Pin
RobJones23-Jul-02 8:06
RobJones23-Jul-02 8:06 
GeneralRe: GetWindowText Pin
Peter Occil23-Jul-02 10:07
Peter Occil23-Jul-02 10:07 
GeneralRe: GetWindowText Pin
firecow23-Jul-02 10:33
firecow23-Jul-02 10:33 
QuestionWhy "static" functions? Pin
#realJSOP23-Jul-02 6:33
professional#realJSOP23-Jul-02 6:33 
AnswerRe: Why "static" functions? Pin
Chris Losinger23-Jul-02 7:04
professionalChris Losinger23-Jul-02 7:04 
GeneralRe: Why "static" functions? Pin
#realJSOP23-Jul-02 7:35
professional#realJSOP23-Jul-02 7:35 
AnswerRe: Why "static" functions? Pin
Scott H. Settlemier23-Jul-02 7:09
Scott H. Settlemier23-Jul-02 7:09 

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.