Click here to Skip to main content
15,916,462 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralMFC support problems Pin
zsombor16-Apr-05 22:30
zsombor16-Apr-05 22:30 
Generalaccess the public data members of atl class Pin
Anonymous16-Apr-05 0:17
Anonymous16-Apr-05 0:17 
GeneralRe: access the public data members of atl class Pin
ThatsAlok17-Apr-05 19:06
ThatsAlok17-Apr-05 19:06 
GeneralWTL multiple UI thread problem Pin
X-Ryl66914-Apr-05 11:24
sussX-Ryl66914-Apr-05 11:24 
GeneralRe: WTL multiple UI thread problem Pin
Stuart Dootson14-Apr-05 13:00
professionalStuart Dootson14-Apr-05 13:00 
GeneralRe: WTL multiple UI thread problem Pin
Jörgen Sigvardsson14-Apr-05 21:44
Jörgen Sigvardsson14-Apr-05 21:44 
GeneralRe: WTL multiple UI thread problem Pin
X-Ryl66914-Apr-05 22:23
sussX-Ryl66914-Apr-05 22:23 
GeneralRe: WTL multiple UI thread problem Pin
Stuart Dootson14-Apr-05 23:37
professionalStuart Dootson14-Apr-05 23:37 
Consider this....

Window A, owned by thread 1

Window B, owned by thread 2

In Windows A, you need to set a property of Window B, so you call SendMessage(WindowB, ....). In handling that message, Window B needs information from Window A. This translates to SendMessage(WindowA, ....). Result? can be deadlock, can be OK

You might think multi-threading with synchronisation objects is tricky. However, multi-threading with windows uses many *hidden* synchronisation points, so you can have latent bugs that are very difficult to detect. This link[^] highlights some of the pitfalls.

All I'm saying is that multiple windows owned by different threads are in general not the best design choice...

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralSlim ComboBox class Pin
William Mahoney14-Apr-05 5:11
sussWilliam Mahoney14-Apr-05 5:11 
Generaly a part of data stored into previous ActiveX control loses when i insert new ActiveX Pin
ajalilqarshi13-Apr-05 5:20
ajalilqarshi13-Apr-05 5:20 
GeneralIE programming Pin
Anonymous12-Apr-05 22:49
Anonymous12-Apr-05 22:49 
QuestionSort bug with STL? Pin
starschen12-Apr-05 16:19
sussstarschen12-Apr-05 16:19 
AnswerRe: Sort bug with STL? Pin
Joaquín M López Muñoz13-Apr-05 9:23
Joaquín M López Muñoz13-Apr-05 9:23 
GeneralRe: Sort bug with STL? Pin
starschen14-Apr-05 18:05
sussstarschen14-Apr-05 18:05 
QuestionHow to get _Application pointer from _Document pointer in MS Word Pin
ajalilqarshi11-Apr-05 20:34
ajalilqarshi11-Apr-05 20:34 
GeneralTo all the WTL gurus Pin
mango_lier11-Apr-05 18:05
mango_lier11-Apr-05 18:05 
QuestionSTL from visual C++ in Unix??? Pin
knapak11-Apr-05 14:33
knapak11-Apr-05 14:33 
AnswerRe: STL from visual C++ in Unix??? Pin
ThatsAlok11-Apr-05 19:45
ThatsAlok11-Apr-05 19:45 
AnswerRe: STL from visual C++ in Unix??? Pin
Stuart Dootson11-Apr-05 20:51
professionalStuart Dootson11-Apr-05 20:51 
AnswerRe: STL from visual C++ in Unix??? Pin
markkuk12-Apr-05 0:41
markkuk12-Apr-05 0:41 
QuestionHow to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 7:43
knaster bax11-Apr-05 7:43 
AnswerRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
ThatsAlok11-Apr-05 19:47
ThatsAlok11-Apr-05 19:47 
GeneralRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 23:17
knaster bax11-Apr-05 23:17 
GeneralNeed Help Pin
inbakumar.G11-Apr-05 5:12
inbakumar.G11-Apr-05 5:12 
Generalx to Bin ? or x to Hex To Bin Pin
Static(x)10-Apr-05 23:11
Static(x)10-Apr-05 23:11 

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.