Click here to Skip to main content
15,896,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: access violation exception dump debug Pin
Code-o-mat23-Nov-08 1:17
Code-o-mat23-Nov-08 1:17 
AnswerRe: access violation exception dump debug Pin
Stephen Hewitt23-Nov-08 1:39
Stephen Hewitt23-Nov-08 1:39 
QuestionCTreeCtrl's expand button become small Pin
throne88822-Nov-08 16:50
throne88822-Nov-08 16:50 
QuestionWhat happen when i use functions exported from a dll?? ( low level ) Pin
franco nero22-Nov-08 14:40
franco nero22-Nov-08 14:40 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) Pin
Saurabh.Garg22-Nov-08 17:03
Saurabh.Garg22-Nov-08 17:03 
GeneralRe: What happen when i use functions exported from a dll?? ( low level ) [modified] Pin
Jijo.Raj23-Nov-08 0:46
Jijo.Raj23-Nov-08 0:46 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) Pin
Mark Salsbery22-Nov-08 20:39
Mark Salsbery22-Nov-08 20:39 
AnswerRe: What happen when i use functions exported from a dll?? ( low level ) [modified] Pin
Jijo.Raj23-Nov-08 1:04
Jijo.Raj23-Nov-08 1:04 
Usually the dlls loaded and mapped into process memory space during application startup. Well, if you mark the dll as "delayed loading dll" then that particular dll will be loaded only during the "first call" to any of the dll exported function. And you can avoid LoadLibrary() and GetProcAddress() functions if you really want the dll to be loaded during runtime.

Well check these links about - How to mark dll as delay loading dll[^] and Delayed Loading Dll article[^] in codeproject.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

modified on Sunday, November 23, 2008 8:26 AM

Questioni need some expert design guidelines for realtime 3D graphics application Pin
atillaselem22-Nov-08 12:49
atillaselem22-Nov-08 12:49 
QuestionUNICODE support suggetions required Pin
krishnakumartm22-Nov-08 8:55
krishnakumartm22-Nov-08 8:55 
AnswerRe: UNICODE support suggetions required Pin
Code-o-mat22-Nov-08 9:33
Code-o-mat22-Nov-08 9:33 
AnswerRe: UNICODE support suggetions required Pin
Mark Salsbery22-Nov-08 20:41
Mark Salsbery22-Nov-08 20:41 
AnswerRe: UNICODE support suggetions required Pin
CPallini22-Nov-08 22:16
mveCPallini22-Nov-08 22:16 
QuestionHow to strip special chars from a CString? Pin
Larry Mills Sr22-Nov-08 4:07
Larry Mills Sr22-Nov-08 4:07 
QuestionRe: How to strip special chars from a CString? Pin
David Crow22-Nov-08 12:25
David Crow22-Nov-08 12:25 
AnswerRe: How to strip special chars from a CString? Pin
Larry Mills Sr24-Nov-08 4:42
Larry Mills Sr24-Nov-08 4:42 
QuestionRe: How to strip special chars from a CString? Pin
David Crow1-Dec-08 3:06
David Crow1-Dec-08 3:06 
QuestionDouble click event for custom tree control Pin
AnithaSubramani22-Nov-08 2:26
AnithaSubramani22-Nov-08 2:26 
AnswerRe: Double click event for custom tree control Pin
Randor 22-Nov-08 2:44
professional Randor 22-Nov-08 2:44 
AnswerRe: Double click event for custom tree control Pin
Rajesh Katalkar24-Nov-08 4:41
Rajesh Katalkar24-Nov-08 4:41 
QuestionHow to change the caption of AfxMessageBox () ? Pin
kapardhi22-Nov-08 1:54
kapardhi22-Nov-08 1:54 
AnswerRe: How to change the caption of AfxMessageBox () ? Pin
Randor 22-Nov-08 2:37
professional Randor 22-Nov-08 2:37 
AnswerRe: How to change the caption of AfxMessageBox () ? Pin
Graham Bradshaw23-Nov-08 2:43
Graham Bradshaw23-Nov-08 2:43 
QuestionInternet Connection Problem Pin
Dhiraj kumar Saini22-Nov-08 1:07
Dhiraj kumar Saini22-Nov-08 1:07 
Questionplease help on operators in matrix class Pin
Jorge22-Nov-08 0:35
Jorge22-Nov-08 0:35 

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.