Click here to Skip to main content
15,922,166 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralHelp: change the 'Resource File Name' property Pin
Qwick Miller18-Jun-05 13:22
Qwick Miller18-Jun-05 13:22 
GeneralRe: Help: change the 'Resource File Name' property Pin
Saksida Bojan27-Jun-05 10:06
Saksida Bojan27-Jun-05 10:06 
GeneralImage Processing Pin
usbah18-Jun-05 0:06
usbah18-Jun-05 0:06 
GeneralCreating Multi-Dimensional Controls Pin
Hmmkk17-Jun-05 1:21
Hmmkk17-Jun-05 1:21 
GeneralRe: Creating Multi-Dimensional Controls Pin
Hmmkk17-Jun-05 7:15
Hmmkk17-Jun-05 7:15 
GeneralManaged C++ DLL that uses DirectShow Pin
CVertex16-Jun-05 17:34
CVertex16-Jun-05 17:34 
GeneralRe: Managed C++ DLL that uses DirectShow Pin
ursus zeta18-Jun-05 8:31
ursus zeta18-Jun-05 8:31 
GeneralRe: Managed C++ DLL that uses DirectShow Pin
CVertex21-Jun-05 17:34
CVertex21-Jun-05 17:34 
I've written the capturing code, but I've been unsuccessful at building a graph that captures and previews simultaneously with independant control. I don't think it's related to MC++.

Keeping DirectShow unmanaged pointers as member variables of a managed class, then safe releasing in the overrided IDisposable.Dispose() seems to work fine. ATL smart pointers are most useful inside functions where an error can occur at any point (like inside multiple loops), because clean-up when an occurs can be troublesome with so many COM objects to release.

Each graph will be running in seperate threads, so there shouldn't be any interference and did I forget to mention that most of the time encoding/multiplexing will be done on the capture cards? So, the only thing it has to do is really dump the MPEG2 program streams into a file. This is enough to for my demonstration in a few weeks.



-CV
GeneralThis is WAY beyond me. Pin
ursus zeta25-Jun-05 8:54
ursus zeta25-Jun-05 8:54 
GeneralRe: This is WAY beyond me. Pin
CVertex25-Jun-05 21:48
CVertex25-Jun-05 21:48 
GeneralHelp with type "ref"...... Pin
Qwick Miller16-Jun-05 11:17
Qwick Miller16-Jun-05 11:17 
GeneralRe: Help with type "ref"...... Pin
Christian Graus16-Jun-05 17:44
protectorChristian Graus16-Jun-05 17:44 
GeneralRe: Help with type "ref"...... Pin
Qwick Miller17-Jun-05 13:06
Qwick Miller17-Jun-05 13:06 
GeneralQuestions Pin
Saksida Bojan15-Jun-05 20:23
Saksida Bojan15-Jun-05 20:23 
GeneralRe: Questions Pin
Christian Graus16-Jun-05 17:45
protectorChristian Graus16-Jun-05 17:45 
GeneralRe: Questions Pin
Saksida Bojan16-Jun-05 19:15
Saksida Bojan16-Jun-05 19:15 
GeneralRe: Questions Pin
Christian Graus17-Jun-05 21:19
protectorChristian Graus17-Jun-05 21:19 
GeneralAssembly language using Visual C++ .Net IDE Pin
alexwkobe15-Jun-05 0:33
alexwkobe15-Jun-05 0:33 
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
tom_dx17-Jun-05 2:24
tom_dx17-Jun-05 2:24 
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
alexwkobe19-Jun-05 13:47
alexwkobe19-Jun-05 13:47 
QuestionPanel as percentage of main window?? Pin
richiemac14-Jun-05 22:20
richiemac14-Jun-05 22:20 
AnswerRe: Panel as percentage of main window?? Pin
Saksida Bojan15-Jun-05 20:26
Saksida Bojan15-Jun-05 20:26 
Generalscreensaver source code samples Pin
howdyeveryone14-Jun-05 22:12
howdyeveryone14-Jun-05 22:12 
GeneralRe: screensaver source code samples Pin
Christian Graus15-Jun-05 13:50
protectorChristian Graus15-Jun-05 13:50 
GeneralUnicode Support for C++ code Pin
Sree_india14-Jun-05 19:09
Sree_india14-Jun-05 19: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.