Click here to Skip to main content
16,015,679 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: STL threading problem Pin
Jörgen Sigvardsson30-Nov-03 12:04
Jörgen Sigvardsson30-Nov-03 12:04 
GeneralRe: STL threading problem Pin
John M. Drescher1-Dec-03 14:19
John M. Drescher1-Dec-03 14:19 
GeneralRe: STL threading problem Pin
Josh Gray1-Dec-03 16:03
Josh Gray1-Dec-03 16:03 
Generalwsnprintf() method __defined_.h_file Pin
derik_konark29-Nov-03 23:50
derik_konark29-Nov-03 23:50 
GeneralType of Control Pane Pin
Danis Solovyov27-Nov-03 22:33
sussDanis Solovyov27-Nov-03 22:33 
Generalvector question Pin
Steve Messer27-Nov-03 10:11
Steve Messer27-Nov-03 10:11 
GeneralRe: vector question Pin
Christian Graus27-Nov-03 10:19
protectorChristian Graus27-Nov-03 10:19 
GeneralRe: vector question Pin
Steve Messer27-Nov-03 11:02
Steve Messer27-Nov-03 11:02 
Sorry about the formating, I'll remember next time.

I am not sure whats happening. The destructor for Label is called and then goes into the following
code. I am just getting user break point called and it seems to crash here:

"Label::`scalar deleting destructor'(unsigned int 1) + 37 bytes"

What is a scalar destructor?

004028B5 mov eax,dword ptr [ebp+8]
004028B8 and eax,1
004028BB test eax,eax
004028BD je Label::`scalar deleting destructor'+3Bh (004028cb)
004028BF mov ecx,dword ptr [ebp-4]
004028C2 push ecx
004028C3 call operator delete (0041aec0) // crashes here
004028C8 add esp,4
004028CB mov eax,dword ptr [ebp-4]
004028CE pop edi
004028CF pop esi
004028D0 pop ebx
004028D1 add esp,44h
004028D4 cmp ebp,esp
004028D6 call _chkesp (0041b29e)
004028DB mov esp,ebp
004028DD pop ebp



Sorry, I can't tell you much more that this so far.

-Steve

GeneralRe: vector question Pin
Christian Graus27-Nov-03 11:40
protectorChristian Graus27-Nov-03 11:40 
GeneralRe: vector question Pin
Steve Messer27-Nov-03 12:19
Steve Messer27-Nov-03 12:19 
GeneralRe: vector question Pin
Steve Messer27-Nov-03 14:09
Steve Messer27-Nov-03 14:09 
GeneralRe: vector question Pin
Christian Graus27-Nov-03 15:08
protectorChristian Graus27-Nov-03 15:08 
GeneralRe: vector question Pin
Steve Messer27-Nov-03 15:36
Steve Messer27-Nov-03 15:36 
GeneralRe: vector question Pin
Joaquín M López Muñoz30-Nov-03 11:30
Joaquín M López Muñoz30-Nov-03 11:30 
GeneralRe: vector question Pin
Steve Messer1-Dec-03 7:03
Steve Messer1-Dec-03 7:03 
GeneralRe: vector question Pin
Joaquín M López Muñoz1-Dec-03 10:06
Joaquín M López Muñoz1-Dec-03 10:06 
GeneralRe: vector question Pin
Steve Messer1-Dec-03 11:37
Steve Messer1-Dec-03 11:37 
GeneralRe: vector question Pin
zhao wei4-Dec-03 20:41
zhao wei4-Dec-03 20:41 
GeneralRe: vector question Pin
Steve Messer5-Dec-03 10:10
Steve Messer5-Dec-03 10:10 
GeneralRe: vector question Pin
WREY9-Dec-03 4:16
WREY9-Dec-03 4:16 
GeneralRe: vector question Pin
Steve Messer9-Dec-03 6:11
Steve Messer9-Dec-03 6:11 
GeneralCCheckListBox and CListBoxImpl Pin
bryces26-Nov-03 20:05
bryces26-Nov-03 20:05 
GeneralRe: CCheckListBox and CListBoxImpl Pin
coge26-Nov-03 22:13
coge26-Nov-03 22:13 
GeneralRe: CCheckListBox and CListBoxImpl Pin
bryces26-Nov-03 22:36
bryces26-Nov-03 22:36 
GeneralRe: CCheckListBox and CListBoxImpl Pin
coge26-Nov-03 23:49
coge26-Nov-03 23:49 

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.