Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Application has stopped working, Server 2008 R2 Pin
MacRaider413-Mar-14 4:29
MacRaider413-Mar-14 4:29 
AnswerRe: MFC Application has stopped working, Server 2008 R2 Pin
Richard Andrew x6413-Mar-14 7:51
professionalRichard Andrew x6413-Mar-14 7:51 
QuestionHow to unload WinHttp library? Pin
MarxF12-Mar-14 8:34
professionalMarxF12-Mar-14 8:34 
AnswerRe: How to unload WinHttp library? Pin
jschell12-Mar-14 11:12
jschell12-Mar-14 11:12 
GeneralRe: How to unload WinHttp library? Pin
MarxF12-Mar-14 11:40
professionalMarxF12-Mar-14 11:40 
GeneralRe: How to unload WinHttp library? Pin
Richard MacCutchan12-Mar-14 22:23
mveRichard MacCutchan12-Mar-14 22:23 
GeneralRe: How to unload WinHttp library? Pin
David Crow13-Mar-14 2:26
David Crow13-Mar-14 2:26 
AnswerRe: How to unload WinHttp library? Pin
Jochen Arndt12-Mar-14 22:46
professionalJochen Arndt12-Mar-14 22:46 
As already noted, there is no relation between the mapping of the library into the address space of your process and the memory allocated by your threads.

LoadLibrary works per process, not per thread. So you add can add a HINSTANCE member variable to your class, load the library from within the constructor or your Start() function, and free the library in the destructor.
QuestionHow can I use winRing0.dll Pin
cedricvictor12-Mar-14 2:49
cedricvictor12-Mar-14 2:49 
AnswerRe: How can I use winRing0.dll Pin
Rage12-Mar-14 13:51
professionalRage12-Mar-14 13:51 
GeneralRe: How can I use winRing0.dll Pin
cedricvictor12-Mar-14 15:39
cedricvictor12-Mar-14 15:39 
GeneralRe: How can I use winRing0.dll Pin
Rage12-Mar-14 22:13
professionalRage12-Mar-14 22:13 
QuestionRelationship between Latency and Frame Rate Pin
Django_Untaken12-Mar-14 0:02
Django_Untaken12-Mar-14 0:02 
AnswerRe: Relationship between Latency and Frame Rate Pin
CPallini12-Mar-14 1:52
mveCPallini12-Mar-14 1:52 
GeneralRe: Relationship between Latency and Frame Rate Pin
Django_Untaken12-Mar-14 2:44
Django_Untaken12-Mar-14 2:44 
AnswerRe: Relationship between Latency and Frame Rate Pin
Rage12-Mar-14 4:36
professionalRage12-Mar-14 4:36 
GeneralRe: Relationship between Latency and Frame Rate Pin
jeron112-Mar-14 7:52
jeron112-Mar-14 7:52 
QuestionGet data from Grid Control Pin
pandit8411-Mar-14 21:56
pandit8411-Mar-14 21:56 
AnswerRe: Get data from Grid Control Pin
Richard MacCutchan11-Mar-14 22:56
mveRichard MacCutchan11-Mar-14 22:56 
AnswerRe: Get data from Grid Control Pin
Rage12-Mar-14 4:40
professionalRage12-Mar-14 4:40 
QuestionGetWindowRgn API returns ERROR Pin
atm.menon11-Mar-14 16:26
atm.menon11-Mar-14 16:26 
AnswerRe: GetWindowRgn API returns ERROR Pin
«_Superman_»11-Mar-14 22:18
professional«_Superman_»11-Mar-14 22:18 
QuestionRe: GetWindowRgn API returns ERROR Pin
Richard MacCutchan11-Mar-14 22:53
mveRichard MacCutchan11-Mar-14 22:53 
AnswerRe: GetWindowRgn API returns ERROR Pin
atm.menon12-Mar-14 15:54
atm.menon12-Mar-14 15:54 
GeneralRe: GetWindowRgn API returns ERROR Pin
Richard MacCutchan12-Mar-14 22:10
mveRichard MacCutchan12-Mar-14 22:10 

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.