Click here to Skip to main content
15,903,203 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Caseless STL string comparison Pin
Nemanja Trifunovic21-Apr-06 8:58
Nemanja Trifunovic21-Apr-06 8:58 
AnswerRe: Caseless STL string comparison Pin
Stuart Dootson22-Apr-06 0:33
professionalStuart Dootson22-Apr-06 0:33 
QuestionConnection Points... Pin
HakunaMatada20-Apr-06 19:00
HakunaMatada20-Apr-06 19:00 
AnswerRe: Connection Points... Pin
Lim Bio Liong23-Apr-06 0:05
Lim Bio Liong23-Apr-06 0:05 
QuestionSTL: Set within Map upsets iterator Pin
sstan_tap19-Apr-06 18:35
sstan_tap19-Apr-06 18:35 
AnswerRe: STL: Set within Map upsets iterator Pin
Stephen Hewitt19-Apr-06 18:54
Stephen Hewitt19-Apr-06 18:54 
Questionusing ATL 7 define struct in IDL met a problem,help plz Pin
LiangChen19-Apr-06 16:11
LiangChen19-Apr-06 16:11 
AnswerRe: using ATL 7 define struct in IDL met a problem,help plz Pin
Milton Karimbekallil21-Apr-06 4:56
Milton Karimbekallil21-Apr-06 4:56 
How did u declare the typedef in IDL? You are getting a warning MIDL2368 or some error?
If it is a warning MIDL2368 it is expected and irespective of this warning ur structure declaration will work fine on the client.

Below given is a valid structure defenition.

typedef [uuid(7175259D-025D-429e-B487-A325331FA628), version(1.0)]<br />
struct tagemp {<br />
    [helpstring("name")]<br />
    BSTR name;<br />
    [helpstring("age")]<br />
    short age;<br />
} emp;



You have to declare it in the library block.

rgds...mil10.
Questionwofstream does not work well. Pin
hdtrung18-Apr-06 23:33
hdtrung18-Apr-06 23:33 
AnswerRe: wofstream does not work well. Pin
Michael Dunn19-Apr-06 1:21
sitebuilderMichael Dunn19-Apr-06 1:21 
GeneralRe: wofstream does not work well. Pin
hdtrung19-Apr-06 16:26
hdtrung19-Apr-06 16:26 
QuestionHow can i add an icon to IE status bar? Pin
RedFraggle18-Apr-06 7:30
RedFraggle18-Apr-06 7:30 
QuestionHow can I hide the export information of my DLL Pin
Simon.W18-Apr-06 5:19
Simon.W18-Apr-06 5:19 
AnswerRe: How can I hide the export information of my DLL Pin
Roland Pibinger18-Apr-06 10:57
Roland Pibinger18-Apr-06 10:57 
QuestionWTL :How to display one dialog( or more )in another dialog? Pin
montaya17-Apr-06 22:42
montaya17-Apr-06 22:42 
QuestionReference Material Required Pin
dev dhoundiyal17-Apr-06 22:18
dev dhoundiyal17-Apr-06 22:18 
AnswerRe: Reference Material Required Pin
Roland Pibinger18-Apr-06 11:01
Roland Pibinger18-Apr-06 11:01 
Questionplease read :its importent Pin
baldha rakesh14-Apr-06 0:53
baldha rakesh14-Apr-06 0:53 
AnswerRe: please read :its importent Pin
toxcct14-Apr-06 4:10
toxcct14-Apr-06 4:10 
QuestionEvent Sink Pin
Anthony988713-Apr-06 19:02
Anthony988713-Apr-06 19:02 
AnswerRe: Event Sink Pin
Lim Bio Liong15-Apr-06 5:51
Lim Bio Liong15-Apr-06 5:51 
Questionvector<bool> can't convert to 'bool*'? Pin
Yonggoo13-Apr-06 11:31
Yonggoo13-Apr-06 11:31 
AnswerRe: vector can't convert to 'bool*'? Pin
toxcct13-Apr-06 23:01
toxcct13-Apr-06 23:01 
AnswerRe: vector can't convert to 'bool*'? Pin
alabax14-Apr-06 1:58
alabax14-Apr-06 1:58 
AnswerRe: vector can't convert to 'bool*'? Pin
Orhun Birsoy14-Apr-06 4:11
Orhun Birsoy14-Apr-06 4: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.