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

ATL / WTL / STL

 
GeneralRe: Error in wizard Pin
Simon.W9-Feb-04 1:12
Simon.W9-Feb-04 1:12 
QuestionIdentical methods/properties in separate interfaces ? Pin
Alwin756-Feb-04 0:16
Alwin756-Feb-04 0:16 
AnswerRe: Identical methods/properties in separate interfaces ? Pin
_Magnus_6-Feb-04 2:43
_Magnus_6-Feb-04 2:43 
AnswerRe: Identical methods/properties in separate interfaces ? Pin
Jörgen Sigvardsson7-Feb-04 23:01
Jörgen Sigvardsson7-Feb-04 23:01 
QuestionHow can i get properties of com object dynamically Pin
Inam5-Feb-04 19:46
Inam5-Feb-04 19:46 
AnswerRe: How can i get properties of com object dynamically Pin
Jörgen Sigvardsson5-Feb-04 21:37
Jörgen Sigvardsson5-Feb-04 21:37 
GeneralAbout CString Pin
freehawk5-Feb-04 18:48
freehawk5-Feb-04 18:48 
GeneralRe: About CString Pin
Jörgen Sigvardsson5-Feb-04 21:35
Jörgen Sigvardsson5-Feb-04 21:35 
freehawk wrote:
Is there any way to use CString data to be transfered rightly between wtl project and mfc dll?

Yes, if you pass LPCTSTR between them, then you have nothing to worry about.

I.e. in WTL project:
CString strYourString = "data";
Vc6Function(strYourString);
in MFC project:
void Vc6Function(LPCTSTR lpszString) {
   CString strLocalString = lpszString;
   ...
}
This is one way to do it.

--
Gott weiß ich will kein Engel sein.
QuestionHow to get a double-click message? Pin
freehawk4-Feb-04 21:35
freehawk4-Feb-04 21:35 
AnswerRe: How to get a double-click message? Pin
_Magnus_5-Feb-04 0:11
_Magnus_5-Feb-04 0:11 
GeneralRe: How to get a double-click message? Pin
freehawk5-Feb-04 1:25
freehawk5-Feb-04 1:25 
GeneralRe: How to get a double-click message? Pin
Jörgen Sigvardsson5-Feb-04 8:06
Jörgen Sigvardsson5-Feb-04 8:06 
GeneralRe: How to get a double-click message? Pin
Jörgen Sigvardsson5-Feb-04 8:04
Jörgen Sigvardsson5-Feb-04 8:04 
GeneralRe: How to get a double-click message? Pin
freehawk5-Feb-04 13:41
freehawk5-Feb-04 13:41 
GeneralRe: How to get a double-click message? Pin
_Magnus_5-Feb-04 21:00
_Magnus_5-Feb-04 21:00 
QuestionHow to change title text of dialog in a wtl project? Pin
freehawk4-Feb-04 14:57
freehawk4-Feb-04 14:57 
AnswerRe: How to change title text of dialog in a wtl project? Pin
_Magnus_5-Feb-04 0:12
_Magnus_5-Feb-04 0:12 
GeneralRe: How to change title text of dialog in a wtl project? Pin
freehawk5-Feb-04 13:44
freehawk5-Feb-04 13:44 
Generalgetting linking error Pin
ramyazm4-Feb-04 2:47
ramyazm4-Feb-04 2:47 
Questionhow to create a help file add to a wtl project? Pin
freehawk3-Feb-04 19:21
freehawk3-Feb-04 19:21 
AnswerRe: how to create a help file add to a wtl project? Pin
Douglas Troy6-Feb-04 4:32
Douglas Troy6-Feb-04 4:32 
GeneralLayered ATL Window Pin
macattack3-Feb-04 17:18
macattack3-Feb-04 17:18 
GeneralRe: Layered ATL Window Pin
Igor Vigdorchik7-Feb-04 19:15
Igor Vigdorchik7-Feb-04 19:15 
QuestionEvents and Threads Issue? Pin
Maverick3-Feb-04 5:52
Maverick3-Feb-04 5:52 
AnswerRe: Events and Threads Issue? Pin
Jörgen Sigvardsson5-Feb-04 8:11
Jörgen Sigvardsson5-Feb-04 8:11 

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.