Click here to Skip to main content
15,906,624 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionConvert Japanese charaters to multiByte Pin
anandvtra9-Nov-11 17:12
anandvtra9-Nov-11 17:12 
AnswerRe: Convert Japanese charaters to multiByte Pin
Richard MacCutchan9-Nov-11 22:27
mveRichard MacCutchan9-Nov-11 22:27 
QuestionAdding atl support to existing mfc application Pin
Coder Block7-Nov-11 19:29
Coder Block7-Nov-11 19:29 
QuestionVisual Leak Detector => Memory leaks on system functions? Pin
sypt4-Nov-11 23:00
sypt4-Nov-11 23:00 
AnswerRe: Visual Leak Detector => Memory leaks on system functions? Pin
Richard MacCutchan5-Nov-11 3:54
mveRichard MacCutchan5-Nov-11 3:54 
GeneralRe: Visual Leak Detector => Memory leaks on system functions? Pin
sypt6-Nov-11 21:31
sypt6-Nov-11 21:31 
QuestionUse Unregistered tlb files Pin
SB_CodeForFun30-Oct-11 23:51
SB_CodeForFun30-Oct-11 23:51 
AnswerRe: Use Unregistered tlb files Pin
«_Superman_»6-Nov-11 15:33
professional«_Superman_»6-Nov-11 15: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 10:21
Kyudos24-Oct-11 10:21 
AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 11:20
mveRichard MacCutchan24-Oct-11 11:20 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 11:59
Kyudos24-Oct-11 11:59 
AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 12:25
mveRichard MacCutchan24-Oct-11 12:25 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 12:54
Kyudos24-Oct-11 12:54 
GeneralRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 21:11
mveRichard MacCutchan24-Oct-11 21:11 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 14:09
Kyudos24-Oct-11 14:09 
QuestionHow to add ActiveX control to a WTL main frame Pin
sunmast18-Oct-11 0:25
sunmast18-Oct-11 0:25 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 1:55
Jonathan Davies18-Oct-11 1:55 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 1:58
Jonathan Davies18-Oct-11 1:58 
Questionsyslog.h analog in WIndows Pin
ShadowUz16-Oct-11 21:36
ShadowUz16-Oct-11 21:36 
SuggestionRe: syslog.h analog in WIndows Pin
Richard MacCutchan16-Oct-11 23:08
mveRichard MacCutchan16-Oct-11 23:08 
AnswerRe: syslog.h analog in WIndows Pin
Albert Holguin17-Oct-11 5:12
professionalAlbert Holguin17-Oct-11 5:12 
QuestionI have problem with codecvt<> Pin
Cold_Fearing_Bird5-Oct-11 23:59
Cold_Fearing_Bird5-Oct-11 23:59 
AnswerRe: I have problem with codecvt Pin
Madhu Nair12-Oct-11 21:31
Madhu Nair12-Oct-11 21:31 
QuestionMessage Removed Pin
27-Sep-11 4:03
Youming Lee27-Sep-11 4:03 
AnswerRe: why can't calculate the expression.error CXX0030 char **ptr_alph = (char**)malloc(wordCount * sizeof(char *)); Pin
Richard MacCutchan27-Sep-11 4:28
mveRichard MacCutchan27-Sep-11 4: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.