Click here to Skip to main content
15,911,711 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Maybe lame question ... Pin
Ed Gadziemski20-Sep-02 10:50
professionalEd Gadziemski20-Sep-02 10:50 
QuestionNew to DCOM & ATL? Pin
srinivasa chary18-Sep-02 3:09
srinivasa chary18-Sep-02 3:09 
AnswerRe: New to DCOM & ATL? Pin
Paul M Watt18-Sep-02 5:16
mentorPaul M Watt18-Sep-02 5:16 
GeneralRe: New to DCOM & ATL? Pin
srinivasa chary18-Sep-02 19:45
srinivasa chary18-Sep-02 19:45 
GeneralATL Service, Window Messages and COM Pin
Michael P Butler17-Sep-02 22:20
Michael P Butler17-Sep-02 22:20 
GeneralRe: ATL Service, Window Messages and COM Pin
Ernest Laurentin24-Sep-02 19:15
Ernest Laurentin24-Sep-02 19:15 
GeneralATL_No_VTable Pin
suresh_sathya16-Sep-02 19:48
suresh_sathya16-Sep-02 19:48 
GeneralRe: ATL_No_VTable Pin
Joaquín M López Muñoz16-Sep-02 21:01
Joaquín M López Muñoz16-Sep-02 21:01 
This is an alias __declspec(novtable), which instructs the compiler not to generate the corresponding vtable for a given class (which is safe as long as the class can not be instantiated, which happens e.g. with abstrat classes). Unless you're writing highly optimized code, there's no much reason to use it.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRecommended Books for STL Pin
Joe Woodbury14-Sep-02 18:41
professionalJoe Woodbury14-Sep-02 18:41 
GeneralRe: Recommended Books for STL Pin
Paul M Watt14-Sep-02 20:55
mentorPaul M Watt14-Sep-02 20:55 
GeneralRe: Recommended Books for STL Pin
Pavel Klocek14-Sep-02 21:43
Pavel Klocek14-Sep-02 21:43 
GeneralRe: Recommended Books for STL Pin
Stuart Dootson14-Sep-02 22:27
professionalStuart Dootson14-Sep-02 22:27 
GeneralRe: Recommended Books for STL Pin
Christian Graus15-Sep-02 13:09
protectorChristian Graus15-Sep-02 13:09 
GeneralRe: Recommended Books for STL Pin
DaveBrooks26-Sep-02 11:02
DaveBrooks26-Sep-02 11:02 
GeneralRe: Recommended Books for STL Pin
Joe Woodbury26-Sep-02 12:18
professionalJoe Woodbury26-Sep-02 12:18 
GeneralOwner-drawn menus in WTL Pin
TemplMetaProg14-Sep-02 11:11
TemplMetaProg14-Sep-02 11:11 
GeneralRe: Owner-drawn menus in WTL Pin
Paul M Watt14-Sep-02 12:00
mentorPaul M Watt14-Sep-02 12:00 
GeneralRe: Owner-drawn menus in WTL Pin
TemplMetaProg15-Sep-02 11:24
TemplMetaProg15-Sep-02 11:24 
GeneralNew to ATL... (simple question) Pin
Alex Deem14-Sep-02 6:20
Alex Deem14-Sep-02 6:20 
GeneralRe: New to ATL... (simple question) Pin
Paul M Watt14-Sep-02 11:56
mentorPaul M Watt14-Sep-02 11:56 
GeneralRe: New to ATL... (simple question) Pin
Alex Deem15-Sep-02 5:11
Alex Deem15-Sep-02 5:11 
GeneralAttempting to use the Chris Mauder MFC Grid in an ATL Composite Control Pin
petrym9-Sep-02 10:52
petrym9-Sep-02 10:52 
GeneralMSMQEvent Pin
rajeev9-Sep-02 0:30
rajeev9-Sep-02 0:30 
Generallooking for hex->decimal editor Pin
rsasalm_6-Sep-02 4:04
rsasalm_6-Sep-02 4:04 
GeneralRe: looking for hex->decimal editor Pin
rsasalm_6-Sep-02 4:15
rsasalm_6-Sep-02 4:15 

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.