Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: RWCString (Rogue Wave). Whats the max size of RWCString? Pin
#realJSOP22-Feb-07 6:34
professional#realJSOP22-Feb-07 6:34 
AnswerRe: RWCString (Rogue Wave). Whats the max size of RWCString? Pin
Randor 22-Feb-07 7:01
professional Randor 22-Feb-07 7:01 
GeneralRe: RWCString (Rogue Wave). Whats the max size of RWCString? Pin
mdosi22-Feb-07 8:48
mdosi22-Feb-07 8:48 
QuestionHigh CPU window on second monitor (DirectShow) Pin
Cpt Rick22-Feb-07 5:21
Cpt Rick22-Feb-07 5:21 
QuestionRe: High CPU window on second monitor (DirectShow) Pin
Mark Salsbery22-Feb-07 5:35
Mark Salsbery22-Feb-07 5:35 
AnswerRe: High CPU window on second monitor (DirectShow) Pin
Cpt Rick22-Feb-07 5:53
Cpt Rick22-Feb-07 5:53 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Mark Salsbery22-Feb-07 6:03
Mark Salsbery22-Feb-07 6:03 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Cpt Rick22-Feb-07 9:16
Cpt Rick22-Feb-07 9:16 
Mark,

I've had no luck in getting SetMonitor to work, which is why I went to the MultiVMR9 sample.

The MS folks on the DirectShow forum, told me to use an additional swapchain or device, and I managed to get each way working, but they both still have the same problem with CPU usage when the window is created from my app on the secondary monitor, and then passed as an HWND to the MultiVMR9 allocator.

The MultiVMR9 is a complicated beast to work with, but so far, has proven the only way I can get this thing presenting to more than one monitor.

Here's what it kinda looks like:

Player 1 goes to a VMR9 renderer (has own small window on primary).
+ to the allocator
Player 2 goes to a VMR9 renderer (has own small window on primary).
+ to the allocator

Each of these are a separate renderer in the subgraphs.

Both original VMRs go to the MultiVMR9 DLL A/P, which renders onto a preview window on the primary display.

That is StretchRect'ed onto the additional swapchain in the allocator, which is the window I created on the secondary monitor in my app.


I require the separate graphs, as I need control over each of the input streams/files, for seeking, alpha, etc.


I've tried looking at this with Spy++, but see no messages coming through.

Totally befuddled, since I can look at other apps that do it...



GeneralRe: High CPU window on second monitor (DirectShow) Pin
Mark Salsbery22-Feb-07 10:07
Mark Salsbery22-Feb-07 10:07 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Cpt Rick23-Feb-07 0:42
Cpt Rick23-Feb-07 0:42 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Mark Salsbery23-Feb-07 6:43
Mark Salsbery23-Feb-07 6:43 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Cpt Rick23-Feb-07 1:31
Cpt Rick23-Feb-07 1:31 
GeneralRe: High CPU window on second monitor (DirectShow) Pin
Mark Salsbery23-Feb-07 7:09
Mark Salsbery23-Feb-07 7:09 
QuestionSocket connection Pin
nahitan22-Feb-07 5:12
nahitan22-Feb-07 5:12 
AnswerRe: Socket connection Pin
Mila02522-Feb-07 6:26
Mila02522-Feb-07 6:26 
GeneralRe: Socket connection Pin
nahitan22-Feb-07 6:39
nahitan22-Feb-07 6:39 
GeneralRe: Socket connection Pin
Mark Salsbery22-Feb-07 7:33
Mark Salsbery22-Feb-07 7:33 
GeneralRe: Socket connection Pin
nahitan22-Feb-07 7:48
nahitan22-Feb-07 7:48 
QuestionCDBException while accessing slq server database using CDatabase class Pin
Cyber Friend22-Feb-07 4:12
Cyber Friend22-Feb-07 4:12 
AnswerRe: CDBException while accessing slq server database using CDatabase class Pin
Mark Salsbery22-Feb-07 5:42
Mark Salsbery22-Feb-07 5:42 
GeneralRe: CDBException while accessing slq server database using CDatabase class Pin
Cyber Friend23-Feb-07 0:04
Cyber Friend23-Feb-07 0:04 
GeneralRe: CDBException while accessing slq server database using CDatabase class Pin
Mark Salsbery23-Feb-07 6:32
Mark Salsbery23-Feb-07 6:32 
GeneralRe: CDBException while accessing slq server database using CDatabase class Pin
Cyber Friend23-Feb-07 2:26
Cyber Friend23-Feb-07 2:26 
GeneralRe: CDBException while accessing slq server database using CDatabase class Pin
Mark Salsbery23-Feb-07 6:31
Mark Salsbery23-Feb-07 6:31 
AnswerRe: CDBException while accessing slq server database using CDatabase class [modified] Pin
prasad_som22-Feb-07 17:54
prasad_som22-Feb-07 17:54 

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.