Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog with custom control won't work with satellite DLL Pin
Per G26-Aug-09 22:55
Per G26-Aug-09 22:55 
GeneralRe: Dialog with custom control won't work with satellite DLL Pin
Per G26-Aug-09 23:14
Per G26-Aug-09 23:14 
GeneralRe: Dialog with custom control won't work with satellite DLL Pin
Code-o-mat26-Aug-09 23:21
Code-o-mat26-Aug-09 23:21 
QuestionAdvance tolpic in vc6 Pin
hrishiS24-Aug-09 1:05
hrishiS24-Aug-09 1:05 
AnswerRe: Advance tolpic in vc6 Pin
Aabid24-Aug-09 2:02
Aabid24-Aug-09 2:02 
GeneralRe: Advance tolpic in vc6 Pin
hrishiS24-Aug-09 3:33
hrishiS24-Aug-09 3:33 
QuestionRe: Advance tolpic in vc6 Pin
David Crow24-Aug-09 3:15
David Crow24-Aug-09 3:15 
AnswerRe: Advance tolpic in vc6 Pin
hrishiS24-Aug-09 3:35
hrishiS24-Aug-09 3:35 
AnswerRe: Advance tolpic in vc6 Pin
Alan Balkany24-Aug-09 4:19
Alan Balkany24-Aug-09 4:19 
GeneralRe: Advance tolpic in vc6 Pin
hrishiS24-Aug-09 19:31
hrishiS24-Aug-09 19:31 
AnswerRe: Advance tolpic in vc6 Pin
N a v a n e e t h24-Aug-09 6:05
N a v a n e e t h24-Aug-09 6:05 
GeneralRe: Advance tolpic in vc6 Pin
hrishiS24-Aug-09 19:34
hrishiS24-Aug-09 19:34 
Questiondebugger position does not correspond source code Pin
ed welch24-Aug-09 1:01
ed welch24-Aug-09 1:01 
AnswerRe: debugger position does not correspond source code Pin
hrishiS24-Aug-09 1:09
hrishiS24-Aug-09 1:09 
GeneralRe: debugger position does not correspond source code Pin
ed welch24-Aug-09 1:32
ed welch24-Aug-09 1:32 
GeneralRe: debugger position does not correspond source code Pin
hrishiS24-Aug-09 1:44
hrishiS24-Aug-09 1:44 
QuestionRe: debugger position does not correspond source code Pin
David Crow24-Aug-09 3:17
David Crow24-Aug-09 3:17 
AnswerRe: debugger position does not correspond source code Pin
ed welch24-Aug-09 13:26
ed welch24-Aug-09 13:26 
QuestionRe: debugger position does not correspond source code Pin
David Crow25-Aug-09 2:29
David Crow25-Aug-09 2:29 
AnswerRe: debugger position does not correspond source code [modified] Pin
Souldrift24-Aug-09 3:37
Souldrift24-Aug-09 3:37 
GeneralRe: debugger position does not correspond source code Pin
ed welch24-Aug-09 13:27
ed welch24-Aug-09 13:27 
AnswerRe: debugger position does not correspond source code Pin
Alan Balkany24-Aug-09 4:22
Alan Balkany24-Aug-09 4:22 
GeneralRe: debugger position does not correspond source code Pin
ed welch24-Aug-09 13:29
ed welch24-Aug-09 13:29 
AnswerRe: debugger position does not correspond source code [modified] Pin
amatecki24-Aug-09 22:31
professionalamatecki24-Aug-09 22:31 
hi,
it may be cause of fault in encoding of lines endings in Your source file, ie. from any reason at end of line instead of standard windows CRLF code ('\x0D','\x0A') appear the CR code ('\x0D'). Debugger counts line endings and if any encoding of line end differs from the other it may results in wrong line highlighting. To eliminate this problem You can use any text tool that can re-encode the line endings in Your source file to standard windows encoding or You can use Visual Studio editor feature "Save With Encoding" into "Save File As..." dialog. I would try first in VS do "Save File As..." -> Unix/Macintosh and next "Save File As..." -> Windows.

modified on Tuesday, August 25, 2009 9:28 AM

GeneralRe: debugger position does not correspond source code Pin
ed welch25-Aug-09 1:25
ed welch25-Aug-09 1:25 

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.