Click here to Skip to main content
15,921,210 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAlgorithms for incremental and differential backup? Pin
Banks K13-Nov-06 20:57
Banks K13-Nov-06 20:57 
AnswerRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:11
protectorChristian Graus13-Nov-06 21:11 
GeneralRe: Algorithms for incremental and differential backup? Pin
Banks K13-Nov-06 21:26
Banks K13-Nov-06 21:26 
GeneralRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:45
protectorChristian Graus13-Nov-06 21:45 
GeneralRe: Algorithms for incremental and differential backup? Pin
benjymous13-Nov-06 22:10
benjymous13-Nov-06 22:10 
AnswerRe: Algorithms for incremental and differential backup? Pin
kakan13-Nov-06 22:03
professionalkakan13-Nov-06 22:03 
QuestionDependency Viewer Problem Pin
Cmania13-Nov-06 19:50
Cmania13-Nov-06 19:50 
AnswerRe: Dependency Viewer Problem Pin
Steve S13-Nov-06 21:38
Steve S13-Nov-06 21:38 
1. This is usually correct, ActiveX (or more generally, COM) DLLs only need to export a few functions for tasks such as component registration and creation/activation.

2. C++ DLLs normally export including name mangling (also known as decoration) which includes the function signature, so that you (and the linker) can tell one function from another.

3. C DLLs don't use this decoration scheme, so the information is not available. That's why they publish documentation instead Smile | :) , although it is sometimes not as helpful as we'd like it to be.

DEPENDS will do what it can (and won't, as a rule, miss out anything). If you can't see it, it's because the DLL author didn't want you to, or you don't need it/shouldn't have it.

Most of the WIN32 DLLs are written using C, not C++, I believe.

Steve S
Developer for hire

AnswerRe: Dependency Viewer Problem Pin
Michael Dunn13-Nov-06 21:38
sitebuilderMichael Dunn13-Nov-06 21:38 
GeneralRe: Dependency Viewer Problem Pin
Cmania14-Nov-06 17:58
Cmania14-Nov-06 17:58 
QuestionSharing A DLL Pin
Cmania13-Nov-06 19:42
Cmania13-Nov-06 19:42 
QuestionHow can I get the chunk-size in the Http1.1 Pin
chenxiujie13-Nov-06 19:37
chenxiujie13-Nov-06 19:37 
QuestionMousemove problem... Pin
tintin7713-Nov-06 19:35
tintin7713-Nov-06 19:35 
AnswerRe: Mousemove problem... Pin
Christian Graus13-Nov-06 19:40
protectorChristian Graus13-Nov-06 19:40 
AnswerRe: Mousemove problem... Pin
Christian Graus13-Nov-06 19:41
protectorChristian Graus13-Nov-06 19:41 
QuestionHow to import vector graphics into a MFC project Pin
D_code_writer13-Nov-06 17:45
D_code_writer13-Nov-06 17:45 
AnswerRe: How to import vector graphics into a MFC project Pin
Christian Graus13-Nov-06 17:47
protectorChristian Graus13-Nov-06 17:47 
AnswerRe: How to import vector graphics into a MFC project Pin
Christian Graus13-Nov-06 17:50
protectorChristian Graus13-Nov-06 17:50 
AnswerRe: How to import vector graphics into a MFC project Pin
Maximilien14-Nov-06 4:12
Maximilien14-Nov-06 4:12 
Questionarrow keys Pin
Sunshine Always13-Nov-06 17:20
Sunshine Always13-Nov-06 17:20 
AnswerRe: arrow keys Pin
Christian Graus13-Nov-06 17:24
protectorChristian Graus13-Nov-06 17:24 
AnswerRe: arrow keys Pin
Christian Graus13-Nov-06 17:25
protectorChristian Graus13-Nov-06 17:25 
GeneralRe: arrow keys Pin
Sunshine Always13-Nov-06 17:42
Sunshine Always13-Nov-06 17:42 
GeneralRe: arrow keys Pin
Christian Graus13-Nov-06 17:47
protectorChristian Graus13-Nov-06 17:47 
AnswerRe: arrow keys Pin
Nibu babu thomas13-Nov-06 17:25
Nibu babu thomas13-Nov-06 17:25 

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.