Click here to Skip to main content
15,897,273 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Is ATL window programming widely... Pin
Kevin McFarlane3-Aug-05 5:15
Kevin McFarlane3-Aug-05 5:15 
GeneralRe: Is ATL window programming widely... Pin
Michael Dunn2-Aug-05 19:27
sitebuilderMichael Dunn2-Aug-05 19:27 
GeneralWTL Text Printing Pin
HumanOsc1-Aug-05 5:34
HumanOsc1-Aug-05 5:34 
GeneralRe: WTL Text Printing Pin
HumanOsc1-Aug-05 22:07
HumanOsc1-Aug-05 22:07 
GeneralTell me more about discount offer. Pin
AlisiaWillimans29-Jul-05 19:15
AlisiaWillimans29-Jul-05 19:15 
GeneralRe: Tell me more about discount offer. Pin
toxcct6-Aug-05 23:31
toxcct6-Aug-05 23:31 
Generalfirewall settings Pin
Murat AKA27-Jul-05 11:52
Murat AKA27-Jul-05 11:52 
GeneralOutlook 2003 COM AddIn Pin
civilwar27-Jul-05 3:59
civilwar27-Jul-05 3:59 
Hi,

sorry if this has been asked before, but i read the two articles on COM Addins for Outlook 2000/2003:

http://www.codeproject.com/com/outlookaddin.asp[^]
http://www.codeproject.com/atl/outlook2k3addin.asp[^]

and have to implement an Addin for Outlook 2003.

Seemingly, i have not been able to create the Addin properly, as i experienced the following problem:

When it comes to importing the Office & Outlook typelibraries i face the problem of not knowing which DLLs are appropriate.

You know, the articles use Outlook 2000 DLLs, even the one on Outlook 2003...

<br />
#import "C:\Program Files\Microsoft Office\Office\mso9.dll" \<br />
        rename_namespace("Office") named_guids <br />
using namespace Office;<br />
<br />
#import "C:\Program Files\Microsoft Office\Office\MSOUTL9.olb" <br />
        rename_namespace("Outlook"), raw_interfaces_only, named_guids <br />
using namespace Outlook;<br />


I manage to find the second file, the appropriate *.olb file, but not the also needed MSOXXX.dll file of my Office installation, as the dll is renamed in Office 2003.

I tried several DLLs in the directory, but none has worked as i get a failure when i build the project (in MS Visual C++ 6.0).

Any ideas?

Regards,
Harry
GeneralRe: Outlook 2003 COM AddIn Pin
Anonymous4-Aug-05 0:20
Anonymous4-Aug-05 0:20 
Generalcan't save new ATL ActiveX control on VB6 form page Pin
Amos.A27-Jul-05 3:54
Amos.A27-Jul-05 3:54 
GeneralWTL Multi Viewports OpenGL Pin
Aggressor25-Jul-05 23:10
Aggressor25-Jul-05 23:10 
Generalstring in switch case Pin
itkid25-Jul-05 22:56
itkid25-Jul-05 22:56 
GeneralRe: string in switch case Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX26-Jul-05 0:50
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX26-Jul-05 0:50 
GeneralRe: string in switch case Pin
toxcct1-Aug-05 1:43
toxcct1-Aug-05 1:43 
QuestionHow to add MFC support to an ATL project in Visual C++ Pin
24-Jul-05 17:31
suss24-Jul-05 17:31 
AnswerRe: How to add MFC support to an ATL project in Visual C++ Pin
Member 212103824-Jul-05 18:21
Member 212103824-Jul-05 18:21 
AnswerRe: How to add MFC support to an ATL project in Visual C++ Pin
Stuart Dootson25-Jul-05 21:53
professionalStuart Dootson25-Jul-05 21:53 
GeneralRe: How to add MFC support to an ATL project in Visual C++ Pin
Member 212103825-Jul-05 22:45
Member 212103825-Jul-05 22:45 
Questionhow do you insert socket in WTL? Pin
andy-wang22-Jul-05 16:26
andy-wang22-Jul-05 16:26 
Generalstd::string Pin
LCI21-Jul-05 5:48
LCI21-Jul-05 5:48 
GeneralRe: std::string Pin
Christian Graus21-Jul-05 18:56
protectorChristian Graus21-Jul-05 18:56 
GeneralRe: std::string Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 23:46
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 23:46 
GeneralRe: std::string Pin
Christian Graus22-Jul-05 11:52
protectorChristian Graus22-Jul-05 11:52 
GeneralRegular Expressions Pin
Kevin McFarlane23-Jul-05 1:17
Kevin McFarlane23-Jul-05 1:17 
GeneralRe: Regular Expressions Pin
Christian Graus23-Jul-05 2:46
protectorChristian Graus23-Jul-05 2:46 

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.