Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:25
Hanan88825-Feb-08 23:25 
GeneralRe: WM_TIMER message never arrives Pin
Michael Schubert25-Feb-08 23:01
Michael Schubert25-Feb-08 23:01 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:09
Hanan88825-Feb-08 23:09 
GeneralRe: WM_TIMER message never arrives Pin
ramana.g25-Feb-08 23:22
ramana.g25-Feb-08 23:22 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:31
Hanan88825-Feb-08 23:31 
AnswerRe: WM_TIMER message never arrives Pin
Hanan88826-Feb-08 2:21
Hanan88826-Feb-08 2:21 
QuestionHow to draw a 3D cube w/o graphics library. Pin
relsirc25-Feb-08 21:55
relsirc25-Feb-08 21:55 
GeneralRe: How to draw a 3D cube w/o graphics library. Pin
Matthew Faithfull25-Feb-08 22:54
Matthew Faithfull25-Feb-08 22:54 
See if you can pick yourself up a copy of the book 'Teach Yourself Computer Graphics' or something similar. This will show you how transform a 3D point x,y,z into a 2D point X,Y using a projection. The process uses matrices so you might want to be familiar with simple matrix transformations. Many texts on DirectX also explain this sort of thing but you don't have to use DirectX to take advantage of them if you're prepared to hand code the data structures yourself. Otherwise you might want to try old school drawing in VB6, you can draw directly onto a form pretty easily. I used this to port a simple 3D scene generator from QuickBasic to Windows quite a few years ago. Provided you can handle the mathematics 3D vector drawing is not really so difficult. When it comes to more complex stuff like lighting and shading you're going to need a good book you can follow as the algorithms can be tricky.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: How to draw a 3D cube w/o graphics library. Pin
CPallini25-Feb-08 23:11
mveCPallini25-Feb-08 23:11 
GeneralRestart system Pin
john563225-Feb-08 21:08
john563225-Feb-08 21:08 
AnswerRe: Restart system Pin
Rajesh R Subramanian25-Feb-08 21:24
professionalRajesh R Subramanian25-Feb-08 21:24 
GeneralRe: Restart system Pin
CPallini25-Feb-08 21:40
mveCPallini25-Feb-08 21:40 
GeneralRe: Restart system Pin
Rajkumar R25-Feb-08 21:46
Rajkumar R25-Feb-08 21:46 
Generalcreate a new process in c Pin
prasadbuddhika25-Feb-08 19:08
prasadbuddhika25-Feb-08 19:08 
GeneralRe: create a new process in c Pin
Maxwell Chen25-Feb-08 19:10
Maxwell Chen25-Feb-08 19:10 
GeneralRe: create a new process in c Pin
Hamid_RT25-Feb-08 19:24
Hamid_RT25-Feb-08 19:24 
GeneralRe: create a new process in c Pin
Xing Chen25-Feb-08 19:50
Xing Chen25-Feb-08 19:50 
GeneralUsing __toascii() got me a runtime access violation Pin
glyfyx25-Feb-08 18:52
glyfyx25-Feb-08 18:52 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Maxwell Chen25-Feb-08 19:03
Maxwell Chen25-Feb-08 19:03 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Mark Salsbery25-Feb-08 19:17
Mark Salsbery25-Feb-08 19:17 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Maxwell Chen25-Feb-08 19:46
Maxwell Chen25-Feb-08 19:46 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Mark Salsbery26-Feb-08 5:16
Mark Salsbery26-Feb-08 5:16 
GeneralRe: Using __toascii() got me a runtime access violation Pin
glyfyx27-Feb-08 3:03
glyfyx27-Feb-08 3:03 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Rajkumar R25-Feb-08 19:10
Rajkumar R25-Feb-08 19:10 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Mark Salsbery25-Feb-08 19:12
Mark Salsbery25-Feb-08 19:12 

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.