Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Clearing the contents of the following... Pin
prasad_som5-Mar-07 3:24
prasad_som5-Mar-07 3:24 
QuestionRe: Clearing the contents of the following... [modified] Pin
Programm3r5-Mar-07 3:32
Programm3r5-Mar-07 3:32 
QuestionRe: Clearing the contents of the following... Pin
prasad_som5-Mar-07 3:39
prasad_som5-Mar-07 3:39 
GeneralRe: Clearing the contents of the following... [modified] Pin
Programm3r5-Mar-07 3:43
Programm3r5-Mar-07 3:43 
Questionabout DLL loading Pin
mt_samiei4-Mar-07 21:26
mt_samiei4-Mar-07 21:26 
AnswerRe: about DLL loading [modified] Pin
prasad_som4-Mar-07 21:47
prasad_som4-Mar-07 21:47 
GeneralRe: about DLL loading Pin
mt_samiei4-Mar-07 22:04
mt_samiei4-Mar-07 22:04 
AnswerRe: about DLL loading Pin
CPallini4-Mar-07 22:03
mveCPallini4-Mar-07 22:03 
If you have a DLL (Dynamic linking Library) then you must link it dynamically. The options available are implicit or explicit dynamic linking.
To make sure the library is loaded only one time you can either use the implicit (load time) linking (reference the proper *.lib as LINKER input library) or, using explicit linking, store the returned handle and check its values before trying to load (again) the library.

hope that helps

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionNeed Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 21:15
jipai4-Mar-07 21:15 
QuestionRe: Need Help With "error LNK2019: unresolved external symbol" Pin
prasad_som4-Mar-07 21:26
prasad_som4-Mar-07 21:26 
AnswerRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 21:52
jipai4-Mar-07 21:52 
AnswerRe: Need Help With "error LNK2019: unresolved external symbol" Pin
Cedric Moonen4-Mar-07 21:27
Cedric Moonen4-Mar-07 21:27 
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 22:54
jipai4-Mar-07 22:54 
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
Cedric Moonen4-Mar-07 23:05
Cedric Moonen4-Mar-07 23:05 
GeneralRe: Need Help With "error LNK2019: unresolved external symbol" Pin
jipai5-Mar-07 14:51
jipai5-Mar-07 14:51 
Questionabout parallel Port resources Pin
mt_samiei4-Mar-07 21:01
mt_samiei4-Mar-07 21:01 
QuestionAdding html help to an existing dialog based application Pin
harsh_29614-Mar-07 20:30
harsh_29614-Mar-07 20:30 
AnswerRe: Adding html help to an existing dialog based application Pin
Hamid_RT4-Mar-07 20:49
Hamid_RT4-Mar-07 20:49 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29614-Mar-07 21:58
harsh_29614-Mar-07 21:58 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT5-Mar-07 5:46
Hamid_RT5-Mar-07 5:46 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29616-Mar-07 18:38
harsh_29616-Mar-07 18:38 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT6-Mar-07 18:46
Hamid_RT6-Mar-07 18:46 
GeneralRe: Adding html help to an existing dialog based application Pin
harsh_29616-Mar-07 19:52
harsh_29616-Mar-07 19:52 
GeneralRe: Adding html help to an existing dialog based application Pin
Hamid_RT7-Mar-07 6:58
Hamid_RT7-Mar-07 6:58 
Questionwhere and how to write code for SetFont() for Dialog box in VC++? Pin
Atul234-Mar-07 20:29
Atul234-Mar-07 20:29 

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.