Click here to Skip to main content
15,905,232 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTree List Control Pin
Nishad S22-Aug-05 17:45
Nishad S22-Aug-05 17:45 
GeneralRe: Tree List Control Pin
Jose Lamas Rios22-Aug-05 18:08
Jose Lamas Rios22-Aug-05 18:08 
QuestionHow to make text link in dialog box with Win32api? Pin
Member 159461422-Aug-05 16:55
Member 159461422-Aug-05 16:55 
AnswerRe: How to make text link in dialog box with Win32api? Pin
Jose Lamas Rios22-Aug-05 17:05
Jose Lamas Rios22-Aug-05 17:05 
GeneralRe: How to make text link in dialog box with Win32api? Pin
Member 159461422-Aug-05 18:01
Member 159461422-Aug-05 18:01 
GeneralRe: How to make text link in dialog box with Win32api? Pin
Jose Lamas Rios22-Aug-05 18:05
Jose Lamas Rios22-Aug-05 18:05 
QuestionInternet game? Pin
gr8coaster32922-Aug-05 16:14
gr8coaster32922-Aug-05 16:14 
QuestionHow can i chang the type of int to type of POSITION Pin
ebinaini22-Aug-05 15:14
ebinaini22-Aug-05 15:14 
I have a problem whith change type

code like this:

for(int j=0;j<=str.list.GetCount();j++)
{
this->lst.AddTail(str.list.GetAt(j));
}

: error C2664: 'class CString &__thiscall CStringList::GetAt(struct __POSITION *)' : cannot convert parameter 1 from 'int' to 'struct __POSITION *'Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.


can anyone help ~
thanks in andvance~~Smile | :) Smile | :) Smile | :) Smile | :) Smile | :) Smile | :) Smile | :)

nothing
AnswerRe: How can i chang the type of int to type of POSITION Pin
Anonymous22-Aug-05 15:33
Anonymous22-Aug-05 15:33 
AnswerRe: How can i chang the type of int to type of POSITION Pin
Jose Lamas Rios22-Aug-05 15:40
Jose Lamas Rios22-Aug-05 15:40 
GeneralRe: How can i chang the type of int to type of POSITION Pin
ebinaini23-Aug-05 15:25
ebinaini23-Aug-05 15:25 
AnswerRe: How can i chang the type of int to type of POSITION Pin
Christian Graus22-Aug-05 15:59
protectorChristian Graus22-Aug-05 15:59 
GeneralRe: How can i chang the type of int to type of POSITION Pin
David Crow23-Aug-05 3:29
David Crow23-Aug-05 3:29 
GeneralRe: How can i chang the type of int to type of POSITION Pin
Christian Graus23-Aug-05 13:24
protectorChristian Graus23-Aug-05 13:24 
GeneralRe: How can i chang the type of int to type of POSITION Pin
David Crow23-Aug-05 16:40
David Crow23-Aug-05 16:40 
GeneralRe: How can i chang the type of int to type of POSITION Pin
Christian Graus23-Aug-05 16:52
protectorChristian Graus23-Aug-05 16:52 
GeneralRe: How can i chang the type of int to type of POSITION Pin
David Crow24-Aug-05 3:14
David Crow24-Aug-05 3:14 
GeneralRe: How can i chang the type of int to type of POSITION Pin
Christian Graus24-Aug-05 10:23
protectorChristian Graus24-Aug-05 10:23 
GeneralRe: How can i chang the type of int to type of POSITION Pin
David Crow24-Aug-05 10:40
David Crow24-Aug-05 10:40 
GeneralRe: How can i chang the type of int to type of POSITION Pin
Christian Graus24-Aug-05 10:52
protectorChristian Graus24-Aug-05 10:52 
AnswerRe: How can i chang the type of int to type of POSITION Pin
MailtoGops22-Aug-05 22:34
MailtoGops22-Aug-05 22:34 
GeneralDirectShow output buffer issue Pin
sashi_ua22-Aug-05 14:07
sashi_ua22-Aug-05 14:07 
GeneralMore linker errors Pin
Christian Graus22-Aug-05 13:33
protectorChristian Graus22-Aug-05 13:33 
GeneralRe: More linker errors Pin
Jose Lamas Rios22-Aug-05 16:53
Jose Lamas Rios22-Aug-05 16:53 
GeneralRe: More linker errors Pin
Christian Graus22-Aug-05 18:20
protectorChristian Graus22-Aug-05 18:20 

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.