Click here to Skip to main content
15,881,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBest practice for include directives vs. settings search path ? Pin
Maximilien24-Jun-09 4:27
Maximilien24-Jun-09 4:27 
AnswerRe: Best practice for include directives vs. settings search path ? Pin
Stuart Dootson24-Jun-09 7:12
professionalStuart Dootson24-Jun-09 7:12 
QuestionCan we get column value from SQL (does not know member value)? Pin
Curious 200924-Jun-09 4:22
Curious 200924-Jun-09 4:22 
QuestionRe: Can we get column value from SQL (does not know member value)? Pin
David Crow24-Jun-09 5:05
David Crow24-Jun-09 5:05 
AnswerRe: Can we get column value from SQL (does not know member value)? Pin
Curious 200924-Jun-09 7:02
Curious 200924-Jun-09 7:02 
QuestionIGPM interface Pin
subhabasu24-Jun-09 2:51
subhabasu24-Jun-09 2:51 
QuestionClose X button in tadded control and vertical scroll. Pin
birajendu24-Jun-09 2:46
birajendu24-Jun-09 2:46 
Questionerror C2664 in VS2005 VC++ Pin
Nandu_77b24-Jun-09 2:01
Nandu_77b24-Jun-09 2:01 
std::list < xlong > ClientConfig:: GetHistory(int id)
{
....
doing something
....
return 0;
}

When the above code is compailed in VS 2005 (VC++), following is the error


error C2664: 'stlp_std::list<_Tp>::list(const stlp_std::list<_Tp> &)' : cannot convert parameter 1 from 'int' to 'const stlp_std::list<_Tp> &'
with
[
_Tp=xlong
]
Reason: cannot convert from 'int' to 'const stlp_std::list<_Tp>'
with
[
_Tp=xlong
]
Constructor for class 'stlp_std::list<_Tp>' is declared 'explicit'
with
[
_Tp=xlong
]
resdata.cpp

I tried to return xlong value, but still getting the same error

Can any once help to fix the same
AnswerRe: error C2664 in VS2005 VC++ Pin
Cedric Moonen24-Jun-09 2:03
Cedric Moonen24-Jun-09 2:03 
QuestionOpening multiple dialogs Pin
FISH78624-Jun-09 1:51
FISH78624-Jun-09 1:51 
AnswerRe: Opening multiple dialogs Pin
Cedric Moonen24-Jun-09 2:00
Cedric Moonen24-Jun-09 2:00 
GeneralRe: Opening multiple dialogs Pin
FISH78624-Jun-09 2:10
FISH78624-Jun-09 2:10 
AnswerRe: Opening multiple dialogs Pin
_AnsHUMAN_ 24-Jun-09 2:57
_AnsHUMAN_ 24-Jun-09 2:57 
Questionrandom numbers - the old bugger ... Pin
Souldrift24-Jun-09 1:02
Souldrift24-Jun-09 1:02 
AnswerRe: random numbers - the old bugger ... Pin
Michael Schubert24-Jun-09 1:31
Michael Schubert24-Jun-09 1:31 
GeneralRe: random numbers - the old bugger ... Pin
Souldrift24-Jun-09 2:29
Souldrift24-Jun-09 2:29 
AnswerRe: random numbers - the old bugger ... [modified] Pin
CPallini24-Jun-09 1:40
mveCPallini24-Jun-09 1:40 
GeneralRe: random numbers - the old bugger ... Pin
Souldrift24-Jun-09 2:29
Souldrift24-Jun-09 2:29 
QuestionRe: random numbers - the old bugger ... Pin
CPallini24-Jun-09 2:49
mveCPallini24-Jun-09 2:49 
AnswerRe: random numbers - the old bugger ... Pin
Souldrift24-Jun-09 3:06
Souldrift24-Jun-09 3:06 
AnswerRe: random numbers - the old bugger ... Pin
Stuart Dootson24-Jun-09 3:00
professionalStuart Dootson24-Jun-09 3:00 
GeneralRe: random numbers - the old bugger ... Pin
Souldrift24-Jun-09 3:12
Souldrift24-Jun-09 3:12 
GeneralRe: random numbers - the old bugger ... Pin
Stuart Dootson24-Jun-09 3:23
professionalStuart Dootson24-Jun-09 3:23 
GeneralRe: random numbers - the old bugger ... Pin
Souldrift24-Jun-09 3:29
Souldrift24-Jun-09 3:29 
QuestionNeed a help regarding crystal report Pin
tasumisra23-Jun-09 23:42
tasumisra23-Jun-09 23:42 

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.