Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Text getting truncated Pin
bleedingfingers20-Oct-10 1:18
bleedingfingers20-Oct-10 1:18 
GeneralRe: Text getting truncated Pin
Richard MacCutchan20-Oct-10 1:29
mveRichard MacCutchan20-Oct-10 1:29 
QuestionWhat characters are not valid and not supported in URL? Pin
Le@rner19-Oct-10 0:15
Le@rner19-Oct-10 0:15 
AnswerRe: What characters are not valid and not supported in URL? Pin
Richard MacCutchan19-Oct-10 0:33
mveRichard MacCutchan19-Oct-10 0:33 
QuestionProblem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject18-Oct-10 23:31
msr_codeproject18-Oct-10 23:31 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
Sauro Viti18-Oct-10 23:43
professionalSauro Viti18-Oct-10 23:43 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject18-Oct-10 23:52
msr_codeproject18-Oct-10 23:52 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 4:48
mveRichard MacCutchan19-Oct-10 4:48 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject19-Oct-10 19:01
msr_codeproject19-Oct-10 19:01 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 22:57
mveRichard MacCutchan19-Oct-10 22:57 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
gothic_coder20-Oct-10 21:08
gothic_coder20-Oct-10 21:08 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings [modified] Pin
msr_codeproject20-Oct-10 21:12
msr_codeproject20-Oct-10 21:12 
QuestionFILETIME / WinAPI Pin
Fareed Rizkalla18-Oct-10 22:36
Fareed Rizkalla18-Oct-10 22:36 
AnswerRe: FILETIME / WinAPI Pin
vasu_sri18-Oct-10 23:32
vasu_sri18-Oct-10 23:32 
GeneralRe: FILETIME / WinAPI Pin
Fareed Rizkalla18-Oct-10 23:51
Fareed Rizkalla18-Oct-10 23:51 
QuestionRe: FILETIME / WinAPI Pin
David Crow19-Oct-10 4:18
David Crow19-Oct-10 4:18 
AnswerRe: FILETIME / WinAPI Pin
Fareed Rizkalla19-Oct-10 13:16
Fareed Rizkalla19-Oct-10 13:16 
Questionedit box taking 1108 lines Pin
learningvisualc18-Oct-10 21:48
learningvisualc18-Oct-10 21:48 
AnswerRe: edit box taking 1108 lines Pin
Sauro Viti18-Oct-10 22:02
professionalSauro Viti18-Oct-10 22:02 
AnswerRe: edit box taking 1108 lines Pin
«_Superman_»18-Oct-10 22:42
professional«_Superman_»18-Oct-10 22:42 
QuestionChallenging question for AVI Reading experts Pin
gonsalvesroger18-Oct-10 19:34
gonsalvesroger18-Oct-10 19:34 
QuestionOverflow in LPtoDP function Pin
ashtwin18-Oct-10 18:31
ashtwin18-Oct-10 18:31 
AnswerRe: Overflow in LPtoDP function Pin
Richard MacCutchan18-Oct-10 22:35
mveRichard MacCutchan18-Oct-10 22:35 
ashtwin wrote:
Is it Ok if i reduce x = 100 in SetViewportExt and x = 50 * (some dynamic value) in SetWindowExt.


Certainly it is, but that does not necessarily solve your problem; in my own experience LPtoDP works fine.

The first thing you should be doing is to use your debugger to find out why the overflow is occurring and fix that problem. Then you can decide whether you need to reduce or possibly increase some of your parameter values.
Just say 'NO' to evaluated arguments for diadic functions! Ash

GeneralRe: Overflow in LPtoDP function Pin
ashtwin19-Oct-10 3:11
ashtwin19-Oct-10 3:11 
GeneralRe: Overflow in LPtoDP function Pin
Richard MacCutchan19-Oct-10 4:30
mveRichard MacCutchan19-Oct-10 4:30 

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.