Click here to Skip to main content
15,909,437 members
Home / Discussions / COM
   

COM

 
QuestionHow can I create a .tlb file for a MFC-base component? Pin
billdavid13-Oct-02 16:25
billdavid13-Oct-02 16:25 
AnswerRe: How can I create a .tlb file for a MFC-base component? Pin
Michael P Butler14-Oct-02 6:12
Michael P Butler14-Oct-02 6:12 
GeneralAbout Multi-IDispatch in MFC Pin
billdavid13-Oct-02 16:21
billdavid13-Oct-02 16:21 
GeneralStoring additional data in MsWord 2000/XP file Pin
mariuszpopiolek11-Oct-02 4:07
mariuszpopiolek11-Oct-02 4:07 
GeneralHelp with ADOCommand->Execute with Parameters Pin
ssirisha10-Oct-02 2:39
ssirisha10-Oct-02 2:39 
GeneralPass SafeArray to ACCESS using ADO Pin
ssirisha9-Oct-02 9:40
ssirisha9-Oct-02 9:40 
QuestionHow to retrieve information from MSWord Pin
Anonymous9-Oct-02 7:39
Anonymous9-Oct-02 7:39 
GeneralPassing CHUNKS of data. Pin
Bertrand Boichon7-Oct-02 11:47
Bertrand Boichon7-Oct-02 11:47 
hello,

I need your input/advice on a practical (and urgent) problem!
Smile | :)

I am currently developping a time critical app on a Windows NT/2000 platform involving pseudo real-time image acquisition.
The app should be flexible, fast and implement some fault-tolerant features. For example, I want to handle 12 cameras "simultaneously" (multitasks) for an acquisition. One channel acquition task may crash. But the whole application (the remaining working channels) should NOT crash! So I thought of using different processes for each channels.

The next question was then: how do I handle (share?) huge chunk of data (512*512 RGB images), among a pool of processes under Windows NT?

Of course, an obvious solution would be to use either PIPES or SHARED MEMORY (using FileMapping). But lots of coding is necessary and I will end up with a LOT of bugs (and I must have NO MEMORY LEAKS at all, it's imperative!!).

I discovered COM, a standard way of doing what I want, but I was wondering how you transfer BIG CHUNKS of data between COM servers???

What should I use to have something efficient, but also flexible in terms of development?

Please just give me some clues! Unsure | :~

Thanks!

Bertrand Boichon

Research Assistant
Electrical & Computer Engr
Oregon State University





GeneralRe: Passing CHUNKS of data. Pin
Chris Losinger7-Oct-02 12:06
professionalChris Losinger7-Oct-02 12:06 
GeneralAdding streams and storages into MSWord compound file Pin
Mariusz Popiolek7-Oct-02 5:36
sussMariusz Popiolek7-Oct-02 5:36 
QuestionWhy AddRef returns a long integer? Pin
Naresh25_cool7-Oct-02 1:39
Naresh25_cool7-Oct-02 1:39 
AnswerRe: Why AddRef returns a long integer? Pin
Iain Clarke, Warrior Programmer7-Oct-02 5:28
Iain Clarke, Warrior Programmer7-Oct-02 5:28 
GeneralUsing COM objects in Java Pin
dabs3-Oct-02 15:47
dabs3-Oct-02 15:47 
GeneralRe: Using COM objects in Java Pin
Jörgen Sigvardsson4-Oct-02 10:45
Jörgen Sigvardsson4-Oct-02 10:45 
GeneralRe: Using COM objects in Java Pin
David Karunaratne7-Oct-02 19:07
sussDavid Karunaratne7-Oct-02 19:07 
GeneralIXMLDOMNode as an idl parameter Pin
nlecren2-Oct-02 9:09
nlecren2-Oct-02 9:09 
GeneralRe: IXMLDOMNode as an idl parameter Pin
Daniel Turini9-Oct-02 9:54
Daniel Turini9-Oct-02 9:54 
GeneralAccess Internet Explorer Pin
N4t1v32-Oct-02 8:08
sussN4t1v32-Oct-02 8:08 
GeneralRe: Access Internet Explorer Pin
Stephane Rodriguez.2-Oct-02 9:12
Stephane Rodriguez.2-Oct-02 9:12 
GeneralRe: Access Internet Explorer Pin
Todd Smith7-Oct-02 12:32
Todd Smith7-Oct-02 12:32 
GeneralMIDL changes property 'Count' to 'count' Pin
Anonymous1-Oct-02 7:22
Anonymous1-Oct-02 7:22 
GeneralRe: MIDL changes property 'Count' to 'count' Pin
Vi23-Oct-02 4:12
Vi23-Oct-02 4:12 
GeneralRe: MIDL changes property 'Count' to 'count' Pin
Vi23-Oct-02 17:37
Vi23-Oct-02 17:37 
GeneralCOM design question Pin
Jeremy Pullicino1-Oct-02 4:08
Jeremy Pullicino1-Oct-02 4:08 

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.