Click here to Skip to main content
15,868,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Detect number of lines for an edit control? Pin
Anonymous19-Nov-02 0:46
Anonymous19-Nov-02 0:46 
GeneralRe: Detect number of lines for an edit control? Pin
Anonymous19-Nov-02 0:49
Anonymous19-Nov-02 0:49 
GeneralRe: Detect number of lines for an edit control? Pin
Rickard Andersson2019-Nov-02 0:55
Rickard Andersson2019-Nov-02 0:55 
GeneralRe: Detect number of lines for an edit control? Pin
Anonymous19-Nov-02 2:23
Anonymous19-Nov-02 2:23 
GeneralRe: Detect number of lines for an edit control? Pin
Rickard Andersson2019-Nov-02 3:46
Rickard Andersson2019-Nov-02 3:46 
QuestionCall MyDialog's UpdatejData() in Thread's worker function, Always give me out error.. What is the reason..? Pin
Sstar18-Nov-02 23:33
Sstar18-Nov-02 23:33 
AnswerRe: Call MyDialog's UpdatejData() in Thread's worker function, Always give me out error.. What is the reason..? Pin
Hans Ruck19-Nov-02 2:20
Hans Ruck19-Nov-02 2:20 
GeneralRe: Call MyDialog's UpdatejData() in Thread's worker function, Always give me out error.. What is the reason..? Pin
Rickard Andersson2019-Nov-02 3:54
Rickard Andersson2019-Nov-02 3:54 
Bogdan Rechi wrote:
That pointer should be allocated on the heap

Why?
He allocate memory in a function and then pass the address to that memory in AfxBeginThread (parameter to the thread func). In the thread function he create a new pointer (not on the heap) which will be assigned to the address that argument points to!?



Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

GeneralRe: Call MyDialog's UpdatejData() in Thread's worker function, Always give me out error.. What is the reason..? Pin
Hans Ruck19-Nov-02 4:00
Hans Ruck19-Nov-02 4:00 
AnswerRe: Call MyDialog's UpdatejData() in Thread's worker function, Always give me out error.. What is the reason..? Pin
Gary R. Wheeler20-Nov-02 14:30
Gary R. Wheeler20-Nov-02 14:30 
GeneralProblem regarding MSChart activex control Pin
Chanda.com18-Nov-02 23:18
Chanda.com18-Nov-02 23:18 
QuestionHow do I make it? Pin
MFC is the Best18-Nov-02 23:12
MFC is the Best18-Nov-02 23:12 
AnswerRe: How do I make it? Pin
Iain Clarke, Warrior Programmer18-Nov-02 23:41
Iain Clarke, Warrior Programmer18-Nov-02 23:41 
GeneralRe: How do I make it? Pin
MFC is the Best19-Nov-02 0:11
MFC is the Best19-Nov-02 0:11 
AnswerRe: How do I make it? Pin
Anonymous18-Nov-02 23:42
Anonymous18-Nov-02 23:42 
GeneralCustomize SHBrowseForFolder dialog Pin
Mav Rossi18-Nov-02 22:59
Mav Rossi18-Nov-02 22:59 
GeneralRe: Customize SHBrowseForFolder dialog Pin
Jason Henderson19-Nov-02 4:38
Jason Henderson19-Nov-02 4:38 
GeneralToolbar Bitmaps in popup menus Pin
Mr Bose Dayala18-Nov-02 22:45
Mr Bose Dayala18-Nov-02 22:45 
GeneralPrecompil me Pin
Anonymous18-Nov-02 20:34
Anonymous18-Nov-02 20:34 
GeneralRe: Precompil me Pin
567890123418-Nov-02 22:45
567890123418-Nov-02 22:45 
GeneralMemory leaks Pin
Rickard Andersson2018-Nov-02 20:28
Rickard Andersson2018-Nov-02 20:28 
GeneralRe: Memory leaks Pin
jhwurmbach18-Nov-02 20:49
jhwurmbach18-Nov-02 20:49 
GeneralRe: Memory leaks Pin
ihaml18-Nov-02 21:10
ihaml18-Nov-02 21:10 
GeneralRe: Memory leaks Pin
jhwurmbach18-Nov-02 21:39
jhwurmbach18-Nov-02 21:39 
GeneralRe: Memory leaks Pin
Rickard Andersson2019-Nov-02 0:43
Rickard Andersson2019-Nov-02 0:43 

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.