Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DebugHeap --> memory overwritten[modified] Pin
Cedric Moonen5-Mar-07 0:43
Cedric Moonen5-Mar-07 0:43 
GeneralRe: DebugHeap --> memory overwritten[modified] Pin
baerten5-Mar-07 1:19
baerten5-Mar-07 1:19 
GeneralRe: DebugHeap --> memory overwritten[modified] Pin
Cedric Moonen5-Mar-07 3:09
Cedric Moonen5-Mar-07 3:09 
GeneralRe: DebugHeap --> memory overwritten[modified] Pin
prasad_som5-Mar-07 1:07
prasad_som5-Mar-07 1:07 
QuestionTo list files in MFC? Pin
Malini Nair4-Mar-07 23:21
Malini Nair4-Mar-07 23:21 
AnswerRe: To list files in MFC? Pin
Dmitry Khudorozhkov4-Mar-07 23:26
Dmitry Khudorozhkov4-Mar-07 23:26 
AnswerRe: To list files in MFC? Pin
Hamid_RT5-Mar-07 6:46
Hamid_RT5-Mar-07 6:46 
Questionstd::list in visual studio 2005? Pin
$uresh $hanmugam4-Mar-07 23:01
$uresh $hanmugam4-Mar-07 23:01 
Hi guy's

i have example project downloaded from "code project.com", this could

be run successfully on visual studio 6 but when i try to run on visual studio

2005, it gives some more error, one of them is,

error C2923: 'std::list' : 'std::vector<hull::tlineapproximator<t>::SPoint>::const_iterator' is not a valid template type argument for parameter '_Ty'

that code snippet,

//! points container
typedef std::vector<spoint> PointContainer;
//! Key containers
typedef std::list<pointcontainer::const_iterator> KeyContainer;

the link of that one is http://www.codeproject.com/miscctrl/pgllib.asp[^]

can you help me what really going there.
thanks in advance
AnswerRe: std::list in visual studio 2005? Pin
Stephen Hewitt6-Mar-07 13:03
Stephen Hewitt6-Mar-07 13:03 
QuestionVC++ - Display Pin
anu78734-Mar-07 22:32
anu78734-Mar-07 22:32 
QuestionRe: VC++ - Display Pin
prasad_som4-Mar-07 22:36
prasad_som4-Mar-07 22:36 
Questionresizing bitmaps in vc++ Pin
Susanta5784-Mar-07 22:13
Susanta5784-Mar-07 22:13 
AnswerRe: resizing bitmaps in vc++ Pin
Rajesh R Subramanian4-Mar-07 22:38
professionalRajesh R Subramanian4-Mar-07 22:38 
AnswerRe: resizing bitmaps in vc++ Pin
Hamid_RT5-Mar-07 6:57
Hamid_RT5-Mar-07 6:57 
QuestionIs my PC standalone or connected to Network Pin
vibindia4-Mar-07 22:01
vibindia4-Mar-07 22:01 
AnswerRe: Is my PC standalone or connected to Network Pin
Sebastian Schneider4-Mar-07 22:39
Sebastian Schneider4-Mar-07 22:39 
AnswerRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov4-Mar-07 23:18
Dmitry Khudorozhkov4-Mar-07 23:18 
GeneralRe: Is my PC standalone or connected to Network Pin
Mark Salsbery5-Mar-07 6:51
Mark Salsbery5-Mar-07 6:51 
GeneralRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov5-Mar-07 7:05
Dmitry Khudorozhkov5-Mar-07 7:05 
GeneralRe: Is my PC standalone or connected to Network Pin
Mark Salsbery5-Mar-07 7:11
Mark Salsbery5-Mar-07 7:11 
GeneralRe: Is my PC standalone or connected to Network Pin
Dmitry Khudorozhkov5-Mar-07 7:19
Dmitry Khudorozhkov5-Mar-07 7:19 
Questionvector to std::string Pin
Programm3r4-Mar-07 21:32
Programm3r4-Mar-07 21:32 
QuestionRe: vector to std::string Pin
prasad_som4-Mar-07 21:40
prasad_som4-Mar-07 21:40 
AnswerRe: vector to std::string Pin
Programm3r4-Mar-07 21:50
Programm3r4-Mar-07 21:50 
GeneralRe: vector to std::string Pin
prasad_som4-Mar-07 21:51
prasad_som4-Mar-07 21:51 

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.