Click here to Skip to main content
16,005,206 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using HashSet Pin
Alexandru Savescu7-May-03 2:56
Alexandru Savescu7-May-03 2:56 
GeneralRe: Using HashSet Pin
Joaquín M López Muñoz7-May-03 3:47
Joaquín M López Muñoz7-May-03 3:47 
GeneralRe: Using HashSet Pin
Alexandru Savescu7-May-03 4:51
Alexandru Savescu7-May-03 4:51 
QuestionHow to return more then one parameters in web control Pin
TianYang6-May-03 17:59
TianYang6-May-03 17:59 
GeneralWTL control Pin
alex.barylski6-May-03 12:05
alex.barylski6-May-03 12:05 
GeneralATL Error when builing release version Pin
Matt Gates6-May-03 10:42
Matt Gates6-May-03 10:42 
GeneralAdding WTL support to existing app Pin
Henrik Husted5-May-03 9:36
Henrik Husted5-May-03 9:36 
GeneralRe: Adding WTL support to existing app Pin
Michael Dunn5-May-03 17:50
sitebuilderMichael Dunn5-May-03 17:50 
Yep, it's pretty easy.
  1. Remove your include of windows.h; instead, include atlbase.h, atlapp.h, then whatever other ATL/WTL headers you need.
  2. Right after the atlapp.h include, add extern CAppModule _Module;
  3. In one of your CPP files, declare the global CAppModule _Module;
  4. At the beginning of WinMain(), call _Module.Init(NULL, hInstance); (where hInstance is the 1st param to WinMain()).


--Mike--
Eh! Steve!
Homepage | RightClick-Encrypt | 1ClickPicGrabber
"You have Erica on the brain" - Jon Sagara to me

GeneralRe: Adding WTL support to existing app Pin
Henrik Husted5-May-03 20:32
Henrik Husted5-May-03 20:32 
QuestionHow can I "cut" a File from a folder/disk drive Pin
Pious4-May-03 21:22
Pious4-May-03 21:22 
AnswerRe: How can I "cut" a File from a folder/disk drive Pin
Sean Cundiff14-May-03 18:04
Sean Cundiff14-May-03 18:04 
GeneralWTL Pin
alex.barylski3-May-03 14:41
alex.barylski3-May-03 14:41 
GeneralRe: WTL Pin
Stuart Dootson4-May-03 8:46
professionalStuart Dootson4-May-03 8:46 
Generalstack question Pin
alex.barylski3-May-03 14:19
alex.barylski3-May-03 14:19 
GeneralRe: stack question Pin
valikac4-May-03 6:32
valikac4-May-03 6:32 
GeneralRe: stack question Pin
Alexandru Savescu7-May-03 23:01
Alexandru Savescu7-May-03 23:01 
Questioncan i use CArray in wtl? Pin
User 160552-May-03 17:44
User 160552-May-03 17:44 
AnswerRe: can i use CArray in wtl? Pin
John M. Drescher2-May-03 18:06
John M. Drescher2-May-03 18:06 
AnswerRe: can i use CArray in wtl? Pin
Michael Dunn2-May-03 18:21
sitebuilderMichael Dunn2-May-03 18:21 
GeneralRe: can i use CArray in wtl? Pin
User 160552-May-03 23:05
User 160552-May-03 23:05 
GeneralRe: can i use CArray in wtl? Pin
Christian Graus3-May-03 14:43
protectorChristian Graus3-May-03 14:43 
GeneralRe: can i use CArray in wtl? Pin
Tim Smith7-May-03 2:17
Tim Smith7-May-03 2:17 
GeneralRe: can i use CArray in wtl? Pin
Ed Gadziemski7-May-03 4:28
professionalEd Gadziemski7-May-03 4:28 
GeneralRe: can i use CArray in wtl? Pin
Christian Graus7-May-03 11:28
protectorChristian Graus7-May-03 11:28 
GeneralRe: can i use CArray in wtl? Pin
Ed Gadziemski8-May-03 5:22
professionalEd Gadziemski8-May-03 5:22 

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.