Search found 3 matches

by Tyas
June 9th, 2012, 12:38 pm
Forum: Everything
Topic: Game demo
Replies: 10
Views: 6834

Re: Game demo

Wauw, good job man.
But I always confuse your name with the program language :P
by Tyas
June 3rd, 2012, 1:01 pm
Forum: Everything
Topic: Lesson 5 problem
Replies: 5
Views: 3110

Re: Lesson 5 problem

LuX wrote:

Code: Select all

Game::Game( HWND hWnd,const KeyboardServer& kServer )
:	gfx( hWnd ),
    kbd( kServer )
    x( 400 );
    y( 300 )
{}
separate all values with commas, except the last one.
Thanks man!
It worked!
by Tyas
June 3rd, 2012, 12:37 pm
Forum: Everything
Topic: Lesson 5 problem
Replies: 5
Views: 3110

Lesson 5 problem

Hey, I'm Tyas and i'm new here. I just started your tutorials and now I am at lesson 5. But when I try to run it is gives this error 1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------ 1> Game.cpp 1>..\Assets\Game.cpp(26): error C2612: trailing 'identifier' ...