Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 11:50
godspeed12326-Dec-06 11:50 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:00
Mark Salsbery26-Dec-06 12:00 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:10
godspeed12326-Dec-06 12:10 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:28
Mark Salsbery26-Dec-06 12:28 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:30
godspeed12326-Dec-06 12:30 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:42
Mark Salsbery26-Dec-06 12:42 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:52
godspeed12326-Dec-06 12:52 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:06
Mark Salsbery26-Dec-06 13:06 
There should be one with the sample code. If not here's the contents of one of my source filter
project def files:

LIBRARY MyDirectShowSource.ax

EXPORTS
DllMain PRIVATE
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE

I just checked the sample code - mine is identical except for the LIBRARY name (which makes sense
because I started with the pushsource sample).

I also noticed the sample code doesn't come with a solution or project file for VS. You can
copy the files from the sample folders to your own project folder, rename any you want renamed,
and buld a project for them without problem though. You've already built an empty DLL project so
you should just have to copy the files and add them to your project (including the def file).
They should be built Unicode as well.


GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:14
godspeed12326-Dec-06 13:14 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:31
godspeed12326-Dec-06 13:31 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:46
Mark Salsbery26-Dec-06 13:46 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:07
godspeed12326-Dec-06 14:07 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:18
Mark Salsbery26-Dec-06 14:18 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:23
godspeed12326-Dec-06 14:23 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:29
Mark Salsbery26-Dec-06 14:29 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:33
Mark Salsbery26-Dec-06 14:33 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:33
Mark Salsbery26-Dec-06 14:33 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:51
godspeed12326-Dec-06 14:51 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 15:04
Mark Salsbery26-Dec-06 15:04 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 15:37
godspeed12326-Dec-06 15:37 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 16:16
Mark Salsbery26-Dec-06 16:16 
GeneralRe: Directshow question Pin
Astricks26-Dec-06 17:13
Astricks26-Dec-06 17:13 
GeneralRe: Directshow question Pin
godspeed12327-Dec-06 16:25
godspeed12327-Dec-06 16:25 
GeneralRe: Directshow question [modified] Pin
godspeed12327-Dec-06 16:45
godspeed12327-Dec-06 16:45 
GeneralRe: Directshow question Pin
Mark Salsbery28-Dec-06 5:35
Mark Salsbery28-Dec-06 5:35 

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.