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

C / C++ / MFC

 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Steve S16-Sep-03 1:26
Steve S16-Sep-03 1:26 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Jagadeesh VN16-Sep-03 1:26
Jagadeesh VN16-Sep-03 1:26 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Roger Allen16-Sep-03 1:42
Roger Allen16-Sep-03 1:42 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Jagadeesh VN16-Sep-03 1:56
Jagadeesh VN16-Sep-03 1:56 
QuestionWhat MFC is capable of? Can it create full-screen 3D games? Pin
Link260016-Sep-03 0:13
Link260016-Sep-03 0:13 
AnswerRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Zizilamoroso16-Sep-03 1:32
Zizilamoroso16-Sep-03 1:32 
GeneralRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Link260016-Sep-03 5:41
Link260016-Sep-03 5:41 
GeneralRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Zizilamoroso16-Sep-03 6:54
Zizilamoroso16-Sep-03 6:54 
Direct-X is a free MS API. Almost every commercial game today is created using DX.

To develop in DX, you need C++ and an understanding of COM objects. There's a DX for visual basic also, but it's very limited and you should not use that one.

If you want to develop into DX, you need to download the DX SDK from the microsoft site.

There's an example, that comes with the SDK, on how to combine D3D into an MFC app. It's pretty straightforward.


To be complete, I should mention OpenGL too. That's another API with 3D inside, but I've never used that.


using: [VISUAL STUDIO 6.0 sp5] [WIN98/2]

GeneralRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Link260016-Sep-03 12:21
Link260016-Sep-03 12:21 
AnswerRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Michael P Butler17-Sep-03 0:29
Michael P Butler17-Sep-03 0:29 
QuestionHow to get Description of ActiveX from resource? Pin
vgrigor15-Sep-03 23:40
vgrigor15-Sep-03 23:40 
QuestionHow to detect ping ? Pin
brapler15-Sep-03 23:00
brapler15-Sep-03 23:00 
AnswerRe: How to detect ping ? Pin
Alexander M.,16-Sep-03 5:09
Alexander M.,16-Sep-03 5:09 
GeneralGUID <--> Name lookup Pin
peterchen15-Sep-03 22:38
peterchen15-Sep-03 22:38 
GeneralRe: GUID <--> Name lookup Pin
geo_m16-Sep-03 5:45
geo_m16-Sep-03 5:45 
GeneralAdding your name as author to an exe's properties Pin
tom7615-Sep-03 22:31
tom7615-Sep-03 22:31 
GeneralRe: Adding your name as author to an exe's properties Pin
Dangleberry15-Sep-03 22:59
sussDangleberry15-Sep-03 22:59 
GeneralRe: Adding your name as author to an exe's properties Pin
Frank K15-Sep-03 23:00
Frank K15-Sep-03 23:00 
GeneralRe: Adding your name as author to an exe's properties Pin
TimWallace16-Sep-03 3:20
TimWallace16-Sep-03 3:20 
GeneralCopy Protection software Pin
Abhi@Work15-Sep-03 21:46
Abhi@Work15-Sep-03 21:46 
GeneralRe: Copy Protection software Pin
geo_m15-Sep-03 22:07
geo_m15-Sep-03 22:07 
GeneralRe: Copy Protection software Pin
Dangleberry15-Sep-03 23:06
sussDangleberry15-Sep-03 23:06 
GeneralRe: Copy Protection software Pin
Abhi@Work16-Sep-03 16:24
Abhi@Work16-Sep-03 16:24 
GeneralrsFind String in String Pin
wogerdoger15-Sep-03 21:31
wogerdoger15-Sep-03 21:31 
GeneralRe: rsFind String in String Pin
Steve S15-Sep-03 21:47
Steve S15-Sep-03 21:47 

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.