Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What do you guys use to parse XML? Pin
jhwurmbach31-Oct-03 2:15
jhwurmbach31-Oct-03 2:15 
AnswerRe: What do you guys use to parse XML? Pin
Ryan_Roberts31-Oct-03 3:41
Ryan_Roberts31-Oct-03 3:41 
AnswerRe: What do you guys use to parse XML? Pin
Atlantys31-Oct-03 13:01
Atlantys31-Oct-03 13:01 
AnswerRe: What do you guys use to parse XML? Pin
LozEvans3-Nov-03 0:16
LozEvans3-Nov-03 0:16 
GeneralRe: What do you guys use to parse XML? Pin
melwyn4-Nov-03 21:56
melwyn4-Nov-03 21:56 
GeneralRe: What do you guys use to parse XML? Pin
LozEvans10-Nov-03 3:43
LozEvans10-Nov-03 3:43 
GeneralDirectShow streaming Pin
LozEvans30-Oct-03 23:37
LozEvans30-Oct-03 23:37 
GeneralRe: DirectShow streaming Pin
Andrew Walker31-Oct-03 12:21
Andrew Walker31-Oct-03 12:21 
LozEvans wrote:
then stream it across a proprietary link
I'm assuming that by proprietary link you mean a software link. If you meant a hardware link, DirectShow has a fair amount of overhead, plus the large amount of data flowing in from the camera - it might be a stretch to transmit it across a physical link. If your hardware will do it, then the easiest place to write the transmission code is in the transform function of a transform filter.

Assuming Rendering on a The Capture Machine
-------------------------------------------
This is the easist situation, I've found the simplest way to use DirectShow is to use the sample apps supplied with the DXSDK to get started. Then write all the code you need on transform filters, and connect a source-> your filter -> Null Renderer.

One tip is that to ensure that the graph is exactly what you want you'll need to either add the graph to the running object table (playcap sample) and view the graph in graphedit or manually connect the pins of the filters. Also make sure that all developers are using the same settings for their screen settings (24 bit color WILL give different graphs to 16 bit color in some cases)

Look at the AMCap (?I think) sample to see how to render to a user specified location.
Look at playcap if you want to learn how to start with directshow (build graphs).
Look at the NullNull Filter sample if you want the basis for a basic transform filter

Smile | :) Good Luck Smile | :)


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralConvert HICON to HBITMAP Pin
Onkie30-Oct-03 23:09
Onkie30-Oct-03 23:09 
GeneralRe: Convert HICON to HBITMAP Pin
DiWa31-Oct-03 1:52
DiWa31-Oct-03 1:52 
GeneralRe: Convert HICON to HBITMAP Pin
Mike Dimmick31-Oct-03 5:53
Mike Dimmick31-Oct-03 5:53 
GeneralOpenGL enabled video cards and OpenGL picking... Pin
François Gasnier30-Oct-03 22:53
François Gasnier30-Oct-03 22:53 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
JWood1-Nov-03 4:59
JWood1-Nov-03 4:59 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 11:45
professionalPhil Martin2-Nov-03 11:45 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier2-Nov-03 12:48
François Gasnier2-Nov-03 12:48 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 13:06
professionalPhil Martin2-Nov-03 13:06 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier4-Nov-03 5:44
François Gasnier4-Nov-03 5:44 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin4-Nov-03 9:47
professionalPhil Martin4-Nov-03 9:47 
GeneralDid anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:25
Member 65339930-Oct-03 22:25 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 22:46
Michael P Butler30-Oct-03 22:46 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:56
Member 65339930-Oct-03 22:56 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 23:00
Member 65339930-Oct-03 23:00 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 23:04
Michael P Butler30-Oct-03 23:04 
GeneralLarge string in VC++ Pin
Azghar Hussain30-Oct-03 21:55
professionalAzghar Hussain30-Oct-03 21:55 
GeneralRe: Large string in VC++ Pin
andyj11531-Oct-03 0:39
andyj11531-Oct-03 0:39 

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.