Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldrawing lines that can be moved - please help Pin
aartee14-Mar-04 13:38
aartee14-Mar-04 13:38 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus14-Mar-04 15:54
protectorChristian Graus14-Mar-04 15:54 
GeneralRe: drawing lines that can be moved - please help Pin
aartee15-Mar-04 3:24
aartee15-Mar-04 3:24 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus15-Mar-04 8:13
protectorChristian Graus15-Mar-04 8:13 
GeneralRe: drawing lines that can be moved - please help Pin
aartee16-Mar-04 6:17
aartee16-Mar-04 6:17 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus16-Mar-04 9:18
protectorChristian Graus16-Mar-04 9:18 
General1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 10:44
lordgreg14-Mar-04 10:44 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn14-Mar-04 12:54
sitebuilderMichael Dunn14-Mar-04 12:54 
GeneralRe: 1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 22:34
lordgreg14-Mar-04 22:34 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn15-Mar-04 4:10
sitebuilderMichael Dunn15-Mar-04 4:10 
GeneralVisual C++ .NET Disassembly Window Pin
valikac14-Mar-04 7:04
valikac14-Mar-04 7:04 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 10:10
Antti Keskinen14-Mar-04 10:10 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac14-Mar-04 11:40
valikac14-Mar-04 11:40 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 21:11
Antti Keskinen14-Mar-04 21:11 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac15-Mar-04 5:33
valikac15-Mar-04 5:33 
Generalproblem while deleting heap memory Pin
Member 83996614-Mar-04 6:28
Member 83996614-Mar-04 6:28 
GeneralRe: problem while deleting heap memory Pin
Prakash Nadar14-Mar-04 6:40
Prakash Nadar14-Mar-04 6:40 
Are you sure that you are not deleting the same memory pointer twice???

or are you deleting the pointer in another thread and created it another thread?

or are you allocating the pointer in .exe file and deleting it in the dll ?

All the above cases can lead to problems.


MSN Messenger.
prakashnadar@msn.com
GeneralThreads in Classes Pin
mmica14-Mar-04 6:18
mmica14-Mar-04 6:18 
GeneralRe: Threads in Classes Pin
Prakash Nadar14-Mar-04 6:44
Prakash Nadar14-Mar-04 6:44 
GeneralRe: Threads in Classes Pin
mmica14-Mar-04 7:08
mmica14-Mar-04 7:08 
GeneralRe: Threads in Classes Pin
Michael Dunn14-Mar-04 12:57
sitebuilderMichael Dunn14-Mar-04 12:57 
GeneralRe: Threads in Classes Pin
Blake Miller17-Mar-04 7:56
Blake Miller17-Mar-04 7:56 
GeneralCRichEditCtrl and UNICODE Pin
sstoyan14-Mar-04 5:50
sstoyan14-Mar-04 5:50 
GeneralRe: CRichEditCtrl and UNICODE Pin
Steve S14-Mar-04 21:54
Steve S14-Mar-04 21:54 
GeneralRe: CRichEditCtrl and UNICODE Pin
sstoyan15-Mar-04 3:50
sstoyan15-Mar-04 3:50 

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.