Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Statastics Graph/Bar samples? Pin
Chris Maunder24-Apr-02 1:17
cofounderChris Maunder24-Apr-02 1:17 
QuestionProblem with CreateProcess()? Pin
24-Apr-02 0:33
suss24-Apr-02 0:33 
AnswerRe: Problem with CreateProcess()? Pin
Neville Franks24-Apr-02 23:57
Neville Franks24-Apr-02 23:57 
GeneralRe: Problem with CreateProcess()? Pin
25-Apr-02 1:27
suss25-Apr-02 1:27 
GeneralRe: Problem with CreateProcess()? Pin
Neville Franks25-Apr-02 1:35
Neville Franks25-Apr-02 1:35 
GeneralRe: Problem with CreateProcess()? Pin
25-Apr-02 3:10
suss25-Apr-02 3:10 
GeneralRe: Problem with CreateProcess()? Pin
Neville Franks25-Apr-02 11:47
Neville Franks25-Apr-02 11:47 
GeneralCObArray Problem Pin
Sameer Maggon23-Apr-02 23:56
Sameer Maggon23-Apr-02 23:56 
Hi,
I have a small problem regarding CObArray..
I've created a CObArray Object and i add to
it an object of my class.. (i do it in a for loop)

obIntervalTasks.Add( new CIntervalBasedTasks( "BLABLA",
24 );

Now at some instance i try to retreive it like

CIntervalBasedTasks*& temp = (CIntervalBasedTasks*&)
obIntervalTasks.ElementAt(i);

Now i do something with my object (temp)..

and then just don't want it to be deleted from Array..
and i exit from the function..

But while my application close.. i get lot of Object
Dumps.. actually these are because of hanging pointers..

temp..

How do i handle it..

Please help

Sameer

GeneralRe: CObArray Problem Pin
Tom Archer24-Apr-02 0:00
Tom Archer24-Apr-02 0:00 
GeneralRe: CObArray Problem Pin
Sameer Maggon24-Apr-02 1:16
Sameer Maggon24-Apr-02 1:16 
GeneralRe: CObArray Problem Pin
Chris Maunder24-Apr-02 1:19
cofounderChris Maunder24-Apr-02 1:19 
GeneralRe: CObArray Problem Pin
Sameer Maggon24-Apr-02 1:29
Sameer Maggon24-Apr-02 1:29 
GeneralRe: CObArray Problem Pin
Chris Maunder24-Apr-02 2:18
cofounderChris Maunder24-Apr-02 2:18 
GeneralRe: CObArray Problem Pin
Tom Archer24-Apr-02 1:25
Tom Archer24-Apr-02 1:25 
Generalenable disabled dialog objects Pin
23-Apr-02 23:01
suss23-Apr-02 23:01 
GeneralRe: enable disabled dialog objects Pin
23-Apr-02 23:08
suss23-Apr-02 23:08 
QuestionHow to easy implement Regular Expression support? Pin
Alex Cramer23-Apr-02 23:00
Alex Cramer23-Apr-02 23:00 
AnswerRe: How to easy implement Regular Expression support? Pin
Joaquín M López Muñoz23-Apr-02 23:38
Joaquín M López Muñoz23-Apr-02 23:38 
GeneralRe: How to easy implement Regular Expression support? Pin
Alex Cramer23-Apr-02 23:43
Alex Cramer23-Apr-02 23:43 
GeneralRe: How to easy implement Regular Expression support? Pin
Joaquín M López Muñoz23-Apr-02 23:48
Joaquín M López Muñoz23-Apr-02 23:48 
GeneralThanks! Pin
Alex Cramer24-Apr-02 15:16
Alex Cramer24-Apr-02 15:16 
GeneralCtrl+O doesn't work... HELP! Pin
thundercatzlair23-Apr-02 22:52
thundercatzlair23-Apr-02 22:52 
GeneralFocus a Dialog Pin
Sameer Maggon23-Apr-02 22:26
Sameer Maggon23-Apr-02 22:26 
GeneralRe: Focus a Dialog Pin
Joaquín M López Muñoz23-Apr-02 23:03
Joaquín M López Muñoz23-Apr-02 23:03 
GeneralRe: Focus a Dialog Pin
Tom Archer24-Apr-02 0:14
Tom Archer24-Apr-02 0: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.