Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDirectX + (MFC or managed) C++ Pin
snir_ya18-Dec-07 2:29
snir_ya18-Dec-07 2:29 
GeneralRe: DirectX + (MFC or managed) C++ Pin
CPallini18-Dec-07 3:37
mveCPallini18-Dec-07 3:37 
GeneralRe: DirectX + (MFC or managed) C++ Pin
snir_ya18-Dec-07 4:09
snir_ya18-Dec-07 4:09 
GeneralRe: DirectX + (MFC or managed) C++ Pin
Mark Salsbery18-Dec-07 6:17
Mark Salsbery18-Dec-07 6:17 
GeneralRe: DirectX + (MFC or managed) C++ Pin
snir_ya18-Dec-07 6:26
snir_ya18-Dec-07 6:26 
GeneralRe: DirectX + (MFC or managed) C++ Pin
Mark Salsbery18-Dec-07 6:51
Mark Salsbery18-Dec-07 6:51 
GeneralRe: DirectX + (MFC or managed) C++ Pin
snir_ya18-Dec-07 7:05
snir_ya18-Dec-07 7:05 
GeneralRe: DirectX + (MFC or managed) C++ Pin
Mark Salsbery18-Dec-07 7:15
Mark Salsbery18-Dec-07 7:15 
snir_ya wrote:
What do you mean by "windowed mode"?


I meant the same thing as your "partial screen mode", where
you host your Direct3D stuff in a window Smile | :)

Again, you don't have to use doc/view architecture. For
example, if using MFC, a CFrameWnd or even a CWnd is all you need.
They're all windows - there's no need to complicate things with
MFC stuff like doc/view if you're not using it. The windowing part
should be the easy part, so you can focus on the game development Smile | :)

Mark
Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: DirectX + (MFC or managed) C++ Pin
snir_ya18-Dec-07 7:21
snir_ya18-Dec-07 7:21 
Generalmember variable initialization Pin
George_George18-Dec-07 2:13
George_George18-Dec-07 2:13 
GeneralRe: member variable initialization Pin
CPallini18-Dec-07 2:23
mveCPallini18-Dec-07 2:23 
GeneralRe: member variable initialization Pin
George_George18-Dec-07 2:48
George_George18-Dec-07 2:48 
GeneralRe: member variable initialization [modified] Pin
George L. Jackson18-Dec-07 2:55
George L. Jackson18-Dec-07 2:55 
GeneralRe: member variable initialization Pin
George_George18-Dec-07 3:10
George_George18-Dec-07 3:10 
GeneralRe: member variable initialization Pin
toxcct18-Dec-07 3:15
toxcct18-Dec-07 3:15 
GeneralRe: member variable initialization Pin
CPallini18-Dec-07 3:19
mveCPallini18-Dec-07 3:19 
JokeRe: member variable initialization Pin
CPallini18-Dec-07 3:23
mveCPallini18-Dec-07 3:23 
GeneralRe: member variable initialization Pin
toxcct18-Dec-07 3:30
toxcct18-Dec-07 3:30 
GeneralRe: member variable initialization Pin
CPallini18-Dec-07 3:33
mveCPallini18-Dec-07 3:33 
GeneralRe: member variable initialization Pin
toxcct18-Dec-07 3:38
toxcct18-Dec-07 3:38 
GeneralRe: member variable initialization Pin
CPallini18-Dec-07 3:45
mveCPallini18-Dec-07 3:45 
GeneralRe: member variable initialization Pin
toxcct18-Dec-07 3:52
toxcct18-Dec-07 3:52 
GeneralRe: member variable initialization Pin
CPallini18-Dec-07 4:12
mveCPallini18-Dec-07 4:12 
QuestionRe: member variable initialization Pin
David Crow18-Dec-07 4:13
David Crow18-Dec-07 4:13 
JokeRe: member variable initialization Pin
CPallini18-Dec-07 4:18
mveCPallini18-Dec-07 4:18 

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.