Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Jochen Arndt26-Feb-16 0:59
professionalJochen Arndt26-Feb-16 0:59 
AnswerRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Jochen Arndt26-Feb-16 1:55
professionalJochen Arndt26-Feb-16 1:55 
GeneralRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Member 1235353126-Feb-16 2:30
Member 1235353126-Feb-16 2:30 
GeneralRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Jochen Arndt26-Feb-16 2:43
professionalJochen Arndt26-Feb-16 2:43 
GeneralRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Member 123535317-Mar-16 19:23
Member 123535317-Mar-16 19:23 
GeneralRe: Difficulty in getting iterator upon using find algorithm of STL Pin
Jochen Arndt7-Mar-16 21:41
professionalJochen Arndt7-Mar-16 21:41 
QuestionDLL Features Pin
bkelly1324-Feb-16 12:53
bkelly1324-Feb-16 12:53 
AnswerRe: DLL Features Pin
Jochen Arndt24-Feb-16 21:24
professionalJochen Arndt24-Feb-16 21:24 
You can put any code into a DLL. It is even simpler and better when the DLL code did not use MFC or ATL (it can then be used by any application).

I'm not sure if I understand your second question. Do you mean to create a DLL with functions used by multiple applications where each application uses only a subset of exported functions?
If so, the answer is yes.

To list the symbols exported by a DLL you can use the DUMPBIN[^] command line tool (located in the VC\bin directory) with the /EXPORTS option.

You can also use the GUI tool Dependency Walker (depends.exe)[^].

Both will list the names of exported functions and variables. The Dependency Walker can also show the parameters when present in the DLL (has been build with C++ decoration).
AnswerRe: DLL Features Pin
Richard MacCutchan24-Feb-16 21:34
mveRichard MacCutchan24-Feb-16 21:34 
Questioncontrol #define directive Pin
p3im4n24-Feb-16 4:34
p3im4n24-Feb-16 4:34 
SuggestionRe: control #define directive Pin
Jochen Arndt24-Feb-16 4:57
professionalJochen Arndt24-Feb-16 4:57 
AnswerRe: control #define directive Pin
Richard MacCutchan24-Feb-16 8:25
mveRichard MacCutchan24-Feb-16 8:25 
QuestionAssertion From SendNotifyMessage Pin
ForNow24-Feb-16 3:28
ForNow24-Feb-16 3:28 
AnswerRe: Assertion From SendNotifyMessage Pin
Jochen Arndt24-Feb-16 3:50
professionalJochen Arndt24-Feb-16 3:50 
GeneralRe: Assertion From SendNotifyMessage Pin
ForNow24-Feb-16 5:45
ForNow24-Feb-16 5:45 
QuestionRe: Assertion From SendNotifyMessage Pin
Richard MacCutchan24-Feb-16 4:00
mveRichard MacCutchan24-Feb-16 4:00 
AnswerRe: Assertion From SendNotifyMessage Pin
ForNow24-Feb-16 5:47
ForNow24-Feb-16 5:47 
GeneralRe: Assertion From SendNotifyMessage Pin
Richard MacCutchan24-Feb-16 5:50
mveRichard MacCutchan24-Feb-16 5:50 
GeneralRe: Assertion From SendNotifyMessage Pin
ForNow24-Feb-16 6:04
ForNow24-Feb-16 6:04 
GeneralRe: Assertion From SendNotifyMessage Pin
Richard MacCutchan24-Feb-16 6:10
mveRichard MacCutchan24-Feb-16 6:10 
GeneralRe: Assertion From SendNotifyMessage Pin
ForNow24-Feb-16 8:07
ForNow24-Feb-16 8:07 
GeneralRe: Assertion From SendNotifyMessage Pin
Richard MacCutchan24-Feb-16 8:22
mveRichard MacCutchan24-Feb-16 8:22 
GeneralRe: Assertion From SendNotifyMessage Pin
ForNow24-Feb-16 12:45
ForNow24-Feb-16 12:45 
GeneralRe: Assertion From SendNotifyMessage Pin
Richard MacCutchan24-Feb-16 21:16
mveRichard MacCutchan24-Feb-16 21:16 
GeneralRe: Assertion From SendNotifyMessage Pin
ForNow25-Feb-16 6:18
ForNow25-Feb-16 6:18 

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.