Click here to Skip to main content
16,007,163 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionATL and Threads... where to start? Pin
LukeV4-Oct-02 11:04
LukeV4-Oct-02 11:04 
AnswerRe: ATL and Threads... where to start? Pin
Michael Dunn4-Oct-02 11:45
sitebuilderMichael Dunn4-Oct-02 11:45 
GeneralRe: ATL and Threads... where to start? Pin
LukeV7-Oct-02 3:21
LukeV7-Oct-02 3:21 
GeneralRe: ATL and Threads... where to start? Pin
Michael Dunn7-Oct-02 4:40
sitebuilderMichael Dunn7-Oct-02 4:40 
GeneralRe: ATL and Threads... where to start? Pin
Jörgen Sigvardsson11-Oct-02 4:01
Jörgen Sigvardsson11-Oct-02 4:01 
GeneralRe: ATL and Threads... where to start? Pin
Michael Dunn11-Oct-02 5:53
sitebuilderMichael Dunn11-Oct-02 5:53 
Generalunresolved external when adding WTL to ATL project Pin
LukeV2-Oct-02 14:16
LukeV2-Oct-02 14:16 
GeneralRe: unresolved external when adding WTL to ATL project Pin
Todd Smith2-Oct-02 14:37
Todd Smith2-Oct-02 14:37 
Here's what my typical WTL project uses

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently

#if !defined(AFX_STDAFX_H__F9127740_BA37_42DC_8669_904CB2CFC7D4__INCLUDED_)
#define AFX_STDAFX_H__F9127740_BA37_42DC_8669_904CB2CFC7D4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define STRICT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#define _ATL_APARTMENT_THREADED

#include <atlbase.h>

//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>
#include <atlwin.h>

#include <atlapp.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atlmisc.h>
#include <atlcrack.h>

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__F9127740_BA37_42DC_8669_904CB2CFC7D4__INCLUDED)


<b>Todd Smith</b>
GeneralRe: unresolved external when adding WTL to ATL project Pin
Michael Dunn2-Oct-02 19:26
sitebuilderMichael Dunn2-Oct-02 19:26 
GeneralRe: unresolved external when adding WTL to ATL project Pin
LukeV3-Oct-02 2:33
LukeV3-Oct-02 2:33 
GeneralRe: unresolved external when adding WTL to ATL project Pin
Michael Dunn3-Oct-02 16:23
sitebuilderMichael Dunn3-Oct-02 16:23 
GeneralRe: unresolved external when adding WTL to ATL project Pin
Jörgen Sigvardsson4-Oct-02 9:03
Jörgen Sigvardsson4-Oct-02 9:03 
GeneralGroup box resizing problem using standard WTL resizing mechanism Pin
Daniel K.2-Oct-02 9:59
Daniel K.2-Oct-02 9:59 
GeneralRe: Group box resizing problem using standard WTL resizing mechanism Pin
Ed Gadziemski3-Oct-02 4:20
professionalEd Gadziemski3-Oct-02 4:20 
GeneralATL Web Service on NT 4.0 Pin
Alexandru Savescu1-Oct-02 21:53
Alexandru Savescu1-Oct-02 21:53 
GeneralRe: ATL Web Service on NT 4.0 Pin
Ed Gadziemski3-Oct-02 4:07
professionalEd Gadziemski3-Oct-02 4:07 
GeneralRe: ATL Web Service on NT 4.0 Pin
Alexandru Savescu3-Oct-02 4:13
Alexandru Savescu3-Oct-02 4:13 
QuestionHow do I call the choose folder dialog Pin
Jose Cruz1-Oct-02 5:18
Jose Cruz1-Oct-02 5:18 
AnswerRe: How do I call the choose folder dialog Pin
Michael Dunn1-Oct-02 15:12
sitebuilderMichael Dunn1-Oct-02 15:12 
GeneralRe: How do I call the choose folder dialog Pin
Jose Cruz2-Oct-02 3:47
Jose Cruz2-Oct-02 3:47 
GeneralRe: How do I call the choose folder dialog Pin
Gary R. Wheeler12-Oct-02 2:04
Gary R. Wheeler12-Oct-02 2:04 
GeneralCWindow::IsWindow // testing the member hWnd Pin
Phil.Benson1-Oct-02 3:33
professionalPhil.Benson1-Oct-02 3:33 
GeneralRe: CWindow::IsWindow // testing the member hWnd Pin
Joaquín M López Muñoz1-Oct-02 10:11
Joaquín M López Muñoz1-Oct-02 10:11 
GeneralRe: CWindow::IsWindow // testing the member hWnd Pin
Phil.Benson1-Oct-02 21:43
professionalPhil.Benson1-Oct-02 21:43 
GeneralRe: CWindow::IsWindow // testing the member hWnd Pin
Gary R. Wheeler12-Oct-02 2:12
Gary R. Wheeler12-Oct-02 2: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.