Click here to Skip to main content
15,894,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TreeView Control Pin
molesworth19-May-09 2:32
molesworth19-May-09 2:32 
GeneralRe: TreeView Control Pin
zakkas248319-May-09 2:59
zakkas248319-May-09 2:59 
GeneralRe: TreeView Control Pin
molesworth19-May-09 3:44
molesworth19-May-09 3:44 
AnswerRe: TreeView Control Pin
Alain Rist19-May-09 5:01
Alain Rist19-May-09 5:01 
Questionconvert CString to const wchar_t *. Pin
Le@rner19-May-09 1:46
Le@rner19-May-09 1:46 
AnswerRe: convert CString to const wchar_t *. Pin
Rajesh R Subramanian19-May-09 1:53
professionalRajesh R Subramanian19-May-09 1:53 
AnswerRe: convert CString to const wchar_t *. Pin
_AnsHUMAN_ 19-May-09 1:56
_AnsHUMAN_ 19-May-09 1:56 
GeneralRe: convert CString to const wchar_t *. Pin
Rajesh R Subramanian19-May-09 1:58
professionalRajesh R Subramanian19-May-09 1:58 
JokeRe: convert CString to const wchar_t *. Pin
_AnsHUMAN_ 19-May-09 2:10
_AnsHUMAN_ 19-May-09 2:10 
GeneralRe: convert CString to const wchar_t * Pin
Rajesh R Subramanian19-May-09 2:48
professionalRajesh R Subramanian19-May-09 2:48 
GeneralRe: convert CString to const wchar_t *. Pin
CPallini19-May-09 2:07
mveCPallini19-May-09 2:07 
GeneralRe: convert CString to const wchar_t *. Pin
Rajesh R Subramanian19-May-09 2:46
professionalRajesh R Subramanian19-May-09 2:46 
GeneralRe: convert CString to const wchar_t *. Pin
CPallini19-May-09 3:12
mveCPallini19-May-09 3:12 
QuestionRe: convert CString to const wchar_t *. Pin
CPallini19-May-09 2:08
mveCPallini19-May-09 2:08 
AnswerRe: convert CString to const wchar_t *. Pin
Le@rner19-May-09 2:12
Le@rner19-May-09 2:12 
GeneralRe: convert CString to const wchar_t *. Pin
CPallini19-May-09 2:27
mveCPallini19-May-09 2:27 
GeneralRe: convert CString to const wchar_t *. Pin
Cedric Moonen19-May-09 2:42
Cedric Moonen19-May-09 2:42 
GeneralRe: convert CString to const wchar_t *. Pin
Le@rner19-May-09 2:45
Le@rner19-May-09 2:45 
GeneralRe: convert CString to const wchar_t *. Pin
Cedric Moonen19-May-09 2:56
Cedric Moonen19-May-09 2:56 
JokeCédric is on my side... Cédric is on my side... Pin
Rajesh R Subramanian19-May-09 3:00
professionalRajesh R Subramanian19-May-09 3:00 
GeneralRe: Cédric is on my side... Cédric is on my side... Pin
Cedric Moonen19-May-09 3:09
Cedric Moonen19-May-09 3:09 
GeneralMFC Application with different DLLs(having same function name) Pin
aravind.sn19-May-09 1:31
aravind.sn19-May-09 1:31 
GeneralRe: MFC Application with different DLLs(having same function name) Pin
Stuart Dootson19-May-09 1:56
professionalStuart Dootson19-May-09 1:56 
GeneralRe: MFC Application with different DLLs(having same function name) Pin
Rajesh R Subramanian19-May-09 1:57
professionalRajesh R Subramanian19-May-09 1:57 
GeneralRe: MFC Application with different DLLs(having same function name) Pin
Stuart Dootson19-May-09 2:58
professionalStuart Dootson19-May-09 2:58 
Rajesh R Subramanian wrote:
Seriously though, how can three different DLLs export functions with the same exact name?


It all depends on the requirements! Seriously - I've got a system that extracts symbol information (variable names, addresses, types etc) from debug information. I support several different flavours of debug information (Microsoft PDB, Dwarf1, STABS) and the parser for each different type of information is contained in a separate plugin DLL. Each of these DLLs exports a routine called GetParsers, which gives you access to each of the (singleton) parsers in the DLL.

Similarly, COM DLLs have a similar structure (DllRegisterServer[^], DllGetClassObject[^]).

So, yeah, it's a valid design pattern - whether or not the OP actually meant to do that is another matter, of course Smile | :)

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

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.