Click here to Skip to main content
15,899,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI leak on 9x only? Pin
RobJones11-Feb-03 4:14
RobJones11-Feb-03 4:14 
GeneralRe: GDI leak on 9x only? Pin
jhwurmbach11-Feb-03 4:43
jhwurmbach11-Feb-03 4:43 
GeneralRe: GDI leak on 9x only? Pin
RobJones11-Feb-03 4:18
RobJones11-Feb-03 4:18 
GeneralRe: GDI leak on 9x only? Pin
jhwurmbach11-Feb-03 4:46
jhwurmbach11-Feb-03 4:46 
GeneralThanks Pin
RobJones11-Feb-03 5:22
RobJones11-Feb-03 5:22 
GeneralRe: Thanks Pin
Roger Allen11-Feb-03 6:18
Roger Allen11-Feb-03 6:18 
GeneralLearned something new Was: Thanks Pin
jhwurmbach12-Feb-03 21:19
jhwurmbach12-Feb-03 21:19 
GeneralUsing STL in a DLL Pin
Gian11-Feb-03 2:48
Gian11-Feb-03 2:48 
I've created a DLL from a class of mine where i use two std::vector<> members to store something. My problem is that when i insert an element on the vector, the first operation on the vector (clear it, read the first element,etc) cause an error on the heap:

File: dbgheap.c
Line: 1044

Expression: _CrtIsValidHeapPointer(pUserData)

HEAP[Print.exe]: Invalid Address specified to RtlValidateHeap( 28d0000, 28e3bd0 )


Using the class inside the program works well. It's a problem of the STL, something to include in the DLL compiling options?
GeneralRe: Using STL in a DLL Pin
pete mcquain11-Feb-03 7:41
pete mcquain11-Feb-03 7:41 
GeneralRe: Using STL in a DLL Pin
Gian11-Feb-03 22:20
Gian11-Feb-03 22:20 
GeneralRe: Using STL in a DLL Pin
Gian11-Feb-03 22:34
Gian11-Feb-03 22:34 
GeneralMainFrame OnClose() crashes Pin
ns11-Feb-03 2:16
ns11-Feb-03 2:16 
GeneralRe: MainFrame OnClose() crashes Pin
karl_w11-Feb-03 2:37
karl_w11-Feb-03 2:37 
GeneralRe: MainFrame OnClose() crashes Pin
Vagif Abilov11-Feb-03 5:30
professionalVagif Abilov11-Feb-03 5:30 
GeneralRe: MainFrame OnClose() crashes Pin
ns11-Feb-03 7:04
ns11-Feb-03 7:04 
Generalconvert rtf to bitmap Pin
particle2k11-Feb-03 2:00
particle2k11-Feb-03 2:00 
GeneralCapture Webcam Image Pin
Chintan11-Feb-03 1:17
Chintan11-Feb-03 1:17 
GeneralRe: Capture Webcam Image Pin
benjymous11-Feb-03 3:02
benjymous11-Feb-03 3:02 
GeneralRe: Capture Webcam Image Pin
Chintan18-Feb-03 18:23
Chintan18-Feb-03 18:23 
GeneralMs Word Automation - How to center a Table Pin
Rafoloman11-Feb-03 1:16
Rafoloman11-Feb-03 1:16 
GeneralQuestion about delete a char* pointer Pin
George211-Feb-03 0:48
George211-Feb-03 0:48 
GeneralRe: Question about delete a char* pointer Pin
karl_w11-Feb-03 1:05
karl_w11-Feb-03 1:05 
GeneralRe: Question about delete a char* pointer Pin
George211-Feb-03 1:14
George211-Feb-03 1:14 
GeneralRe: Question about delete a char* pointer Pin
jhwurmbach11-Feb-03 1:07
jhwurmbach11-Feb-03 1:07 
GeneralRe: Question about delete a char* pointer Pin
George211-Feb-03 1:15
George211-Feb-03 1:15 

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.