Click here to Skip to main content
15,900,816 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: stl map in a DLL... Pin
Tim Smith7-Nov-02 3:59
Tim Smith7-Nov-02 3:59 
There are known problems with std::map. It uses a local static structure to mark nodes. The DLL might have one copy while the EXE will have another. This can cause problems when std::map tries to detect certain conditions based on if a pointer references this static structure.

Templates that don't use static structures or variables should have little problem being exported.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: stl map in a DLL... Pin
[James Pullicino]7-Nov-02 22:01
[James Pullicino]7-Nov-02 22:01 
GeneralRe: stl map in a DLL... Pin
Alexandru Savescu7-Nov-02 3:39
Alexandru Savescu7-Nov-02 3:39 
GeneralRe: stl map in a DLL... Pin
Matt Gullett7-Nov-02 3:48
Matt Gullett7-Nov-02 3:48 
GeneralRe: stl map in a DLL... Pin
Alexandru Savescu7-Nov-02 3:51
Alexandru Savescu7-Nov-02 3:51 
GeneralRe: stl map in a DLL... Pin
Joaquín M López Muñoz7-Nov-02 8:34
Joaquín M López Muñoz7-Nov-02 8:34 
GeneralRe: stl map in a DLL... Pin
Jörgen Sigvardsson7-Nov-02 12:00
Jörgen Sigvardsson7-Nov-02 12:00 
GeneralRe: stl map in a DLL... Pin
Tim Smith8-Nov-02 10:11
Tim Smith8-Nov-02 10:11 
GeneralRe: stl map in a DLL... Pin
Jörgen Sigvardsson10-Nov-02 21:34
Jörgen Sigvardsson10-Nov-02 21:34 
GeneralRe: stl map in a DLL... Pin
Joao Vaz11-Nov-02 18:37
Joao Vaz11-Nov-02 18:37 
GeneralRe: stl map in a DLL... Pin
Jörgen Sigvardsson11-Nov-02 21:18
Jörgen Sigvardsson11-Nov-02 21:18 
GeneralRe: stl map in a DLL... Pin
Joao Vaz11-Nov-02 22:06
Joao Vaz11-Nov-02 22:06 
GeneralRe: stl map in a DLL... Pin
Jörgen Sigvardsson11-Nov-02 22:11
Jörgen Sigvardsson11-Nov-02 22:11 
GeneralRe: stl map in a DLL... Pin
Joao Vaz11-Nov-02 22:35
Joao Vaz11-Nov-02 22:35 
GeneralRe: stl map in a DLL... Pin
Jörgen Sigvardsson11-Nov-02 22:44
Jörgen Sigvardsson11-Nov-02 22:44 
GeneralRe: stl map in a DLL... Pin
Joao Vaz11-Nov-02 22:54
Joao Vaz11-Nov-02 22:54 
GeneralATl problem Pin
Bob Davis6-Nov-02 18:51
Bob Davis6-Nov-02 18:51 
GeneralRe: ATl problem Pin
Christian Graus6-Nov-02 19:04
protectorChristian Graus6-Nov-02 19:04 
GeneralRe: ATl problem Pin
Bob Davis6-Nov-02 19:47
Bob Davis6-Nov-02 19:47 
GeneralRe: ATl problem Pin
Jörgen Sigvardsson7-Nov-02 12:05
Jörgen Sigvardsson7-Nov-02 12:05 
QuestionHelp Me,How to return a Interface from a method? Pin
Bob Davis6-Nov-02 17:39
Bob Davis6-Nov-02 17:39 
AnswerRe: Help Me,How to return a Interface from a method? Pin
Christian Graus6-Nov-02 19:10
protectorChristian Graus6-Nov-02 19:10 
AnswerRe: Help Me,How to return a Interface from a method? Pin
Jörgen Sigvardsson7-Nov-02 12:08
Jörgen Sigvardsson7-Nov-02 12:08 
GeneralRe: Help Me,How to return a Interface from a method? Pin
Anders Molin7-Nov-02 15:22
professionalAnders Molin7-Nov-02 15:22 
GeneralRe: Help Me,How to return a Interface from a method? Pin
Jörgen Sigvardsson7-Nov-02 22:03
Jörgen Sigvardsson7-Nov-02 22:03 

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.