Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How tcp socket works for read & write both on same port? Pin
jschell24-Jun-11 7:52
jschell24-Jun-11 7:52 
GeneralRe: How tcp socket works for read & write both on same port? Pin
rahul.kulshreshtha24-Jun-11 15:54
rahul.kulshreshtha24-Jun-11 15:54 
QuestionPopulate list from database [modified] Pin
Germghost23-Jun-11 22:21
Germghost23-Jun-11 22:21 
AnswerRe: Populate list from database Pin
David Crow24-Jun-11 3:07
David Crow24-Jun-11 3:07 
GeneralRe: Populate list from database Pin
Germghost24-Jun-11 3:25
Germghost24-Jun-11 3:25 
QuestionMemory alignment changed from studio 2005 to 2010? Pin
William Engberts23-Jun-11 20:55
William Engberts23-Jun-11 20:55 
QuestionRe: Memory alignment changed from studio 2005 to 2010? Pin
CPallini23-Jun-11 22:04
mveCPallini23-Jun-11 22:04 
AnswerRe: Memory alignment changed from studio 2005 to 2010? Pin
William Engberts23-Jun-11 22:25
William Engberts23-Jun-11 22:25 
The program is a Dialog based program that calls the datamapper's main loop (replaced the original "main" in the production datamapper by a routine called "StartMapping" in case of the debugger) from the "OnInitDialog". The dialog is c++, the datamapper is C and it does call some Studio6 built libraries that hold stuff like a standard error handling, license check etc. That has all been passed when at some point in the mapping, I use a malloc (or - after having removed the malloc for a test - a _fullpath with a NULL pointer for the target)
Point is that it all worked fine when compiled in Studio2005, and it no longer works now that I have it compiled by Studio2010. It crashes when calling HeapAlloc in ntdll.dll, which tends me to believe that something changed in memory alignment.

William
QuestionRe: Memory alignment changed from studio 2005 to 2010? Pin
CPallini23-Jun-11 22:28
mveCPallini23-Jun-11 22:28 
GeneralRe: Memory alignment changed from studio 2005 to 2010? Pin
William Engberts23-Jun-11 22:30
William Engberts23-Jun-11 22:30 
AnswerRe: Memory alignment changed from studio 2005 to 2010? Pin
Alain Rist24-Jun-11 5:14
Alain Rist24-Jun-11 5:14 
QuestionMFC: Message-only CWnd in an SDI application. [modified] Pin
Odysseas Z23-Jun-11 5:17
Odysseas Z23-Jun-11 5:17 
AnswerRe: MFC: Message-only CWnd in an SDI application. Pin
jeron123-Jun-11 6:23
jeron123-Jun-11 6:23 
GeneralRe: MFC: Message-only CWnd in an SDI application. Pin
Odysseas Z23-Jun-11 6:43
Odysseas Z23-Jun-11 6:43 
GeneralRe: MFC: Message-only CWnd in an SDI application. Pin
Albert Holguin23-Jun-11 8:37
professionalAlbert Holguin23-Jun-11 8:37 
AnswerRe: MFC: Message-only CWnd in an SDI application. Pin
Albert Holguin23-Jun-11 8:33
professionalAlbert Holguin23-Jun-11 8:33 
QuestionExample of List control with Report view in MFC Pin
Amrit Agr23-Jun-11 0:12
Amrit Agr23-Jun-11 0:12 
AnswerRe: Example of List control with Report view in MFC Pin
«_Superman_»23-Jun-11 0:23
professional«_Superman_»23-Jun-11 0:23 
AnswerRe: Example of List control with Report view in MFC Pin
David Crow23-Jun-11 4:15
David Crow23-Jun-11 4:15 
QuestionHow to read data from a text file based on a deleimiter like ; Pin
Amrit Agr22-Jun-11 21:29
Amrit Agr22-Jun-11 21:29 
AnswerRe: How to read data from a text file based on a deleimiter like ; Pin
«_Superman_»22-Jun-11 21:39
professional«_Superman_»22-Jun-11 21:39 
QuestionRe: How to read data from a text file based on a deleimiter like ; Pin
CPallini22-Jun-11 23:14
mveCPallini22-Jun-11 23:14 
AnswerRe: How to read data from a text file based on a deleimiter like ; Pin
«_Superman_»22-Jun-11 23:18
professional«_Superman_»22-Jun-11 23:18 
GeneralRe: How to read data from a text file based on a deleimiter like ; Pin
Amrit Agr23-Jun-11 0:10
Amrit Agr23-Jun-11 0:10 
AnswerRe: How to read data from a text file based on a deleimiter like ; Pin
User 742933823-Jun-11 1:43
professionalUser 742933823-Jun-11 1: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.