Click here to Skip to main content
15,917,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNewbie - Memory sharing in COM Pin
jayart17-Jan-07 5:44
jayart17-Jan-07 5:44 
AnswerRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 5:53
led mike17-Jan-07 5:53 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 6:00
jayart17-Jan-07 6:00 
GeneralRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 6:23
led mike17-Jan-07 6:23 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 6:43
jayart17-Jan-07 6:43 
GeneralRe: Newbie - Memory sharing in COM Pin
led mike17-Jan-07 6:57
led mike17-Jan-07 6:57 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 7:11
jayart17-Jan-07 7:11 
GeneralRe: Newbie - Memory sharing in COM Pin
Mark Salsbery17-Jan-07 8:48
Mark Salsbery17-Jan-07 8:48 
Is the DLL already implementing a COM object? If so then it should work no problem.
I thought one of the ideas behind com was portable objects.

If it's not a com DLL then there's no "Add Reference" that will load the DLL. You need to link
to it (implicitely or explicitely using LoadLibrary() or similar). If it uses MFC you may have
problems. If it uses the CRT you may have problems as well since you'll have mixed versions
between the app and the DLL.

Mark

GeneralRe: Newbie - Memory sharing in COM Pin
led mike18-Jan-07 4:37
led mike18-Jan-07 4:37 
QuestionProblem loading DLL Pin
Eikthrynir17-Jan-07 5:44
Eikthrynir17-Jan-07 5:44 
QuestionRe: Problem loading DLL Pin
Mark Salsbery17-Jan-07 5:51
Mark Salsbery17-Jan-07 5:51 
AnswerRe: Problem loading DLL Pin
Eikthrynir17-Jan-07 5:56
Eikthrynir17-Jan-07 5:56 
GeneralRe: Problem loading DLL Pin
Mark Salsbery17-Jan-07 6:03
Mark Salsbery17-Jan-07 6:03 
AnswerRe: Problem loading DLL Pin
Eikthrynir17-Jan-07 5:59
Eikthrynir17-Jan-07 5:59 
GeneralRe: Problem loading DLL Pin
Mark Salsbery17-Jan-07 6:04
Mark Salsbery17-Jan-07 6:04 
AnswerRe: Problem loading DLL Pin
David Crow17-Jan-07 5:51
David Crow17-Jan-07 5:51 
QuestionNetwork communication using XDR ? Pin
pc_dev17-Jan-07 4:07
pc_dev17-Jan-07 4:07 
QuestionService problem ? Pin
Sakthiu17-Jan-07 4:07
Sakthiu17-Jan-07 4:07 
QuestionRe: Service problem ? Pin
David Crow17-Jan-07 4:14
David Crow17-Jan-07 4:14 
QuestionHow to insert a triangle (delta) in header of list contrl ? Pin
pc_dev17-Jan-07 3:57
pc_dev17-Jan-07 3:57 
AnswerRe: How to insert a triangle (delta) in header of list contrl ? Pin
Mark Salsbery17-Jan-07 4:38
Mark Salsbery17-Jan-07 4:38 
GeneralRe: How to insert a triangle (delta) in header of list contrl ? Pin
led mike17-Jan-07 5:57
led mike17-Jan-07 5:57 
GeneralRe: How to insert a triangle (delta) in header of list contrl ? Pin
Mark Salsbery17-Jan-07 6:08
Mark Salsbery17-Jan-07 6:08 
GeneralRe: How to insert a triangle (delta) in header of list contrl ? Pin
led mike17-Jan-07 6:10
led mike17-Jan-07 6:10 
GeneralRe: How to insert a triangle (delta) in header of list contrl ? Pin
Mark Salsbery17-Jan-07 6:29
Mark Salsbery17-Jan-07 6:29 

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.