Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to stop another exe from current project. Pin
Hamid_RT14-Sep-07 19:18
Hamid_RT14-Sep-07 19:18 
GeneralRe: How to stop another exe from current project. Pin
shivditya16-Sep-07 23:22
shivditya16-Sep-07 23:22 
GeneralRe: How to stop another exe from current project. Pin
Hamid_RT17-Sep-07 0:13
Hamid_RT17-Sep-07 0:13 
Questionbegineer in COM facing problem Pin
GauranG Shah14-Sep-07 0:47
GauranG Shah14-Sep-07 0:47 
AnswerRe: begineer in COM facing problem Pin
Cedric Moonen14-Sep-07 1:03
Cedric Moonen14-Sep-07 1:03 
GeneralRe: begineer in COM facing problem Pin
GauranG Shah14-Sep-07 1:10
GauranG Shah14-Sep-07 1:10 
GeneralRe: begineer in COM facing problem Pin
led mike14-Sep-07 4:41
led mike14-Sep-07 4:41 
AnswerRe: begineer in COM facing problem Pin
nbugalia14-Sep-07 1:14
nbugalia14-Sep-07 1:14 
If you are not changing the signature of a dll function, you need not to recompile the application again.
This is the same case with com.
There is one property of a COM that once an Interface is published, it is not changed any more.
This means that once you write any function in an interface, you are not going to change it's signature.
If you want to do so, you need to publish a different interface with new function signature.
So Now all you got is a com component with two different interfaces that are exporting two versions of your function.
So in this case, your application need not to recompile, cause the function it wants still exist there.
GeneralRe: begineer in COM facing problem Pin
GauranG Shah14-Sep-07 2:37
GauranG Shah14-Sep-07 2:37 
GeneralRe: begineer in COM facing problem Pin
nbugalia14-Sep-07 3:58
nbugalia14-Sep-07 3:58 
QuestionODBC readOnly problem Pin
Wamuti14-Sep-07 0:28
Wamuti14-Sep-07 0:28 
AnswerRe: ODBC readOnly problem Pin
David Crow14-Sep-07 3:00
David Crow14-Sep-07 3:00 
QuestionRe: ODBC readOnly problem Pin
David Crow14-Sep-07 3:01
David Crow14-Sep-07 3:01 
AnswerRe: ODBC readOnly problem Pin
Wamuti14-Sep-07 3:37
Wamuti14-Sep-07 3:37 
GeneralRe: ODBC readOnly problem Pin
David Crow14-Sep-07 4:18
David Crow14-Sep-07 4:18 
QuestionRe: ODBC readOnly problem Pin
Wamuti14-Sep-07 4:44
Wamuti14-Sep-07 4:44 
AnswerRe: ODBC readOnly problem Pin
David Crow14-Sep-07 4:50
David Crow14-Sep-07 4:50 
GeneralRe: ODBC readOnly problem Pin
Wamuti14-Sep-07 4:58
Wamuti14-Sep-07 4:58 
GeneralRe: ODBC readOnly problem Pin
David Crow14-Sep-07 6:02
David Crow14-Sep-07 6:02 
GeneralRe: ODBC readOnly problem Pin
Wamuti15-Sep-07 5:11
Wamuti15-Sep-07 5:11 
QuestionHow to run application Pin
john563213-Sep-07 23:23
john563213-Sep-07 23:23 
AnswerRe: How to run application Pin
Hamid_RT13-Sep-07 23:31
Hamid_RT13-Sep-07 23:31 
AnswerRe: How to run application Pin
nbugalia14-Sep-07 0:07
nbugalia14-Sep-07 0:07 
AnswerRe: How to run application Pin
Mark Salsbery14-Sep-07 7:15
Mark Salsbery14-Sep-07 7:15 
QuestionHow to automate the DSN creation for a database. Pin
chandu00413-Sep-07 23:04
chandu00413-Sep-07 23:04 

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.