Click here to Skip to main content
15,796,661 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionConvert Japanese charaters to multiByte Pin
anandvtra9-Nov-11 18:12
anandvtra9-Nov-11 18:12 
AnswerRe: Convert Japanese charaters to multiByte Pin
Richard MacCutchan9-Nov-11 23:27
mveRichard MacCutchan9-Nov-11 23:27 
QuestionAdding atl support to existing mfc application Pin
Coder Block7-Nov-11 20:29
Coder Block7-Nov-11 20:29 
QuestionVisual Leak Detector => Memory leaks on system functions? Pin
sypt5-Nov-11 0:00
sypt5-Nov-11 0:00 
AnswerRe: Visual Leak Detector => Memory leaks on system functions? Pin
Richard MacCutchan5-Nov-11 4:54
mveRichard MacCutchan5-Nov-11 4:54 
GeneralRe: Visual Leak Detector => Memory leaks on system functions? Pin
sypt6-Nov-11 22:31
sypt6-Nov-11 22:31 
QuestionUse Unregistered tlb files Pin
SB_CodeForFun31-Oct-11 0:51
SB_CodeForFun31-Oct-11 0:51 
AnswerRe: Use Unregistered tlb files Pin
«_Superman_»6-Nov-11 16:33
professional«_Superman_»6-Nov-11 16:33 
TLB files do not need to be registered.
It is the corresponding COM object that needs to be registered.

To use a TLB file, you can use the #import statement - #import Directive (C/C++)[^]

You could however use a registration free COM.
Here are a few links on how to do this -
How to: Build Registration-Free COM Components[^]
Registration-Free Activation of COM Components: A Walkthrough[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

QuestionCWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 11:21
Kyudos24-Oct-11 11:21 
AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 12:20
mveRichard MacCutchan24-Oct-11 12:20 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 12:59
Kyudos24-Oct-11 12:59 
AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 13:25
mveRichard MacCutchan24-Oct-11 13:25 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 13:54
Kyudos24-Oct-11 13:54 
GeneralRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 22:11
mveRichard MacCutchan24-Oct-11 22:11 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 15:09
Kyudos24-Oct-11 15:09 
QuestionHow to add ActiveX control to a WTL main frame Pin
sunmast18-Oct-11 1:25
sunmast18-Oct-11 1:25 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 2:55
Jonathan Davies18-Oct-11 2:55 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 2:58
Jonathan Davies18-Oct-11 2:58 
Questionsyslog.h analog in WIndows Pin
ShadowUz16-Oct-11 22:36
ShadowUz16-Oct-11 22:36 
SuggestionRe: syslog.h analog in WIndows Pin
Richard MacCutchan17-Oct-11 0:08
mveRichard MacCutchan17-Oct-11 0:08 
AnswerRe: syslog.h analog in WIndows Pin
Albert Holguin17-Oct-11 6:12
professionalAlbert Holguin17-Oct-11 6:12 
QuestionI have problem with codecvt<> Pin
Cold_Fearing_Bird6-Oct-11 0:59
Cold_Fearing_Bird6-Oct-11 0:59 
AnswerRe: I have problem with codecvt Pin
Madhu Nair12-Oct-11 22:31
Madhu Nair12-Oct-11 22:31 
QuestionMessage Removed Pin
27-Sep-11 5:03
Youming Lee27-Sep-11 5:03 
AnswerRe: why can't calculate the expression.error CXX0030 char **ptr_alph = (char**)malloc(wordCount * sizeof(char *)); Pin
Richard MacCutchan27-Sep-11 5:28
mveRichard MacCutchan27-Sep-11 5:28 

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.