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

C / C++ / MFC

 
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 
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 
It is your duty to follow the rules.
But you can surely add more functions to the existing interface you created.

I will try to explain the need of not modifying existing functino using a simple example.

Suppose an Application A is using a dll D. Another application A2 is also using the same dll D. Now if the user installs new version of A2 in which the dll D function signatures got changed, then the user can't use application A.

To avoid this situation, people often use version no. in the dll name for ex. MFC42.dll.

Now if you are using COM, you will write new interface if the function signature chanes, without changing the earlier one, so both the applications will work even after installing new versions of application A2.
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 
AnswerRe: How to automate the DSN creation for a database. Pin
jhwurmbach13-Sep-07 23:11
jhwurmbach13-Sep-07 23:11 
GeneralRe: How to automate the DSN creation for a database. Pin
chandu00413-Sep-07 23:19
chandu00413-Sep-07 23:19 

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.