Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wininet Pin
jeremysay30-Jan-03 22:59
jeremysay30-Jan-03 22:59 
Generalp7s mail signature file Pin
murali_utr24-Jan-03 23:01
murali_utr24-Jan-03 23:01 
GeneralRe: p7s mail signature file Pin
Mike Nordell25-Jan-03 0:07
Mike Nordell25-Jan-03 0:07 
GeneralRe: p7s mail signature file Pin
Stefan Pedersen25-Jan-03 5:41
Stefan Pedersen25-Jan-03 5:41 
GeneralDrop Notification Pin
Sigmund24-Jan-03 22:57
Sigmund24-Jan-03 22:57 
GeneralMemory leakage prevention Pin
Anonymous24-Jan-03 18:02
Anonymous24-Jan-03 18:02 
GeneralRe: Memory leakage prevention Pin
Mike Nordell24-Jan-03 19:19
Mike Nordell24-Jan-03 19:19 
GeneralRe: Memory leakage prevention Pin
Neville Franks24-Jan-03 20:26
Neville Franks24-Jan-03 20:26 
You shouldn't be using TerminateThread() under normal circumstances. It should only be used if the thread has hung, or stuck in an endless loop. As long as it is working normally you can set an Event or use a flag or some other mechanism to ask it to close down normally.

Also as Mike pointed out, smart pointers aren't the solution to this problem. If you want a good set smart pointers for something else, have a look at Boost, http://www.boost.org[^]

Neville Franks, Author of ED for Windows. www.getsoft.com
Make money with our new Affilate program
GeneralDirectX and MFC Pin
splineman24-Jan-03 17:41
splineman24-Jan-03 17:41 
GeneralRe: DirectX and MFC Pin
jmkhael24-Jan-03 20:51
jmkhael24-Jan-03 20:51 
GeneralQuestion about trainers Pin
Weiye Chen24-Jan-03 16:30
Weiye Chen24-Jan-03 16:30 
GeneralRe: Question about trainers Pin
Ben Burnett24-Jan-03 17:26
Ben Burnett24-Jan-03 17:26 
GeneralRe: Question about trainers Pin
Weiye Chen24-Jan-03 20:56
Weiye Chen24-Jan-03 20:56 
GeneralCListCtrl and Arbitrary Data :: MFC Pin
valikac24-Jan-03 15:17
valikac24-Jan-03 15:17 
GeneralRe: CListCtrl and Arbitrary Data :: MFC Pin
Michael Dunn24-Jan-03 16:08
sitebuilderMichael Dunn24-Jan-03 16:08 
GeneralRe: CListCtrl and Arbitrary Data :: MFC Pin
valikac24-Jan-03 16:34
valikac24-Jan-03 16:34 
Generallocalization problem Pin
Lior Shoval24-Jan-03 13:11
Lior Shoval24-Jan-03 13:11 
GeneralRe: localization problem Pin
Ted Ferenc24-Jan-03 22:41
Ted Ferenc24-Jan-03 22:41 
GeneralPerformance issues - kind of big message - shoot me later... Pin
73Zeppelin24-Jan-03 13:09
73Zeppelin24-Jan-03 13:09 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
Shog924-Jan-03 13:26
sitebuilderShog924-Jan-03 13:26 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
73Zeppelin24-Jan-03 13:43
73Zeppelin24-Jan-03 13:43 
GeneralRe: Performance issues - kind of big message - shoot me later... Pin
Shog924-Jan-03 13:45
sitebuilderShog924-Jan-03 13:45 
QuestionDynamic loading Kernel32.dll for backwards compatibility? Pin
Nathan Brown24-Jan-03 12:53
Nathan Brown24-Jan-03 12:53 
AnswerRe: Dynamic loading Kernel32.dll for backwards compatibility? Pin
Tim Smith24-Jan-03 15:35
Tim Smith24-Jan-03 15:35 
GeneralRe: Dynamic loading Kernel32.dll for backwards compatibility? Pin
Nathan Brown24-Jan-03 18:36
Nathan Brown24-Jan-03 18:36 

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.