Click here to Skip to main content
15,914,331 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralActiveX Event Sinking Pin
MoMad24-Feb-03 12:16
MoMad24-Feb-03 12:16 
GeneralRe: ActiveX Event Sinking Pin
Jörgen Sigvardsson3-Mar-03 9:45
Jörgen Sigvardsson3-Mar-03 9:45 
GeneralATL7 probs with enum in interface Pin
Rainer Mangold23-Feb-03 11:17
Rainer Mangold23-Feb-03 11:17 
GeneralRe: ATL7 probs with enum in interface Pin
AlexO24-Feb-03 2:39
AlexO24-Feb-03 2:39 
GeneralI guess this should be a simple one... Pin
User 988522-Feb-03 5:13
User 988522-Feb-03 5:13 
GeneralRe: I guess this should be a simple one... Pin
Pavel Klocek23-Feb-03 1:35
Pavel Klocek23-Feb-03 1:35 
QuestionHow to send mail in ATL? Pin
shanksprasad20-Feb-03 23:07
shanksprasad20-Feb-03 23:07 
AnswerRe: How to send mail in ATL? Pin
Giles20-Feb-03 23:31
Giles20-Feb-03 23:31 
Your going to need a library that supports SMTP, or implement your own version from the RFC. There are a few libs on this site, but you need to make sure that they don't make use of MFC, unless your happy to link to MFC in your ATL projects, but it will bloat them.

Here is an Win API version, but its very basic

http://www.codeproject.com/internet/zsmtp.asp[^]

This next article has a very good implementation that I can vouch for, but says its MFC based. On the whole its not, it just makes use of CString, which is now avaliable in ATL without binding to MFC. PJ points out that it does not use the MFC socket classes as they are message loop based which is no good if you need to write an NT service.

http://www.codeproject.com/internet/csmtpconn.asp[^]

Quote from a clever bloke :

"I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein

GeneralRe: How to send mail in ATL? Pin
Anders Molin24-Feb-03 13:05
professionalAnders Molin24-Feb-03 13:05 
GeneralQuestion about ambiguous overloading operator >> in STL. Pin
George220-Feb-03 21:24
George220-Feb-03 21:24 
GeneralRe: Question about ambiguous overloading operator >> in STL. Pin
George220-Feb-03 23:14
George220-Feb-03 23:14 
GeneralRe: Question about ambiguous overloading operator >> in STL. Pin
Tim Smith21-Feb-03 2:23
Tim Smith21-Feb-03 2:23 
GeneralRe: Question about ambiguous overloading operator >> in STL. Pin
George221-Feb-03 2:42
George221-Feb-03 2:42 
GeneralRe: Question about ambiguous overloading operator >> in STL. Pin
Joaquín M López Muñoz21-Feb-03 2:55
Joaquín M López Muñoz21-Feb-03 2:55 
GeneralRe: Question about ambiguous overloading operator >> in STL. Pin
George221-Feb-03 3:08
George221-Feb-03 3:08 
GeneralPassing string to ATL interface function Pin
Shah Shehpori20-Feb-03 19:52
sussShah Shehpori20-Feb-03 19:52 
GeneralRe: Passing string to ATL interface function Pin
Steve S21-Feb-03 1:51
Steve S21-Feb-03 1:51 
QuestionVC6.0 map.insert method is not STL standard? Pin
George220-Feb-03 18:11
George220-Feb-03 18:11 
AnswerRe: VC6.0 map.insert method is not STL standard? Pin
Joaquín M López Muñoz20-Feb-03 20:42
Joaquín M López Muñoz20-Feb-03 20:42 
GeneralRe: VC6.0 map.insert method is not STL standard? Pin
George220-Feb-03 20:50
George220-Feb-03 20:50 
GeneralMy solution is correct? (about funtion parameter in STL) Pin
George220-Feb-03 16:27
George220-Feb-03 16:27 
GeneralRe: My solution is correct? (about funtion parameter in STL) Pin
Christian Graus20-Feb-03 16:52
protectorChristian Graus20-Feb-03 16:52 
GeneralRe: My solution is correct? (about funtion parameter in STL) Pin
George220-Feb-03 17:23
George220-Feb-03 17:23 
GeneralQuestion about overloading operator >> in STL. Pin
George220-Feb-03 3:01
George220-Feb-03 3:01 
GeneralRe: Question about overloading operator >> in STL. Pin
Joaquín M López Muñoz20-Feb-03 6:44
Joaquín M López Muñoz20-Feb-03 6:44 

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.