Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Socket Library Suggestions? SSL & AES Pin
Jim Crafton10-Nov-07 11:19
Jim Crafton10-Nov-07 11:19 
Questionstd::vector destructor throwing exception [solved] Pin
Fernando A. Gomez F.10-Nov-07 7:59
Fernando A. Gomez F.10-Nov-07 7:59 
QuestionRe: std::vector destructor throwing exception Pin
Mark Salsbery10-Nov-07 8:20
Mark Salsbery10-Nov-07 8:20 
AnswerRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 8:33
Fernando A. Gomez F.10-Nov-07 8:33 
GeneralRe: std::vector destructor throwing exception Pin
Mark Salsbery10-Nov-07 8:40
Mark Salsbery10-Nov-07 8:40 
GeneralRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 8:45
Fernando A. Gomez F.10-Nov-07 8:45 
GeneralRe: std::vector destructor throwing exception Pin
Rajasekharan Vengalil10-Nov-07 12:25
Rajasekharan Vengalil10-Nov-07 12:25 
GeneralRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 19:30
Fernando A. Gomez F.10-Nov-07 19:30 
I see. Yes, indeed CString allocates and de-allocates by using new. So does CSimpleArray and std::vector.

I did some research and I found several questions regarding this issue, at least with some MySQL and Qt libraries. This particular assert seems to be a feature that was introduced with VC8: the compiler uses an internal (virtual perhaps?) heap in order to locate possible flaws of one application. That's why it only happens when launching the app from within VC, whereas it runs with no problemo if launched outside VC.

In five years this is the first time that it happens to me. I feel like a rookie Poke tongue | ;-P . Anyway, it's solved now. Thanks for your help and the explanation.




Hope is the negation of reality - Raistlin Majere

AnswerRe: std::vector destructor throwing exception Pin
Nemanja Trifunovic10-Nov-07 10:57
Nemanja Trifunovic10-Nov-07 10:57 
GeneralRe: std::vector destructor throwing exception [modified] Pin
Fernando A. Gomez F.10-Nov-07 19:13
Fernando A. Gomez F.10-Nov-07 19:13 
QuestionRe: std::vector destructor throwing exception Pin
David Crow10-Nov-07 15:36
David Crow10-Nov-07 15:36 
AnswerRe: std::vector destructor throwing exception Pin
Fernando A. Gomez F.10-Nov-07 19:09
Fernando A. Gomez F.10-Nov-07 19:09 
Questionconnecting 2 combo boxes Pin
Miss_F10-Nov-07 6:09
Miss_F10-Nov-07 6:09 
AnswerRe: connecting 2 combo boxes Pin
Rajasekharan Vengalil10-Nov-07 6:36
Rajasekharan Vengalil10-Nov-07 6:36 
GeneralRe: connecting 2 combo boxes Pin
Miss_F11-Nov-07 17:50
Miss_F11-Nov-07 17:50 
QuestionSome value (ascii I suppose) instead of the character Pin
shpid3r10-Nov-07 2:15
shpid3r10-Nov-07 2:15 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
Rajasekharan Vengalil10-Nov-07 6:38
Rajasekharan Vengalil10-Nov-07 6:38 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
Peter Weyzen10-Nov-07 10:30
Peter Weyzen10-Nov-07 10:30 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
shpid3r10-Nov-07 12:41
shpid3r10-Nov-07 12:41 
GeneralRe: Some value (ascii I suppose) instead of the character Pin
Bram van Kampen10-Nov-07 14:01
Bram van Kampen10-Nov-07 14:01 
AnswerRe: Some value (ascii I suppose) instead of the character Pin
bob1697210-Nov-07 18:46
bob1697210-Nov-07 18:46 
QuestionON_COMMAND_RANGE() Pin
thes3cr3t110-Nov-07 1:39
thes3cr3t110-Nov-07 1:39 
AnswerRe: ON_COMMAND_RANGE() Pin
chandu00410-Nov-07 1:45
chandu00410-Nov-07 1:45 
GeneralRe: ON_COMMAND_RANGE() Pin
thes3cr3t110-Nov-07 2:14
thes3cr3t110-Nov-07 2:14 
AnswerRe: ON_COMMAND_RANGE() Pin
Mark Salsbery10-Nov-07 5:41
Mark Salsbery10-Nov-07 5:41 

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.