Click here to Skip to main content
15,905,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DLL Injection vs Code Injection Pin
Stephen Hewitt7-Jan-07 20:18
Stephen Hewitt7-Jan-07 20:18 
GeneralRe: DLL Injection vs Code Injection Pin
SelvaKr7-Jan-07 20:25
SelvaKr7-Jan-07 20:25 
QuestionTitle Pin
Try7-Jan-07 18:56
Try7-Jan-07 18:56 
AnswerRe: Title Pin
prasad_som7-Jan-07 19:17
prasad_som7-Jan-07 19:17 
GeneralRe: Title Pin
Try7-Jan-07 19:24
Try7-Jan-07 19:24 
QuestionDLL and Program Compile Pin
uusheikh7-Jan-07 18:54
uusheikh7-Jan-07 18:54 
AnswerRe: DLL and Program Compile Pin
Rajesh R Subramanian7-Jan-07 19:10
professionalRajesh R Subramanian7-Jan-07 19:10 
GeneralRe: DLL and Program Compile Pin
uusheikh7-Jan-07 19:22
uusheikh7-Jan-07 19:22 
Does it mean, that i can keep on adding new functions to a dll (and export these functions) or modify the behavior of existing exported functions, and i do not have to recompile existing programs which are already linked to it?

Example
DLL ver1.0 - Functions : void BFunction(), void CFunction();

test.exe (calling BFunction()) is linked using .lib, .h during compile time to this DLL.

DLL ver 2.0 - Added function void AFunction(), and modified internal behavior of BFunction().

test.exe will still work fine? Since the function prototype of BFunction is still the same, test.exe should work fine right?
AnswerRe: DLL and Program Compile Pin
Rajesh R Subramanian7-Jan-07 19:29
professionalRajesh R Subramanian7-Jan-07 19:29 
GeneralRe: DLL and Program Compile Pin
uusheikh7-Jan-07 19:51
uusheikh7-Jan-07 19:51 
GeneralRe: DLL and Program Compile Pin
#realJSOP7-Jan-07 23:30
professional#realJSOP7-Jan-07 23:30 
QuestionHow to get the Alt keycode in EditBox Pin
sivaprabu7-Jan-07 18:46
sivaprabu7-Jan-07 18:46 
QuestionRe: How to get the Alt keycode in EditBox Pin
Rajesh R Subramanian7-Jan-07 19:20
professionalRajesh R Subramanian7-Jan-07 19:20 
QuestionGet the current color Pin
Kiran Pinjala7-Jan-07 18:40
Kiran Pinjala7-Jan-07 18:40 
AnswerRe: Get the current color Pin
prasad_som7-Jan-07 18:57
prasad_som7-Jan-07 18:57 
GeneralRe: Get the current color Pin
Kiran Pinjala7-Jan-07 19:21
Kiran Pinjala7-Jan-07 19:21 
AnswerRe: Get the current color Pin
prasad_som7-Jan-07 19:28
prasad_som7-Jan-07 19:28 
GeneralRe: Get the current color Pin
Kiran Pinjala7-Jan-07 19:31
Kiran Pinjala7-Jan-07 19:31 
QuestionRe: Get the current color Pin
prasad_som7-Jan-07 19:34
prasad_som7-Jan-07 19:34 
AnswerRe: Get the current color Pin
Kiran Pinjala7-Jan-07 19:49
Kiran Pinjala7-Jan-07 19:49 
GeneralRe: Get the current color Pin
prasad_som7-Jan-07 20:17
prasad_som7-Jan-07 20:17 
GeneralRe: Get the current color Pin
Kiran Pinjala7-Jan-07 20:32
Kiran Pinjala7-Jan-07 20:32 
GeneralRe: Get the current color Pin
Kiran Pinjala7-Jan-07 20:38
Kiran Pinjala7-Jan-07 20:38 
QuestionRe: Get the current color Pin
Kiran Pinjala7-Jan-07 20:41
Kiran Pinjala7-Jan-07 20:41 
AnswerRe: Get the current color Pin
prasad_som7-Jan-07 21:24
prasad_som7-Jan-07 21:24 

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.