Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: STL gurus map operator [] Pin
_Magnus_27-Aug-02 6:25
_Magnus_27-Aug-02 6:25 
GeneralRe: STL gurus map operator [] Pin
Tomasz Sowinski27-Aug-02 6:26
Tomasz Sowinski27-Aug-02 6:26 
GeneralRe: STL gurus map operator [] Pin
Tomasz Sowinski27-Aug-02 6:25
Tomasz Sowinski27-Aug-02 6:25 
GeneralRe: STL gurus map operator [] Pin
Jim Crafton27-Aug-02 6:28
Jim Crafton27-Aug-02 6:28 
GeneralRe: STL gurus map operator [] Pin
Tomasz Sowinski27-Aug-02 6:30
Tomasz Sowinski27-Aug-02 6:30 
GeneralRe: STL gurus map operator [] Pin
Jim Crafton27-Aug-02 6:33
Jim Crafton27-Aug-02 6:33 
GeneralRe: STL gurus map operator [] Pin
Tomasz Sowinski27-Aug-02 6:41
Tomasz Sowinski27-Aug-02 6:41 
GeneralRelease Version Of Code Library Pin
SchmoBoy27-Aug-02 5:12
SchmoBoy27-Aug-02 5:12 
My company has a code library (dll) we release to customers. We'd like to only release the RELEASE version and not the DEBUG version to the customer. The problem is that one of the classes in the library automatically deletes some classes that can be allocated by the customer using the library with new.

When the customer links to our RELEASE builds within his DEBUG build it causes exceptions like "Invalid Address specified to RtlFreeHeap".

I assume that it's because the customer allocated an object with new in his DEBUG code and we free'd it with delete in our RELEASE code.

I know there has to be a way to handle this as I'm sure alot of companies sell RELEASE ONLY dlls to customers. How is this accomplished to allow the user to build DEBUG versions against your release DLLs?

Another note is that the DLL is a non-MFC dll which is linking to an MFC app usually.

Thanks for any help.

GeneralRe: Release Version Of Code Library Pin
Tomasz Sowinski27-Aug-02 5:20
Tomasz Sowinski27-Aug-02 5:20 
GeneralRe: Release Version Of Code Library Pin
Roger Allen27-Aug-02 6:04
Roger Allen27-Aug-02 6:04 
GeneralRe: Release Version Of Code Library Pin
Chris Losinger27-Aug-02 6:09
professionalChris Losinger27-Aug-02 6:09 
GeneralRe: Release Version Of Code Library Pin
Roger Allen27-Aug-02 6:12
Roger Allen27-Aug-02 6:12 
GeneralRe: Release Version Of Code Library Pin
Chris Losinger27-Aug-02 6:12
professionalChris Losinger27-Aug-02 6:12 
GeneralRe: Release Version Of Code Library Pin
SchmoBoy27-Aug-02 6:17
SchmoBoy27-Aug-02 6:17 
GeneralRe: Release Version Of Code Library Pin
Tomasz Sowinski27-Aug-02 6:20
Tomasz Sowinski27-Aug-02 6:20 
GeneralRe: Release Version Of Code Library Pin
SchmoBoy27-Aug-02 6:25
SchmoBoy27-Aug-02 6:25 
GeneralRe: Release Version Of Code Library Pin
Tomasz Sowinski27-Aug-02 6:28
Tomasz Sowinski27-Aug-02 6:28 
GeneralRe: Release Version Of Code Library Pin
SchmoBoy27-Aug-02 6:31
SchmoBoy27-Aug-02 6:31 
GeneralRe: Release Version Of Code Library Pin
Tomasz Sowinski27-Aug-02 6:37
Tomasz Sowinski27-Aug-02 6:37 
GeneralRe: Release Version Of Code Library (SOLUTION FOUND!!!!!) Pin
SchmoBoy27-Aug-02 7:23
SchmoBoy27-Aug-02 7:23 
GeneralRe: Release Version Of Code Library (SOLUTION FOUND!!!!!) Pin
Tomasz Sowinski27-Aug-02 8:05
Tomasz Sowinski27-Aug-02 8:05 
GeneralRe: Release Version Of Code Library (SOLUTION FOUND!!!!!) Pin
SchmoBoy27-Aug-02 8:21
SchmoBoy27-Aug-02 8:21 
GeneralRe: Release Version Of Code Library Pin
Chris Losinger27-Aug-02 6:25
professionalChris Losinger27-Aug-02 6:25 
GeneralRe: Release Version Of Code Library Pin
Daniel Turini27-Aug-02 6:25
Daniel Turini27-Aug-02 6:25 
GeneralRe: Release Version Of Code Library Pin
Chris Losinger27-Aug-02 6:26
professionalChris Losinger27-Aug-02 6:26 

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.