Click here to Skip to main content
15,893,644 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: operator overloading Pin
Mark Salsbery25-May-07 5:30
Mark Salsbery25-May-07 5:30 
QuestionSTL string calling delete and crashing... [modified] Pin
sandeepkavade25-May-07 1:27
sandeepkavade25-May-07 1:27 
AnswerRe: STL string calling delete and crashing... Pin
Cedric Moonen25-May-07 2:02
Cedric Moonen25-May-07 2:02 
GeneralRe: STL string calling delete and crashing... Pin
sandeepkavade25-May-07 2:24
sandeepkavade25-May-07 2:24 
GeneralRe: STL string calling delete and crashing... Pin
Cedric Moonen25-May-07 2:42
Cedric Moonen25-May-07 2:42 
GeneralRe: STL string calling delete and crashing... [modified] Pin
Mark Salsbery25-May-07 5:33
Mark Salsbery25-May-07 5:33 
AnswerRe: STL string calling delete and crashing... Pin
_AnsHUMAN_ 25-May-07 2:08
_AnsHUMAN_ 25-May-07 2:08 
AnswerRe: STL string calling delete and crashing... Pin
Michael Dunn25-May-07 21:33
sitebuilderMichael Dunn25-May-07 21:33 
Don't pass C++ objects that do memory allocation between modules. This problem is exactly the kind of thing you run into when you alloc memory in one module and free it in another. If all modules use the same version of the DLL version of the CRT, it will work, but even that isn't guaranteed to work in future releases.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Dunder-Mifflin, this is Pam.

Questionofstream flags - create file... Pin
ldsdbomber25-May-07 1:20
ldsdbomber25-May-07 1:20 
AnswerRe: ofstream flags - create file... Pin
Arman S.25-May-07 2:09
Arman S.25-May-07 2:09 
GeneralRe: ofstream flags - create file... Pin
ldsdbomber25-May-07 2:14
ldsdbomber25-May-07 2:14 
GeneralRe: ofstream flags - create file... Pin
Arman S.25-May-07 2:57
Arman S.25-May-07 2:57 
GeneralRe: ofstream flags - create file... [modified] Pin
ldsdbomber25-May-07 3:02
ldsdbomber25-May-07 3:02 
QuestionRe: ofstream flags - create file... Pin
David Crow25-May-07 3:40
David Crow25-May-07 3:40 
AnswerRe: ofstream flags - create file... Pin
ldsdbomber25-May-07 3:51
ldsdbomber25-May-07 3:51 
GeneralRe: ofstream flags - create file... Pin
David Crow25-May-07 3:56
David Crow25-May-07 3:56 
GeneralRe: ofstream flags - create file... Pin
ldsdbomber25-May-07 4:05
ldsdbomber25-May-07 4:05 
QuestionDialogs at design time Pin
mcsherry25-May-07 1:19
mcsherry25-May-07 1:19 
AnswerRe: Dialogs at design time Pin
Maximilien25-May-07 1:41
Maximilien25-May-07 1:41 
AnswerRe: Dialogs at design time Pin
Hamid_RT25-May-07 1:49
Hamid_RT25-May-07 1:49 
AnswerRe: Dialogs at design time Pin
toxcct25-May-07 3:10
toxcct25-May-07 3:10 
AnswerRe: Dialogs at design time Pin
David Crow25-May-07 3:17
David Crow25-May-07 3:17 
Questionpreview file while protecting Pin
anu jaggi25-May-07 1:01
anu jaggi25-May-07 1:01 
AnswerRe: preview file while protecting Pin
Cedric Moonen25-May-07 1:03
Cedric Moonen25-May-07 1:03 
GeneralRe: preview file while protecting Pin
Nelek25-May-07 1:13
protectorNelek25-May-07 1:13 

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.