crashed ( i CSimpleStringT ) when new control are added to dialog
-
Hello, After I have added some new controls to dialog and add variables related with these new controls ,application crashes.( no crash after controls are added but related variable are not defined) When I break application and try to debug it , I saw that it is crashing within void Reallocate( _In_ int nLength ) function of CSimpleStringT class.Any comments ...
-
Hello, After I have added some new controls to dialog and add variables related with these new controls ,application crashes.( no crash after controls are added but related variable are not defined) When I break application and try to debug it , I saw that it is crashing within void Reallocate( _In_ int nLength ) function of CSimpleStringT class.Any comments ...
Can you remove all of the related variables and then add them back in one at a time until the problem appears?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Can you remove all of the related variables and then add them back in one at a time until the problem appears?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
I have already remove all latest added control, and try to put one bye one and change their IDs also. I got the some result.As soon as first variable defined after first control is put onto dialog , it crashes.
-
I have already remove all latest added control, and try to put one bye one and change their IDs also. I got the some result.As soon as first variable defined after first control is put onto dialog , it crashes.
Bilge Kaan wrote:
...it crashes.
Exception, assertion, or some other anomaly?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons