Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: web server Pin
Ryan Binns15-Nov-04 17:11
Ryan Binns15-Nov-04 17:11 
Generalsave bitmap into file Pin
Anonymous15-Nov-04 7:56
Anonymous15-Nov-04 7:56 
GeneralRe: save bitmap into file Pin
ThatsAlok15-Nov-04 23:24
ThatsAlok15-Nov-04 23:24 
Generalwrite function writing more than one byte Pin
dkel352115-Nov-04 7:27
dkel352115-Nov-04 7:27 
GeneralRe: write function writing more than one byte Pin
Joaquín M López Muñoz15-Nov-04 8:24
Joaquín M López Muñoz15-Nov-04 8:24 
GeneralRe: write function writing more than one byte Pin
dkel352116-Nov-04 6:01
dkel352116-Nov-04 6:01 
GeneralRe: write function writing more than one byte Pin
Joaquín M López Muñoz16-Nov-04 9:19
Joaquín M López Muñoz16-Nov-04 9:19 
GeneralSending email in MFC multi-Threading Pin
zhngmm15-Nov-04 6:56
zhngmm15-Nov-04 6:56 
I have been stuck on this problem for a week. I really need help on this.

It is a MFC base multi-threading application. There is a shared thread to dealing with all logging message. When I open only one dialog window and send message to the log thread to send an email, there is no problem at all. If I open one more dialog window(same class as previous one), and do the same thing again, an exception occured. I found out the problem is on an assertion in class CMimeMessage about interface IMultiLanguage while it is being initialized. CoCreateInstance() function for ComPtr<imultilanguage> in CMimeHeader can be called successfully only once.

If anybody know how to solve it, please help me. Thanks a lot.

Maggie
General&quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Jon Hulatt15-Nov-04 6:37
Jon Hulatt15-Nov-04 6:37 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Antony M Kancidrowski15-Nov-04 6:56
Antony M Kancidrowski15-Nov-04 6:56 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
John M. Drescher15-Nov-04 9:45
John M. Drescher15-Nov-04 9:45 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Blake Miller15-Nov-04 10:22
Blake Miller15-Nov-04 10:22 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Jon Hulatt15-Nov-04 23:28
Jon Hulatt15-Nov-04 23:28 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Blake Miller16-Nov-04 4:21
Blake Miller16-Nov-04 4:21 
GeneralRe: &quot;Proper&quot; way to do this kind of thread syncronisation. Pin
Jon Hulatt16-Nov-04 4:28
Jon Hulatt16-Nov-04 4:28 
Generaldisplaying images in a dialog box Pin
ashsri15-Nov-04 5:42
ashsri15-Nov-04 5:42 
GeneralRe: displaying images in a dialog box Pin
pubududilena15-Nov-04 6:25
pubududilena15-Nov-04 6:25 
GeneralWhy Visual C++ generates other function name, but I use extern &quot;C&quot; Pin
Gasanov Tagir15-Nov-04 4:41
Gasanov Tagir15-Nov-04 4:41 
GeneralRe: Why Visual C++ generates other function name, but I use extern "C" Pin
David Crow15-Nov-04 4:59
David Crow15-Nov-04 4:59 
GeneralRe: Why Visual C++ generates other function name, but I use extern &quot;C&quot; Pin
Blake Miller15-Nov-04 10:25
Blake Miller15-Nov-04 10:25 
GeneralRe: Why Visual C++ generates other function name, but I use extern "C" Pin
Gasanov Tagir15-Nov-04 22:49
Gasanov Tagir15-Nov-04 22:49 
QuestionDynamic menus and messages? Pin
One Stone15-Nov-04 4:40
One Stone15-Nov-04 4:40 
AnswerRe: Dynamic menus and messages? Pin
Antony M Kancidrowski15-Nov-04 6:43
Antony M Kancidrowski15-Nov-04 6:43 
GeneralWaiting On Mutes's Pin
sweep12315-Nov-04 4:30
sweep12315-Nov-04 4:30 
GeneralRe: Waiting On Mutes's Pin
Antony M Kancidrowski15-Nov-04 6:12
Antony M Kancidrowski15-Nov-04 6:12 

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.