Click here to Skip to main content
15,913,100 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Icon to Bitmap conversion Pin
Ed Gadziemski30-May-03 9:44
professionalEd Gadziemski30-May-03 9:44 
GeneralRe: Icon to Bitmap conversion Pin
Michael Dunn30-May-03 11:30
sitebuilderMichael Dunn30-May-03 11:30 
GeneralRe: Icon to Bitmap conversion Pin
Ed Gadziemski4-Jun-03 13:14
professionalEd Gadziemski4-Jun-03 13:14 
GeneralRe: Icon to Bitmap conversion Pin
Michael Dunn4-Jun-03 15:32
sitebuilderMichael Dunn4-Jun-03 15:32 
GeneralRe: Icon to Bitmap conversion Pin
Ed Gadziemski4-Jun-03 16:32
professionalEd Gadziemski4-Jun-03 16:32 
GeneralI'm a beginner.... Pin
Jhon29-May-03 15:08
Jhon29-May-03 15:08 
GeneralRe: I'm a beginner.... Pin
Anonymous29-May-03 16:51
Anonymous29-May-03 16:51 
GeneralRe: I'm a beginner.... Pin
geo_m30-May-03 22:20
geo_m30-May-03 22:20 
and COM is an abbr. for Component Object Model - the programming style, where you build your software from components. Difference between plain old c++ class (or any other language class) is that components are binaries, not in source form. One of main benefits is, that you can replace parts of your binaries without need of recompiling the whole application. This is important for big projects.
Second important benefit is the language interchangeability - components itself can be written in virtually any language. Then you can build your application as a mixture of C++, Visual Basic, Pascal... just use language which is better for the task...
etc.
GeneralRe: I'm a beginner.... Pin
sunjohn1-Jun-03 22:43
sunjohn1-Jun-03 22:43 
GeneralCompilation Error on map Pin
projyal27-May-03 21:16
projyal27-May-03 21:16 
GeneralRe: Compilation Error on map Pin
projyal27-May-03 22:05
projyal27-May-03 22:05 
GeneralRe: Compilation Error on map Pin
Joaquín M López Muñoz28-May-03 2:30
Joaquín M López Muñoz28-May-03 2:30 
Generaladd a DIALOGBAR Pin
aguest27-May-03 19:37
aguest27-May-03 19:37 
GeneralWTL: CFrameWindow question Pin
João Paulo Figueira27-May-03 1:28
professionalJoão Paulo Figueira27-May-03 1:28 
QuestionHow to Implement "Drag" in List View without using MFC Pin
Pious26-May-03 22:00
Pious26-May-03 22:00 
AnswerRe: How to Implement "Drag" in List View without using MFC Pin
AlexO27-May-03 6:30
AlexO27-May-03 6:30 
QuestionATL CString in C++ .net/2003 - to export or not? Pin
Peter Weyzen26-May-03 18:45
Peter Weyzen26-May-03 18:45 
AnswerRe: ATL CString in C++ .net/2003 - to export or not? Pin
27-May-03 7:35
suss27-May-03 7:35 
GeneralWTL/STL Pin
bsanoop1726-May-03 7:30
bsanoop1726-May-03 7:30 
GeneralLong Atl Build-times Pin
Hugo Hallman25-May-03 11:07
Hugo Hallman25-May-03 11:07 
Generalerror C2065: 'ImageList_Read' : undeclared identifier Pin
szarea23-May-03 12:33
szarea23-May-03 12:33 
GeneralRe: error C2065: 'ImageList_Read' : undeclared identifier Pin
Tim Smith24-May-03 3:11
Tim Smith24-May-03 3:11 
GeneralVector Iterator Pin
ironhead23-May-03 4:10
ironhead23-May-03 4:10 
GeneralRe: Vector Iterator Pin
Joaquín M López Muñoz23-May-03 4:15
Joaquín M López Muñoz23-May-03 4:15 
GeneralRe: Vector Iterator Pin
ironhead23-May-03 13:40
ironhead23-May-03 13:40 

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.