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

C / C++ / MFC

 
AnswerRe: How to make Edit control show text from right top to left down? Pin
«_Superman_»14-Jan-10 20:24
professional«_Superman_»14-Jan-10 20:24 
GeneralRe: How to make Edit control show text from right top to left down? Pin
samfromcn14-Jan-10 21:39
samfromcn14-Jan-10 21:39 
QuestionError in Visual Studio 2010 Pin
Kevin Wee14-Jan-10 13:05
Kevin Wee14-Jan-10 13:05 
AnswerRe: Error in Visual Studio 2010 Pin
«_Superman_»14-Jan-10 15:43
professional«_Superman_»14-Jan-10 15:43 
GeneralRe: Error in Visual Studio 2010 Pin
Kevin Wee14-Jan-10 17:02
Kevin Wee14-Jan-10 17:02 
GeneralRe: Error in Visual Studio 2010 Pin
«_Superman_»14-Jan-10 17:42
professional«_Superman_»14-Jan-10 17:42 
GeneralRe: Error in Visual Studio 2010 Pin
Kevin Wee14-Jan-10 18:03
Kevin Wee14-Jan-10 18:03 
GeneralRe: Error in Visual Studio 2010 Pin
«_Superman_»14-Jan-10 18:12
professional«_Superman_»14-Jan-10 18:12 
Comment out a section of the code and build it.
Depending on whether it compiles or not, we can determine if the error occurs in that part of the code.
This way you can pin-point the exact line where the error occurs.

You could also change multi-byte to unicode and try to compile, if that is at all possible.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Error in Visual Studio 2010 Pin
Kevin Wee14-Jan-10 18:24
Kevin Wee14-Jan-10 18:24 
GeneralRe: Error in Visual Studio 2010 Pin
CPallini14-Jan-10 20:14
mveCPallini14-Jan-10 20:14 
AnswerRe: Error in Visual Studio 2010 Pin
Avi Berger14-Jan-10 19:51
Avi Berger14-Jan-10 19:51 
QuestionDynamic cast [modified] Pin
CODEPC14-Jan-10 11:25
CODEPC14-Jan-10 11:25 
AnswerRe: Dynamic cast Pin
Nemanja Trifunovic14-Jan-10 11:34
Nemanja Trifunovic14-Jan-10 11:34 
GeneralRe: Dynamic cast Pin
CODEPC14-Jan-10 11:41
CODEPC14-Jan-10 11:41 
GeneralRe: Dynamic cast Pin
Moak14-Jan-10 12:02
Moak14-Jan-10 12:02 
GeneralRe: Dynamic cast Pin
CPallini14-Jan-10 12:06
mveCPallini14-Jan-10 12:06 
AnswerRe: Dynamic cast Pin
Richard MacCutchan14-Jan-10 21:24
mveRichard MacCutchan14-Jan-10 21:24 
GeneralDebugging C macros using Visual Studio Pin
ForNow14-Jan-10 6:51
ForNow14-Jan-10 6:51 
GeneralRe: Debugging C macros using Visual Studio Pin
Rajesh R Subramanian14-Jan-10 6:55
professionalRajesh R Subramanian14-Jan-10 6:55 
GeneralRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 7:08
ForNow14-Jan-10 7:08 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:07
Nemanja Trifunovic14-Jan-10 7:07 
GeneralRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 7:22
ForNow14-Jan-10 7:22 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:30
Nemanja Trifunovic14-Jan-10 7:30 
QuestionRe: Debugging C macros using Visual Studio Pin
CPallini14-Jan-10 9:39
mveCPallini14-Jan-10 9:39 
AnswerRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 16:10
ForNow14-Jan-10 16:10 

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.