Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "Please enter no more than 256 characters." Pin
Nish Nishant22-Feb-03 9:11
sitebuilderNish Nishant22-Feb-03 9:11 
GeneralSemaphores and Mutexes Pin
almc22-Feb-03 1:20
almc22-Feb-03 1:20 
GeneralRe: Semaphores and Mutexes Pin
Mike Nordell22-Feb-03 8:31
Mike Nordell22-Feb-03 8:31 
GeneralRe: Semaphores and Mutexes Pin
Jambolo22-Feb-03 20:37
Jambolo22-Feb-03 20:37 
GeneralMultiple View Pin
ROK_RShadow22-Feb-03 0:06
ROK_RShadow22-Feb-03 0:06 
GeneralRe: Multiple View Pin
ROK_RShadow22-Feb-03 1:16
ROK_RShadow22-Feb-03 1:16 
GeneralRe: Multiple View Pin
MAAK22-Feb-03 12:17
MAAK22-Feb-03 12:17 
GeneralMemory Leakage !!!! Pin
Chintan21-Feb-03 23:03
Chintan21-Feb-03 23:03 
Sir....I am facing one serious problem of memory leakage. I have developed one dialog based application. In that I have made one class named "CListener" derived from CWinThread. In the InitInstance() function of that class, I have added functionality which I want to perform in separate thread. From the dialog class's OnInitDialog() function I have made the following function call to run the thread.

AfxBeginThread(RUNTIME_CLASS(CListener));

All are working fine.....But when I close application Visual C++ IDE show me some memory leackage.....

Whould you please show me the way to escap from this problem....

C.R.Naik
GeneralRe: Memory Leakage !!!! Pin
RobJones25-Feb-03 10:18
RobJones25-Feb-03 10:18 
Generallimiting the size of a CDialog Pin
nss21-Feb-03 22:19
nss21-Feb-03 22:19 
GeneralRe: limiting the size of a CDialog Pin
Stephane Rodriguez.21-Feb-03 22:56
Stephane Rodriguez.21-Feb-03 22:56 
GeneralRe: limiting the size of a CDialog Pin
nss21-Feb-03 23:28
nss21-Feb-03 23:28 
GeneralRe: limiting the size of a CDialog Pin
Stephane Rodriguez.22-Feb-03 0:38
Stephane Rodriguez.22-Feb-03 0:38 
GeneralRe: limiting the size of a CDialog Pin
Michael Dunn22-Feb-03 7:51
sitebuilderMichael Dunn22-Feb-03 7:51 
Questionwhat's font do u use when u programing? Pin
ttzzgg_8071321-Feb-03 21:45
ttzzgg_8071321-Feb-03 21:45 
AnswerRe: what's font do u use when u programing? Pin
Jambolo22-Feb-03 20:42
Jambolo22-Feb-03 20:42 
GeneralWindows Messages Pin
ROK_RShadow21-Feb-03 20:28
ROK_RShadow21-Feb-03 20:28 
GeneralRe: Windows Messages Pin
MAAK21-Feb-03 21:46
MAAK21-Feb-03 21:46 
GeneralRe: Windows Messages Pin
ROK_RShadow21-Feb-03 23:58
ROK_RShadow21-Feb-03 23:58 
Generalsystem() , need help please Pin
moraalg21-Feb-03 17:59
moraalg21-Feb-03 17:59 
GeneralRe: system() , need help please Pin
Chris Losinger21-Feb-03 18:13
professionalChris Losinger21-Feb-03 18:13 
GeneralRe: system() , need help please Pin
Mike Nordell22-Feb-03 8:42
Mike Nordell22-Feb-03 8:42 
QuestionHow to sort the contents of a list control by double clicking on the column header? Pin
The.Saint21-Feb-03 17:54
The.Saint21-Feb-03 17:54 
AnswerRe: How to sort the contents of a list control by double clicking on the column header? Pin
valikac21-Feb-03 18:42
valikac21-Feb-03 18:42 
GeneralRe: How to sort the contents of a list control by double clicking on the column header? Pin
Anonymous21-Feb-03 19:16
Anonymous21-Feb-03 19:16 

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.