Hello
I'm trying compile the device samplem, but my turbo delphi show this error message:
phxDirect3D9_Win.pas
Undeclared identifier: 'TPHXVertexBuffer'
What's wrong? :(
Type: Posts; User: lordzero
Hello
I'm trying compile the device samplem, but my turbo delphi show this error message:
phxDirect3D9_Win.pas
Undeclared identifier: 'TPHXVertexBuffer'
What's wrong? :(
from the mailing list of official website:
program ssh;
uses
OpenSSL, // fpc extra package, Author: Lukas Gebauer
tlntsend, ssl_openssl, ssl_openssl_lib, ssl_cryptlib; // synapse units,...
Hello
I'm trying implement a simple SSH connection...
I want do a connection with my delphi application on a remote SSH server...
I found this demo on internet about forwarding application:...
thanks for all answers :)
can you show some sample? actually this is not much clear... :?
I've changed to this:
If (GetAsyncKeyState ((VK_SHIFT)) <> 0) and (Key = VK_RETURN) then
and is working...
the problem is not with VK_LMENU...
the problem is when i press Alt of Left on...
Hello
I'm using WinAPI...
wm_keydown:
begin
ok thank you ;)
Hello
You have plans to add 3D support?
Greetings
now is ok...
its working!
thank you again! :)
thank you man...
very very good! :)
i need your help just more one time...
see my private.. :)
than you
please, can you see my private message?
i cant compile your code with delphi 7
error:
[Error] Unit2.pas(136): Incompatible types
[Error] Unit2.pas(150): Incompatible types
[Fatal Error] Project1.dpr(6): Could not compile used...
Hello Waran
You think that calculating DeltaTime without interval is ok? inside Application.OnIdle
can you show your code about frequency?
using this without interval dont will use 100% of CPU?
some comments about this optimized counter?
http://17slon.com/blogs/gabr/labels/open%20source.html
look the function:
function GetTickCount64_Acc: int64;
is ok now?
TCustomTimer = class
private
PerfFrequency: Int64;
InvPerfFrequency: Double;
function TCustomTimer.gettime: Double;
var
Time: Int64;
what style of hardware dont have this avaliable?
486 ?
codei este demo pra ti ?© simples mas axo k da pa po k keres
http://depositfiles.com/files/4404935[/quote]
muito obrigado, parece perfeito para os meus estudos, valeu :)
s?? uma pergunta.....
codei este demo pra ti ?© simples mas axo k da pa po k keres
http://depositfiles.com/files/4404935[/quote]
muito obrigado, parece perfeito para os meus estudos, valeu :)
s?? uma pergunta.....
gettickcount for example?
about queryperformancecounter what value it return? cpu cycles?
codei este demo pra ti ?© simples mas axo k da pa po k keres
http://depositfiles.com/files/4404935[/quote]
muito obrigado, parece perfeito para os meus estudos, valeu :)
s?? uma pergunta.....
I dont have created all of this code, and this is why i''m asking..
about queryperformancecounter sometimes this can fail in some hardware? and i need use a timer with low precision(GetTickCount)?...
Hello
I'm trying change GetTickCount from my codes to QueryPerformanceCounter
code:
type TCustomTimer = class
private