Search found 97 matches

by NaturalDemon
September 8th, 2016, 2:35 am
Forum: Everything
Topic: Help with math
Replies: 26
Views: 7981

Re: Help with math

Hmmmm, if i remember correctly, you draw several hundreds of frames per second depending on your hardware. But you only need max 60 Fps, i believe you see pixels from the previous frame drawn over the current frame. You should build a state machine with a timer .... That updates a complete drawn fr...
by NaturalDemon
September 7th, 2016, 11:18 pm
Forum: Everything
Topic: Help with math
Replies: 26
Views: 7981

Re: Help with math

Hmmmm, if i remember correctly, you draw several hundreds of frames per second depending on your hardware. But you only need max 60 Fps, i believe you see pixels from the previous frame drawn over the current frame. You should build a state machine with a timer .... That updates a complete drawn fra...
by NaturalDemon
June 5th, 2014, 2:39 am
Forum: Everything
Topic: Intermediate C++ l: Lesson 13 error LNK2001: unresolved ext
Replies: 6
Views: 2895

Re: Intermediate C++ l: Lesson 13 error LNK2001: unresolved

lol excluded file from project and rejoined it again, problem fixed! wierd! i did a search yesterday and i knew what error was. about definition and the implementacion of the method. apparantly the implementacion was hidden ... out of view! i scratched head several times over ... but now it worked r...
by NaturalDemon
June 4th, 2014, 8:32 pm
Forum: Everything
Topic: Intermediate C++ l: Lesson 13 error LNK2001: unresolved ext
Replies: 6
Views: 2895

Re: Intermediate C++ l: Lesson 13 error LNK2001: unresolved

i still can´t find the error
what did i forget to remote?


PlayerStanding.cpp in the header section?
it seams 2 fucked up!
yet all the files are in the right folder.
by NaturalDemon
June 4th, 2014, 4:42 pm
Forum: Everything
Topic: Intermediate C++ l: Lesson 13 error LNK2001: unresolved ext
Replies: 6
Views: 2895

Re: Intermediate C++ l: Lesson 13 error LNK2001: unresolved

Thnx
By the way i'm using vs2012 ultimate and you used vs2010.
by NaturalDemon
June 4th, 2014, 8:55 am
Forum: Everything
Topic: Intermediate C++ l: Lesson 13 error LNK2001: unresolved ext
Replies: 6
Views: 2895

Intermediate C++ l: Lesson 13 error LNK2001: unresolved ext

i got a anoying error ... 1>Game.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall PlayerStanding::OnCtrlRightdown(void)" (?OnCtrlRightdown@PlayerStanding@@UAEXXZ) 1>Game.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall PlayerStanding::O...
by NaturalDemon
May 4th, 2014, 2:01 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5868

Re: Modeless console window for loggin

i leave this open for now .....
i´m digging currently in my own code ... left it there for 1,5 years ...

but thnx anyway.
by NaturalDemon
May 4th, 2014, 5:54 am
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5868

Re: Modeless console window for loggin

i stumpled acoss it, but did not a extensive review ... as i was working/reviewing thepointer/reference class.

but i know there is a way.
just gotta get the right keywords

maybe some brigt moment and some motivation.
: )
by NaturalDemon
May 4th, 2014, 2:54 am
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5868

Re: Modeless console window for loggin

win32 AttachConsole function

this is the answer ... seams!
http://msdn.microsoft.com/en-us/library ... s.85).aspx

but i still gotta figur out how it works.
by NaturalDemon
May 2nd, 2014, 10:08 pm
Forum: Everything
Topic: Modeless console window for loggin
Replies: 14
Views: 5868

Re: Modeless console window for loggin

Btw:
Oherwise good info

http://msdn.microsoft.com/en-us/library ... deless_box

I prefer the console as it is just for display lines of information ... The fast way.
Paralel of internal ... Either is good.