Click here to Skip to main content
15,921,793 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionFindFirstFile Pin
LCI20-Apr-07 2:51
LCI20-Apr-07 2:51 
AnswerRe: FindFirstFile Pin
Michael Dunn20-Apr-07 7:29
sitebuilderMichael Dunn20-Apr-07 7:29 
AnswerRe: FindFirstFile Pin
sthotakura20-Apr-07 8:50
sthotakura20-Apr-07 8:50 
QuestionATL COM Service Pin
Janma20-Apr-07 1:21
Janma20-Apr-07 1:21 
AnswerRe: ATL COM Service Pin
sthotakura20-Apr-07 8:46
sthotakura20-Apr-07 8:46 
GeneralRe: ATL COM Service Pin
Janma22-Apr-07 19:31
Janma22-Apr-07 19:31 
GeneralRe: ATL COM Service Pin
Janma22-Apr-07 22:03
Janma22-Apr-07 22:03 
GeneralAdding ATL Dialog to WTL application from VS2005 Pin
Ernest Laurentin19-Apr-07 7:33
Ernest Laurentin19-Apr-07 7:33 
VS2005 seems to prevent you from adding ATL Dialog class from the wizard. I found a work-around:
1.
// {288CD07E-98A4-4259-9F38-99AFC80AD06E}
DEFINE_GUID(LIBID_ATLDelmeLib, 
0x288cd07e, 0x98a4, 0x4259, 0x9f, 0x38, 0x99, 0xaf, 0xc8, 0xa, 0xd0, 0x6e);

class CATLDelmeModule : public CAtlExeModuleT< CATLDelmeModule >
{
public :
	DECLARE_LIBID(LIBID_ATLDelmeLib)
	DECLARE_REGISTRY_APPID_RESOURCEID((UINT)0, "{288CD07E-98A4-4259-9F38-99AFC80AD06E}")
};

CATLDelmeModule _FakeAtlModule;
// This is created by WTL wizard
CAppModule _Module;
2.Use Project->Add Class, to add your new dialog class. Notice how VS2005 seems to agree with us now!
3.Comment back the line CATLDelmeModule _FakeAtlModule; if not it will conflict
Looking at '/VC/VCWizards/1033/common.js' can guide your for a few more trick.



Software Development Is Decision making.

Questionusing map Pin
NorGUI18-Apr-07 10:54
NorGUI18-Apr-07 10:54 
AnswerRe: using map Pin
Roger Stoltz18-Apr-07 11:33
Roger Stoltz18-Apr-07 11:33 
Questiontemplate class c2995 operator&amp;lt;&amp;lt; overloading [modified] Pin
ky_rerun17-Apr-07 11:11
ky_rerun17-Apr-07 11:11 
AnswerRe: template class c2995 operator&amp;lt;&amp;lt; overloading Pin
ky_rerun17-Apr-07 19:10
ky_rerun17-Apr-07 19:10 
Questionlinker error in VC6 while linking to VC8 MSXML exports [modified] Pin
chervu17-Apr-07 7:24
chervu17-Apr-07 7:24 
AnswerRe: linker error in VC6 while linking to VC8 MSXML exports Pin
Michael Dunn17-Apr-07 18:00
sitebuilderMichael Dunn17-Apr-07 18:00 
QuestionCombine multiple text files into one ! Pin
snailflying16-Apr-07 14:46
snailflying16-Apr-07 14:46 
QuestionHow to customise IE toolbar Addon [modified] Pin
shivditya16-Apr-07 0:53
shivditya16-Apr-07 0:53 
QuestionIs possible to allocate strictly physical mem. (RAM) instead of page file (virtual mem) Pin
marcelse12-Apr-07 4:49
marcelse12-Apr-07 4:49 
QuestionAdvising to the embedded flash object events Pin
Tomek.Sergey10-Apr-07 13:14
Tomek.Sergey10-Apr-07 13:14 
QuestionTELECOMMUNICATION Pin
ILHEM5-Apr-07 5:42
ILHEM5-Apr-07 5:42 
Questionhow to add check Box in MMC(through ATL) in Result pan Pin
mo_nica8811-Apr-07 23:54
mo_nica8811-Apr-07 23:54 
Questionargv does not equal string (char*) Pin
XTAL25630-Mar-07 19:45
XTAL25630-Mar-07 19:45 
AnswerRe: argv does not equal string (char*) Pin
Michael Dunn31-Mar-07 19:20
sitebuilderMichael Dunn31-Mar-07 19:20 
GeneralRe: argv does not equal string (char*) Pin
XTAL25631-Mar-07 20:09
XTAL25631-Mar-07 20:09 
Questionatl8.0 backward compatibility issue Pin
Shiva Prasad30-Mar-07 1:08
Shiva Prasad30-Mar-07 1:08 
AnswerRe: atl8.0 backward compatibility issue Pin
George L. Jackson10-Apr-07 16:24
George L. Jackson10-Apr-07 16:24 

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.