|
-
September 2nd, 2005, 03:38 PM
#31
Re: exe disappears itself in 5-10 minutes
Nope, sorry.
I can start it again and it stops.
There are only 10 types of people in the world:
Those who understand binary and those who do not.
-
September 2nd, 2005, 03:44 PM
#32
Re: exe disappears itself in 5-10 minutes
 Originally Posted by JohnCz
Nope, sorry.
I can start it again and it stops.
Ok, missa give up  ! What is it then?
-
September 9th, 2005, 01:12 PM
#33
Re: exe disappears itself in 5-10 minutes
I don’t know, that is why I posted question.
There are only 10 types of people in the world:
Those who understand binary and those who do not.
-
September 9th, 2005, 01:30 PM
#34
Re: exe disappears itself in 5-10 minutes
You're sure your program isn't crashing?
-
September 10th, 2005, 06:14 AM
#35
Re: exe disappears itself in 5-10 minutes
Ok, you don't SW_HIDE or close but the program still terminates. That sounds like an unhandled exception to me. Try running it under the debugger and see if the debugger traps the exception, if not then change the exception handling in the debugger to trap all exceptions and see if anything can enlighten you as to why your program is terminating. It's definitely a bug, you just need to find it.
Requests such as
"I need to write an new language compiler by next week, I have teach yourself c++ in 21 days, can someone give me example code?" will be ignored.
-
September 10th, 2005, 08:11 AM
#36
Re: exe disappears itself in 5-10 minutes
 Originally Posted by GCDEF
Somebody put a potato up your exhaust pipe.
What do I win?
You win the potato !!
Seriously though rajeev, you haven't provided enough relevant information but as a starting point....
 Originally Posted by rajeevktripathi
5) All the property pages are added to sheet in OnInitDialog() function.
It may not be significant - but I have always tended to do this in my application's OnInitInstance() function. Are your property pages persistent (i.e. will they still survive, after the OnInitDialog() function has terminated?
 Originally Posted by rajeevktripathi
6) Also everything is written in OnInitDialog().
7) For every resource(S/W or H/W) a linked list is created .
8) node of Linked list is structure whose attributes are TCHAR and _bstr_t type
9)structures contains all the information retrieved by either WMI, or by Registry or by APIs.
10) Finally values are displayed on property pages through structures
Have you tried missing out any of those steps? If it's practical, try skipping some steps so you end up with a partially working app. Once you have an app that partially works, can that survive longer than 10 mins or does that also get terminated?
Last edited by John E; September 10th, 2005 at 08:17 AM.
"A problem well stated is a problem half solved.” - Charles F. Kettering
-
September 10th, 2005, 09:13 AM
#37
Re: exe disappears itself in 5-10 minutes
Guys, why are you so agitated? It seems that the OP has deserted this thread...
-
September 10th, 2005, 01:57 PM
#38
Re: exe disappears itself in 5-10 minutes
My mama was right. **** this world is indeed a cruel place
If there is no love sun won't shine
-
September 10th, 2005, 04:45 PM
#39
Re: exe disappears itself in 5-10 minutes
Hi
I've got C program with a million lines of code in it. It keeps crashing. Any ideas?
thanks
-
September 10th, 2005, 04:55 PM
#40
Re: exe disappears itself in 5-10 minutes
I've got C program with a million lines of code in it. It keeps crashing. Any ideas?
If this is a serious question please create a separate thread.
-
September 12th, 2005, 12:33 AM
#41
Re: exe disappears itself in 5-10 minutes
Hi all
Infact while dubugging my application I found where I was wrong,
I crrected and get overcome to my problem really this problem was related to memory leak.
thanks a lot for these suggestions.
Dear friends you were getting angry without any mean, any way once ahain thanks for your relevant replies to the question.
Thanks & Regards.
-
September 12th, 2005, 03:55 AM
#42
Re: exe disappears itself in 5-10 minutes
Infact while dubugging my application I found where I was wrong,
I crrected and get overcome to my problem really this problem was related to memory leak.
Great then. But it would be even better if you explain what the actual problem was and how did you fix it, so if others have similar problems and read this thread can fix it too.
-
September 12th, 2005, 04:10 AM
#43
Re: exe disappears itself in 5-10 minutes
 Originally Posted by rajeevktripathi
Dear friends you were getting angry without any mean, any way once ahain thanks for your relevant replies to the question.
lol. Should your qeustion been more accurate the answers would have more accurate and this thread would have stopped in the 1st page.
Har Har
-
September 15th, 2005, 01:24 PM
#44
Re: exe disappears itself in 5-10 minutes
I know! Car is FORD.
Just kidding... I own two Mustangs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|