Click here to Skip to main content
15,887,979 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Generalimplicit typename is deprecated Pin
xiaohe5219-Aug-05 16:14
xiaohe5219-Aug-05 16:14 
GeneralRe: implicit typename is deprecated Pin
xiaohe5219-Aug-05 16:26
xiaohe5219-Aug-05 16:26 
GeneralRe: implicit typename is deprecated Pin
Christian Graus9-Aug-05 16:33
protectorChristian Graus9-Aug-05 16:33 
GeneralRe: implicit typename is deprecated Pin
Roland Pibinger9-Aug-05 21:48
Roland Pibinger9-Aug-05 21:48 
Generalpassing array of string back ATL to VB and vice versa Pin
bluish8-Aug-05 18:50
bluish8-Aug-05 18:50 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Christian Graus9-Aug-05 16:34
protectorChristian Graus9-Aug-05 16:34 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Jörgen Sigvardsson9-Aug-05 22:11
Jörgen Sigvardsson9-Aug-05 22:11 
GeneralCrash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:32
Amit Mulay8-Aug-05 0:32 
Hi All,

I am getting my IE crashed when I try to use ActiveX component. Here is the scenario.-
The main thread Creates a Worker thread in suspended mode. Then the main thread invokes the Dialog box UI. In the InitDialog( ) method of the UI, i resume the functioning of the worker thread I created earlier. This is achieved by using the Pointer to thread as a static member.
The worker thread does lengthy processing and keepes updating UI by Sending messages to the UI thread. I use SendMessage( ) method for this.
I have provided a button quit the processing in between. I make a static Boolean variable TRUE when user clicks the ABORT button. The worker thread calls a static method which periodically checks for this condition to become TRUE. When this condition becomes TRUE, I terminate the worker thread by using AfxEndThread() function.I need to make sure that the UI closes before the worker thread is terminated. So I define a user defined Message and send it to UI thread and In its handler code I close the Dialog box.
The the main thread resumes and does rest work.
This is an ActiveX component invoked from IE. When the component is invoked for the first time, it works fine, but on second run the IE crashes.
Also this crash is reproducible in Release mode only and not in Debug mode.
I am providing the stack trace also for this, which i got when I debug it in Release mode.

Thanks,
Amit.
GeneralRe: Crash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:59
Amit Mulay8-Aug-05 0:59 
GeneralRe: Crash in IE while using ActiveX dll Pin
Jörgen Sigvardsson9-Aug-05 22:17
Jörgen Sigvardsson9-Aug-05 22:17 
QuestionWorking on POST method with BHO? Pin
nmhuy7-Aug-05 17:40
nmhuy7-Aug-05 17:40 
Questionvector won't load. Why? Pin
Larry Mills Sr7-Aug-05 9:22
Larry Mills Sr7-Aug-05 9:22 
AnswerRe: vector won't load. Why? Pin
Steve S8-Aug-05 2:35
Steve S8-Aug-05 2:35 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr8-Aug-05 15:24
Larry Mills Sr8-Aug-05 15:24 
GeneralRe: vector won't load. Why? Pin
Steve S15-Aug-05 0:11
Steve S15-Aug-05 0:11 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr15-Aug-05 14:51
Larry Mills Sr15-Aug-05 14:51 
GeneralRe: vector won't load. Why? Pin
Steve S16-Aug-05 6:17
Steve S16-Aug-05 6:17 
GeneralATl VC++6.0(MFC) calling........problem Pin
virender chauhan5-Aug-05 23:11
virender chauhan5-Aug-05 23:11 
GeneralRe: ATl VC++6.0(MFC) calling........problem Pin
Milton Karimbekallil12-Aug-05 15:43
Milton Karimbekallil12-Aug-05 15:43 
GeneralCan't compile WTL app in Debug mode Pin
Defenestration5-Aug-05 14:53
Defenestration5-Aug-05 14:53 
QuestionAbout Word Addin of adding a bmp? Pin
sharkmouse4-Aug-05 13:39
sharkmouse4-Aug-05 13:39 
Generalunexpected class ATL::CTempBuffer Pin
AnkurGupta_19814-Aug-05 7:46
AnkurGupta_19814-Aug-05 7:46 
GeneralATL Passing user defined class to libtary as a pointer Pin
viva_unix4-Aug-05 6:42
viva_unix4-Aug-05 6:42 
GeneralRe: ATL Passing user defined class to libtary as a pointer Pin
«_Superman_»4-Aug-05 21:04
professional«_Superman_»4-Aug-05 21:04 
GeneralCall WebService through ATl with MFC support project Pin
Ganesh_T4-Aug-05 0:26
Ganesh_T4-Aug-05 0:26 

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.