Click here to Skip to main content
15,916,702 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: STL from visual C++ in Unix??? Pin
Stuart Dootson11-Apr-05 20:51
professionalStuart Dootson11-Apr-05 20:51 
AnswerRe: STL from visual C++ in Unix??? Pin
markkuk12-Apr-05 0:41
markkuk12-Apr-05 0:41 
QuestionHow to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 7:43
knaster bax11-Apr-05 7:43 
AnswerRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
ThatsAlok11-Apr-05 19:47
ThatsAlok11-Apr-05 19:47 
GeneralRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 23:17
knaster bax11-Apr-05 23:17 
GeneralNeed Help Pin
inbakumar.G11-Apr-05 5:12
inbakumar.G11-Apr-05 5:12 
Generalx to Bin ? or x to Hex To Bin Pin
Static(x)10-Apr-05 23:11
Static(x)10-Apr-05 23:11 
GeneralReferencing CArray's within CArrays Pin
KoriFrancis10-Apr-05 12:18
KoriFrancis10-Apr-05 12:18 
Hello, I'm having a problem accessing the upperbounds of an inner CArray ...

say I have 2 CArray's:

CArray <CSkeletonClass, CSkeletonClass &> m_projectClasses;

and with in CSkeletonClass:

class CSkeletonClass {
public:
CArray <CSkeletonMethod, CSkeletonMethod&> methods;
CArray <CString, CString&> variables;
}

I'm trying to access the methods array and get the upperbounds ... but using it like this

ex. m_projectClasses[counter].methods.GetUpperBounds() doesn't get the correct result ...

and if that doesn't work, then I have no idea if they are even getting in to the array because I insert them like this

ex. m_projectClasses[counter].methods.Add(someMethod);

HELP!!!
General[wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Tommy2d8-Apr-05 2:33
Tommy2d8-Apr-05 2:33 
GeneralRe: [wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Michael Dunn8-Apr-05 8:05
sitebuilderMichael Dunn8-Apr-05 8:05 
GeneralRe: [wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Tommy2d10-Apr-05 8:03
Tommy2d10-Apr-05 8:03 
GeneralCDateTimePickerCtrl - CDateTimeCtrl Pin
The Professor8-Apr-05 1:30
The Professor8-Apr-05 1:30 
QuestionHow to get Application pointer of Word if i have Container(Word) pointer Pin
ajalilqarshi8-Apr-05 0:28
ajalilqarshi8-Apr-05 0:28 
Generalquick bind1st question Pin
marinme6-Apr-05 23:56
marinme6-Apr-05 23:56 
GeneralRe: quick bind1st question Pin
Mike Dimmick7-Apr-05 2:06
Mike Dimmick7-Apr-05 2:06 
Generalusing bind2nd function on map Pin
fordge6-Apr-05 17:24
fordge6-Apr-05 17:24 
GeneralRe: using bind2nd function on map Pin
Stuart Dootson6-Apr-05 21:16
professionalStuart Dootson6-Apr-05 21:16 
GeneralRe: using bind2nd function on map Pin
fordge7-Apr-05 1:23
fordge7-Apr-05 1:23 
GeneralRe: using bind2nd function on map Pin
Stuart Dootson7-Apr-05 2:37
professionalStuart Dootson7-Apr-05 2:37 
Questionmultiple key containers?? Pin
fordge6-Apr-05 17:17
fordge6-Apr-05 17:17 
AnswerRe: multiple key containers?? Pin
Stuart Dootson6-Apr-05 21:18
professionalStuart Dootson6-Apr-05 21:18 
GeneralCCommandBarCtrl menu appears as a toolbar button Pin
Paper#6-Apr-05 13:16
Paper#6-Apr-05 13:16 
GeneralProblem using ATL Object in other ATL Server Pin
andreasf5-Apr-05 20:22
andreasf5-Apr-05 20:22 
GeneralImmediate repainting of a listctrl Pin
Franz Klein5-Apr-05 0:17
Franz Klein5-Apr-05 0:17 
GeneralRe: Immediate repainting of a listctrl Pin
Michael Dunn5-Apr-05 7:14
sitebuilderMichael Dunn5-Apr-05 7:14 

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.