Click here to Skip to main content
15,896,154 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: help: A C++ template question Pin
yellowine24-Feb-09 11:24
yellowine24-Feb-09 11:24 
GeneralRe: help: A C++ template question Pin
Stuart Dootson24-Feb-09 12:53
professionalStuart Dootson24-Feb-09 12:53 
QuestionMap access violation problem with release build Pin
Kyudos23-Feb-09 15:30
Kyudos23-Feb-09 15:30 
AnswerRe: Map access violation problem with release build Pin
Kyudos23-Feb-09 16:15
Kyudos23-Feb-09 16:15 
AnswerRe: Map access violation problem with release build Pin
Stuart Dootson24-Feb-09 8:48
professionalStuart Dootson24-Feb-09 8:48 
GeneralRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 9:39
Kyudos24-Feb-09 9:39 
AnswerRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 10:06
Kyudos24-Feb-09 10:06 
GeneralRe: Map access violation problem with release build Pin
Stuart Dootson24-Feb-09 10:17
professionalStuart Dootson24-Feb-09 10:17 
That (very probably) explains it all if your C runtime is statically linked in the EXE or the DLL or both. If so, use a DLL runtime in DLL and EXE.

The reason this scenario ACCVIOs is that the DLL and EXE are using different heaps, whereas if they're using a DLL runtime, they use the same one.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 10:41
Kyudos24-Feb-09 10:41 
AnswerRe: Map access violation problem with release build - CAPITULATION! Pin
Kyudos24-Feb-09 10:38
Kyudos24-Feb-09 10:38 
GeneralRe: Map access violation problem with release build - CAPITULATION! Pin
Stuart Dootson24-Feb-09 11:13
professionalStuart Dootson24-Feb-09 11:13 
GeneralRe: Map access violation problem with release build - CAPITULATION! Pin
Rupen Patel8-Apr-10 8:41
Rupen Patel8-Apr-10 8:41 
QuestionHow to invoke IPimSrcContactNew::Create Pin
benchi200622-Feb-09 21:59
benchi200622-Feb-09 21:59 
AnswerRe: How to invoke IPimSrcContactNew::Create Pin
Stuart Dootson24-Feb-09 8:41
professionalStuart Dootson24-Feb-09 8:41 
GeneralRe: How to invoke IPimSrcContactNew::Create Pin
benchi200624-Feb-09 14:19
benchi200624-Feb-09 14:19 
GeneralRe: How to invoke IPimSrcContactNew::Create Pin
Stuart Dootson24-Feb-09 21:15
professionalStuart Dootson24-Feb-09 21:15 
Questionabout STL design Pin
followait20-Feb-09 23:06
followait20-Feb-09 23:06 
AnswerRe: about STL design Pin
«_Superman_»21-Feb-09 21:55
professional«_Superman_»21-Feb-09 21:55 
AnswerRe: about STL design Pin
Stuart Dootson22-Feb-09 13:40
professionalStuart Dootson22-Feb-09 13:40 
AnswerRe: about STL design Pin
CPallini22-Feb-09 22:22
mveCPallini22-Feb-09 22:22 
Questionmore on webbrowser control in the tabbrowser sample in wtl 8 Pin
Babil_JR20-Feb-09 4:23
Babil_JR20-Feb-09 4:23 
GeneralRe: more on webbrowser control in the tabbrowser sample in wtl 8 Pin
Alain Rist20-Feb-09 8:39
Alain Rist20-Feb-09 8:39 
QuestionRename VC6 project's configuations Pin
mathewzhao20-Feb-09 3:40
mathewzhao20-Feb-09 3:40 
Questionhow to get a project's active configuration [modified] Pin
mathewzhao18-Feb-09 23:24
mathewzhao18-Feb-09 23:24 
AnswerRe: how to get a project's active configuration Pin
Stuart Dootson19-Feb-09 2:01
professionalStuart Dootson19-Feb-09 2:01 

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.