Click here to Skip to main content
15,903,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you remove focus from a listbox manually? Pin
includeh1022-Oct-03 8:28
includeh1022-Oct-03 8:28 
GeneralRe: How do you remove focus from a listbox manually? Pin
David Crow22-Oct-03 8:55
David Crow22-Oct-03 8:55 
Generala simple Q about command.com Pin
includeh1022-Oct-03 4:26
includeh1022-Oct-03 4:26 
GeneralRe: a simple Q about command.com Pin
Kelly R22-Oct-03 5:04
sussKelly R22-Oct-03 5:04 
GeneralRe: a simple Q about command.com Pin
Kelly R22-Oct-03 5:09
sussKelly R22-Oct-03 5:09 
GeneralRe: a simple Q about command.com Pin
David Crow22-Oct-03 5:30
David Crow22-Oct-03 5:30 
GeneralRe: a simple Q about command.com Pin
Steve S22-Oct-03 6:01
Steve S22-Oct-03 6:01 
GeneralGetModuleFileName returning blank! Pin
ns22-Oct-03 3:59
ns22-Oct-03 3:59 
GeneralRe: GetModuleFileName returning blank! Pin
jhwurmbach22-Oct-03 4:16
jhwurmbach22-Oct-03 4:16 
Generalthanks., got it! Pin
ns22-Oct-03 4:37
ns22-Oct-03 4:37 
GeneralRe: GetModuleFileName returning blank! Pin
Moonspellwizard22-Oct-03 21:09
Moonspellwizard22-Oct-03 21:09 
GeneralApplication to control another Windows App Pin
Member 18130722-Oct-03 2:36
Member 18130722-Oct-03 2:36 
GeneralRe: Application to control another Windows App Pin
includeh1022-Oct-03 4:31
includeh1022-Oct-03 4:31 
GeneralRe: Application to control another Windows App Pin
Member 18130723-Oct-03 2:32
Member 18130723-Oct-03 2:32 
GeneralError deleteing BYTE array Pin
Atif Mushtaq22-Oct-03 2:05
Atif Mushtaq22-Oct-03 2:05 
GeneralRe: Error deleteing BYTE array Pin
Ryan_Roberts22-Oct-03 2:26
Ryan_Roberts22-Oct-03 2:26 
GeneralRe: Error deleteing BYTE array Pin
Atif Mushtaq22-Oct-03 3:14
Atif Mushtaq22-Oct-03 3:14 
GeneralRe: Error deleteing BYTE array Pin
David Crow22-Oct-03 2:51
David Crow22-Oct-03 2:51 
If you know you are always going to be allocating 5000 bytes, use Ryan's suggestion and use the stack. Dynamic allocation should be limited to cases where the amount needed is unknown until run-time.

Atif Mushtaq wrote:
I get the assertion while deleting this array.
in DBGHEAP.C File.


What line?


Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

GeneralRe: Error deleteing BYTE array Pin
Atif Mushtaq22-Oct-03 3:12
Atif Mushtaq22-Oct-03 3:12 
GeneralRe: Error deleteing BYTE array Pin
David Crow22-Oct-03 3:18
David Crow22-Oct-03 3:18 
GeneralRe: Error deleteing BYTE array Pin
Atif Mushtaq22-Oct-03 20:07
Atif Mushtaq22-Oct-03 20:07 
GeneralRe: Error deleteing BYTE array Pin
jhwurmbach22-Oct-03 21:23
jhwurmbach22-Oct-03 21:23 
GeneralRe: Error deleteing BYTE array Pin
David Crow23-Oct-03 2:31
David Crow23-Oct-03 2:31 
GeneralRe: Error deleteing BYTE array Pin
Atif Mushtaq26-Oct-03 18:35
Atif Mushtaq26-Oct-03 18:35 
GeneralRe: Error deleteing BYTE array Pin
David Crow27-Oct-03 5:03
David Crow27-Oct-03 5: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.