Click here to Skip to main content
16,015,097 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Converting strings. Pin
ian mariano13-Apr-03 12:21
ian mariano13-Apr-03 12:21 
GeneralI can't Insert a ATL object when using New ATL Object?(It is not about tech, just for help!) Pin
white jungle11-Apr-03 16:33
white jungle11-Apr-03 16:33 
Generalostream_iterator error Pin
Kevin McFarlane11-Apr-03 5:26
Kevin McFarlane11-Apr-03 5:26 
GeneralRe: ostream_iterator error Pin
Joaquín M López Muñoz11-Apr-03 10:13
Joaquín M López Muñoz11-Apr-03 10:13 
GeneralRe: ostream_iterator error Pin
Kevin McFarlane12-Apr-03 7:56
Kevin McFarlane12-Apr-03 7:56 
GeneralRe: ostream_iterator error Pin
Joaquín M López Muñoz11-Apr-03 10:17
Joaquín M López Muñoz11-Apr-03 10:17 
GeneralMedia Player Pin
Prog Mmer10-Apr-03 22:14
Prog Mmer10-Apr-03 22:14 
GeneralATL Server Web Services arrays and size_is Pin
scatter10-Apr-03 16:16
scatter10-Apr-03 16:16 
with the following snippet:
<br />
struct A<br />
{<br />
     BSTR bstrA;<br />
     BSTR bstrB;<br />
};<br />
<br />
struct B<br />
{<br />
     int countA;<br />
     [size_is(countA) A *a;<br />
};<br />
<br />
__interface IService<br />
{<br />
     HRESULT AllocateSomeBs([out] int *countB, [out, retval, size_is(, countB)] B **bs);<br />
};<br />


The above will compile, but the WSDL generation fails....if I eliminate the comma in the size_is attribute, the code will compile and the WSDL generation will succeed. According the documentation the difference between having a comma and not having a comma in the size_is attribute is as follows:

With a comma: the pointer is a pointer to a pointer to an array of B
W/o a comma: the pointer is a pointer to an array of pointers to B

The documentation for the soap types says that size_is works as documented for MIDL but I'm not seeing this in reality...anyone know anything more about this?
GeneralRe: ATL Server Web Services arrays and size_is Pin
Vi210-Apr-03 16:58
Vi210-Apr-03 16:58 
GeneralWTL: Reflect notifications to a control Pin
Ernesto D.9-Apr-03 15:08
Ernesto D.9-Apr-03 15:08 
GeneralRe: WTL: Reflect notifications to a control Pin
Michael Dunn9-Apr-03 19:06
sitebuilderMichael Dunn9-Apr-03 19:06 
GeneralRe: WTL: Reflect notifications to a control Pin
Ernesto D.9-Apr-03 19:53
Ernesto D.9-Apr-03 19:53 
QuestionMicrosoft Web Browser Object into DialogBox, without MFC? Pin
Adrian Bacaianu8-Apr-03 20:18
Adrian Bacaianu8-Apr-03 20:18 
GeneralSys Tray Icon disappears after Explorer reload Pin
MrGlover8-Apr-03 15:53
MrGlover8-Apr-03 15:53 
GeneralRe: Sys Tray Icon disappears after Explorer reload Pin
Brian Shifrin9-Apr-03 2:08
Brian Shifrin9-Apr-03 2:08 
Generalbeginner stl basic_string question Pin
mweiss8-Apr-03 9:12
mweiss8-Apr-03 9:12 
GeneralRe: beginner stl basic_string question Pin
Joaquín M López Muñoz8-Apr-03 9:39
Joaquín M López Muñoz8-Apr-03 9:39 
GeneralRe: beginner stl basic_string question Pin
mweiss8-Apr-03 9:50
mweiss8-Apr-03 9:50 
GeneralRe: beginner stl basic_string question Pin
Joaquín M López Muñoz8-Apr-03 9:56
Joaquín M López Muñoz8-Apr-03 9:56 
GeneralRe: beginner stl basic_string question Pin
mweiss8-Apr-03 10:17
mweiss8-Apr-03 10:17 
Questionsimple... warning in STL!! Why?? Pin
Raphael Kindt7-Apr-03 23:03
Raphael Kindt7-Apr-03 23:03 
AnswerRe: simple... warning in STL!! Why?? Pin
Joaquín M López Muñoz8-Apr-03 2:55
Joaquín M López Muñoz8-Apr-03 2:55 
GeneralRe: simple... warning in STL!! Why?? Pin
Raphael Kindt8-Apr-03 3:04
Raphael Kindt8-Apr-03 3:04 
GeneralIE Pin
Anonymous7-Apr-03 20:19
Anonymous7-Apr-03 20:19 
GeneralUsing C++ exception handling in ATL Pin
puzzolino7-Apr-03 0:45
puzzolino7-Apr-03 0:45 

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.