Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: data storage Pin
anna mathew30-Oct-08 0:34
anna mathew30-Oct-08 0:34 
AnswerRe: data storage Pin
David Crow28-Oct-08 6:14
David Crow28-Oct-08 6:14 
AnswerRe: data storage Pin
Hamid_RT28-Oct-08 21:02
Hamid_RT28-Oct-08 21:02 
QuestionHow to monitor notepad close message with SetWindowsHookEx? Pin
syntax28uk28-Oct-08 0:44
syntax28uk28-Oct-08 0:44 
AnswerRe: How to monitor notepad close message with SetWindowsHookEx? Pin
Prasann Mayekar28-Oct-08 2:07
Prasann Mayekar28-Oct-08 2:07 
GeneralRe: How to monitor notepad close message with SetWindowsHookEx? Pin
Prasann Mayekar28-Oct-08 2:13
Prasann Mayekar28-Oct-08 2:13 
Questionwhich directory to use to put shared dlls? Pin
sashoalm27-Oct-08 23:55
sashoalm27-Oct-08 23:55 
AnswerRe: which directory to use to put shared dlls? Pin
James R. Twine28-Oct-08 0:24
James R. Twine28-Oct-08 0:24 
   If they are all the same, and are COM DLLs, they can reside anywhere.  If each version of the app requires slightly different and incompatable versions of the DLLs, which means someone did not version the COM interfaces correctly and broke the "COM Contract", I would keep them in each app's install directory and have a bootstrapper register them when the app starts.

   If the DLLs' interfaces are versioned correctly, you just have to keep the most recent version somewhere and register it.

   If you go the APPDATA route, be sure to select a suitable subdirectory.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



GeneralRe: which directory to use to put shared dlls? Pin
sashoalm28-Oct-08 3:29
sashoalm28-Oct-08 3:29 
AnswerRe: which directory to use to put shared dlls? Pin
Roger Stoltz28-Oct-08 1:53
Roger Stoltz28-Oct-08 1:53 
QuestionAny effect on :: Pin
CodingLover27-Oct-08 22:44
CodingLover27-Oct-08 22:44 
AnswerRe: Any effect on :: Pin
Rajesh R Subramanian27-Oct-08 22:52
professionalRajesh R Subramanian27-Oct-08 22:52 
GeneralRe: Any effect on :: Pin
toxcct28-Oct-08 2:06
toxcct28-Oct-08 2:06 
AnswerRe: Any effect on :: Pin
Roger Stoltz27-Oct-08 23:05
Roger Stoltz27-Oct-08 23:05 
QuestionRe: Any effect on :: Pin
CodingLover27-Oct-08 23:40
CodingLover27-Oct-08 23:40 
AnswerRe: Any effect on :: Pin
Roger Stoltz27-Oct-08 23:58
Roger Stoltz27-Oct-08 23:58 
AnswerRe: Any effect on :: Pin
James R. Twine28-Oct-08 0:31
James R. Twine28-Oct-08 0:31 
AnswerRe: Any effect on :: Pin
Rajesh R Subramanian28-Oct-08 0:56
professionalRajesh R Subramanian28-Oct-08 0:56 
AnswerRe: Any effect on :: Pin
toxcct28-Oct-08 2:04
toxcct28-Oct-08 2:04 
GeneralRe: Any effect on :: Pin
CPallini27-Oct-08 23:49
mveCPallini27-Oct-08 23:49 
AnswerRe: Any effect on :: Pin
David Crow28-Oct-08 6:16
David Crow28-Oct-08 6:16 
AnswerRe: Any effect on :: Pin
Michael Dunn28-Oct-08 20:35
sitebuilderMichael Dunn28-Oct-08 20:35 
Questionerror while complie idl in Visual studio 2005 Pin
ptr_Electron27-Oct-08 20:33
ptr_Electron27-Oct-08 20:33 
AnswerRe: error while complie idl in Visual studio 2005 Pin
Roger Stoltz27-Oct-08 22:33
Roger Stoltz27-Oct-08 22:33 
GeneralRe: error while complie idl in Visual studio 2005 Pin
ptr_Electron27-Oct-08 22:44
ptr_Electron27-Oct-08 22:44 

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.