Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: best way to draw a pixel in direct X Pin
cleathley17-Nov-02 21:47
cleathley17-Nov-02 21:47 
GeneralRe: best way to draw a pixel in direct X Pin
cleathley17-Nov-02 21:49
cleathley17-Nov-02 21:49 
GeneralToo many variables !?! Pin
nencini17-Nov-02 16:54
nencini17-Nov-02 16:54 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 17:12
protectorChristian Graus17-Nov-02 17:12 
GeneralRe: Too many variables !?! Pin
nencini17-Nov-02 17:40
nencini17-Nov-02 17:40 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 18:18
protectorChristian Graus17-Nov-02 18:18 
GeneralRe: Too many variables !?! Pin
nencini17-Nov-02 18:50
nencini17-Nov-02 18:50 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 19:15
protectorChristian Graus17-Nov-02 19:15 
nencini wrote:
I've never used the debugger, and I read alwais the error message that
appears on the output pane.


Apparently not. The debugger is ONLY of use if your code compiles. Use F9 to set a breakpoint, make sure you're building a debug version, and hit F5 to start debugging. Your program will stop at your break point and you can step through the code by hitting F10, and see the values of your variables in the watch window.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: Too many variables !?! Pin
nencini17-Nov-02 19:39
nencini17-Nov-02 19:39 
GeneralRe: Too many variables !?! Pin
Christian Graus17-Nov-02 21:48
protectorChristian Graus17-Nov-02 21:48 
GeneralRe: Too many variables !?! Pin
Michael P Butler18-Nov-02 0:14
Michael P Butler18-Nov-02 0:14 
GeneralRe: Too many variables !?! Pin
nencini18-Nov-02 4:42
nencini18-Nov-02 4:42 
GeneralRe: Too many variables !?! Pin
Rickard Andersson2017-Nov-02 23:54
Rickard Andersson2017-Nov-02 23:54 
QuestionHow can i get mfc42ud.lib? Pin
sages17-Nov-02 16:09
sages17-Nov-02 16:09 
AnswerRe: How can i get mfc42ud.lib? Pin
Michael Dunn17-Nov-02 16:13
sitebuilderMichael Dunn17-Nov-02 16:13 
GeneralSHFileOperation Error 1026 Pin
J. Schermerhorn17-Nov-02 14:35
J. Schermerhorn17-Nov-02 14:35 
Questionis there any mistake in it ? Pin
imran_rafique17-Nov-02 13:53
imran_rafique17-Nov-02 13:53 
AnswerRe: is there any mistake in it ? Pin
Christian Graus17-Nov-02 14:01
protectorChristian Graus17-Nov-02 14:01 
GeneralRe: is there any mistake in it ? Pin
imran_rafique17-Nov-02 14:11
imran_rafique17-Nov-02 14:11 
GeneralRe: is there any mistake in it ? Pin
Christian Graus17-Nov-02 14:15
protectorChristian Graus17-Nov-02 14:15 
GeneralRe: is there any mistake in it ? Pin
imran_rafique17-Nov-02 14:31
imran_rafique17-Nov-02 14:31 
GeneralRe: is there any mistake in it ? Pin
Christian Graus17-Nov-02 15:49
protectorChristian Graus17-Nov-02 15:49 
GeneralRe: is there any mistake in it ? Pin
imran_rafique18-Nov-02 14:46
imran_rafique18-Nov-02 14:46 
Generalsemi-transparent overlays in client areas Pin
devvvy17-Nov-02 13:42
devvvy17-Nov-02 13:42 
GeneralRe: semi-transparent overlays in client areas Pin
Christian Graus17-Nov-02 14:03
protectorChristian Graus17-Nov-02 14:03 

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.