Click here to Skip to main content
15,900,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:26
professionalPaul Conrad30-Dec-07 8:26 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 8:32
İsmail Durmaz30-Dec-07 8:32 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:35
professionalPaul Conrad30-Dec-07 8:35 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 8:39
İsmail Durmaz30-Dec-07 8:39 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:41
professionalPaul Conrad30-Dec-07 8:41 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 8:44
İsmail Durmaz30-Dec-07 8:44 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:47
professionalPaul Conrad30-Dec-07 8:47 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 8:49
İsmail Durmaz30-Dec-07 8:49 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:48
professionalPaul Conrad30-Dec-07 8:48 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 8:52
İsmail Durmaz30-Dec-07 8:52 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 8:56
professionalPaul Conrad30-Dec-07 8:56 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 9:03
İsmail Durmaz30-Dec-07 9:03 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 9:13
professionalPaul Conrad30-Dec-07 9:13 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 9:17
İsmail Durmaz30-Dec-07 9:17 
GeneralRe: run without .net framework? Pin
Paul Conrad30-Dec-07 9:23
professionalPaul Conrad30-Dec-07 9:23 
GeneralRe: run without .net framework? Pin
İsmail Durmaz30-Dec-07 9:27
İsmail Durmaz30-Dec-07 9:27 
GeneralRe: run without .net framework? Pin
Developer61130-Dec-07 20:52
Developer61130-Dec-07 20:52 
GeneralRe: run without .net framework? Pin
Paul Conrad31-Dec-07 5:53
professionalPaul Conrad31-Dec-07 5:53 
GeneralTransformation of user-defined Objects to XML using Composite Pattern. Pin
mbhat30-Dec-07 7:44
mbhat30-Dec-07 7:44 
GeneralRe: Transformation of user-defined Objects to XML using Composite Pattern. Pin
Scott Dorman30-Dec-07 8:30
professionalScott Dorman30-Dec-07 8:30 
GeneralRe: Transformation of user-defined Objects to XML using Composite Pattern. Pin
Paul Conrad31-Dec-07 7:46
professionalPaul Conrad31-Dec-07 7:46 
General"<<" Operator.. Pin
Hakan Bulut30-Dec-07 7:37
Hakan Bulut30-Dec-07 7:37 
GeneralRe: "&lt;&lt;" Operator.. Pin
CPallini30-Dec-07 8:09
mveCPallini30-Dec-07 8:09 
QuestionGame loop Pin
snir_ya30-Dec-07 4:03
snir_ya30-Dec-07 4:03 
Hi all,

I'm writing a game application with a main lobby where players can select a game which opens in a different frame window.

Players can open several games at a time so actually there's only one view that needs to be rendered at a time.

The game loop should respond to key and mouse events using directInput (directX). My question is where do i place the game loop? Should it be in the main application's run method? Should it answer onpaint messages on the currently active view?

Thanks in advnace.

Snir_ya.
GeneralRe: Game loop Pin
Jeremy Falcon30-Dec-07 14:48
professionalJeremy Falcon30-Dec-07 14:48 

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.