Click here to Skip to main content
15,920,633 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralTab Order in ATL control - Help Needed Pin
freddycam24-Mar-04 20:09
freddycam24-Mar-04 20:09 
Questiondid you meet the kind of problem? Pin
freehawk24-Mar-04 18:31
freehawk24-Mar-04 18:31 
QuestionDoes STL vector automatically free content ? Pin
yarp24-Mar-04 5:00
yarp24-Mar-04 5:00 
AnswerRe: Does STL vector automatically free content ? Pin
yarp24-Mar-04 5:02
yarp24-Mar-04 5:02 
AnswerRe: Does STL vector automatically free content ? Pin
Steve S24-Mar-04 5:23
Steve S24-Mar-04 5:23 
AnswerRe: Does STL vector automatically free content ? Pin
Nemanja Trifunovic24-Mar-04 5:41
Nemanja Trifunovic24-Mar-04 5:41 
GeneralRe: Does STL vector automatically free content ? Pin
yarp24-Mar-04 20:07
yarp24-Mar-04 20:07 
GeneralATL components and VB 6.0 compliance Pin
petrym24-Mar-04 3:14
petrym24-Mar-04 3:14 
Background:
I am working on a system composed primarily of VB 6.0 COM components. I need to add a sub-system of ATL components in order to reuse some C++ code.

Problem:
Reusing the C++ code using ATL and having it interop with VB components requires the use of Automation (oleaut32.dll) compliant types (SAFEARRAYs) and VB compliant types (no unsigned types).

What I would like to do:
Some ATL components will have both VB clients and ATL clients. I would like to define non-VB friendly interfaces to be used by the ATL clients only. Another idea is to create interfaces that are not Automation compatible but mark them as [local] so that no proxy stub is required. I could use these interfaces to pass "non SAFEARRAY" arrays and such.

Do I know enough to shoot myself in the foot? I am afraid that I am making a ATL newby blunder.
Should I just make all the interfaces [oleautomation] and VB compliant? I hate to wrestle with SAFEARRAYs of four Bytes because I can't work with unsigned longs. This is non-risky but inelegant.

GeneralATL Services tutorial Pin
Eran23-Mar-04 23:51
Eran23-Mar-04 23:51 
QuestionHow to use XP-Style in ATL? Pin
jajamal21-Mar-04 3:07
jajamal21-Mar-04 3:07 
AnswerRe: How to use XP-Style in ATL? Pin
ian mariano23-Mar-04 9:53
ian mariano23-Mar-04 9:53 
GeneralNew ATL Object Pin
Member 45284919-Mar-04 10:44
Member 45284919-Mar-04 10:44 
GeneralRe: New ATL Object Pin
Steve S21-Mar-04 22:33
Steve S21-Mar-04 22:33 
GeneralRe: New ATL Object Pin
Steve S21-Mar-04 22:36
Steve S21-Mar-04 22:36 
GeneralRe: New ATL Object Pin
Member 45284922-Mar-04 4:35
Member 45284922-Mar-04 4:35 
GeneralRe: New ATL Object Pin
Steve S23-Mar-04 21:46
Steve S23-Mar-04 21:46 
GeneralRe: New ATL Object Pin
Member 45284924-Mar-04 3:06
Member 45284924-Mar-04 3:06 
GeneralRe: New ATL Object Pin
Member 45284922-Mar-04 4:29
Member 45284922-Mar-04 4:29 
GeneralOwner-draw in listview Pin
IMiracle19-Mar-04 2:40
IMiracle19-Mar-04 2:40 
Generaldll export stl map which carries built in Objects Pin
skpanda17-Mar-04 23:45
skpanda17-Mar-04 23:45 
GeneralRe: dll export stl map which carries built in Objects Pin
ian mariano18-Mar-04 4:16
ian mariano18-Mar-04 4:16 
GeneralSTL string to _bstr_t conversion Pin
Sandeep Kulkarni17-Mar-04 19:31
Sandeep Kulkarni17-Mar-04 19:31 
GeneralRe: STL string to _bstr_t conversion Pin
ian mariano18-Mar-04 4:21
ian mariano18-Mar-04 4:21 
GeneralRe: STL string to _bstr_t conversion Pin
Michael Dunn18-Mar-04 5:10
sitebuilderMichael Dunn18-Mar-04 5:10 
GeneralRe: STL string to _bstr_t conversion Pin
Nemanja Trifunovic18-Mar-04 5:19
Nemanja Trifunovic18-Mar-04 5:19 

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.