Hello, I have developed a game about 1 year ago when i am using Win98, now I re open the project and Run on my computer with win2000, but there i see a very ...
If you are using a TTimer, then your timing will be very inaccurate. You should be using a high frequency counter or a multimedia timer. When I was doing...
I'm looking for DirectX examples using JEDI DirectX headers (not Delphix) for playing multiple sounds (a la wave files or whatever) at the same time. E...
Just download FlegelX at: http://get.to/flegelX and look at the sound example. Martin ... _________________________________________________________________ ...
There is no source code there, only some wrapper. I'm looking for DirectX examples using JEDI DirectX headers for playing multiple sounds (a la wave files or...
I got the idea from Jon Q. Jacobs's "Delph Developer's Guide to OpenGL" book to put text in my scene using rasters and call lists. I see that Jon checks this...
Hello, I just wanted to let everybody that from now FlegelX is for free (without the source code). FlegelX is a Delphi DirectX game-lib (VCL-components). ...
Hello, I just wanted to let everybody that from now FlegelX is for free (without the source code). FlegelX is a Delphi DirectX game-lib (VCL-components). ...
Note that the problem happens also with FlegelX Here it is: I have a huge framerate drop after the 3-4th seconds and then it goes up to normal. Now the funny...
I have never experienced the symptoms that you describe. If you are using Windows 2000 or XP, display the Windows Task Manager (Ctrl+Shift+Escape) and select...
By the way I'm on XP I tried it and there is obviously something wrong with my system because on the 3rd or 4th second there is another process taking 90% of...
I am sorry I don't have any examples for you because I have not done a lot with DirectX without wrappers. However, I would recommend that you take a look at...
My apologies to the book author. His correct last name is Ayres and not the name I gave him in my recent post. ... done ... that ... DirectSound ... you ... ...
I've seen the same thing with my delphiX apps... I figured it was just windows shuffling about a bit of memory for the app to run... it seems to settle after...
... I have seen something similar when one of my friends had his computer infected by a virus. (I don't remember which one... BugBear, maybe?) Try some recent ...
I am making a compiler. When I setting lex hilight, the richedit redraw many times, it is not friedly at all. I think the best way to solve it is to find a...
Thank you sly. I will try it. And I found TSynEdit very good. It is quite natural the make a compiler using TSynEdit, it is so good! I will use it definitely,...
In M$ visual studio I can setup two separate directories for the compiler to put the application executable. One for the release version and one for the debug...
While it is possable to set up an outout directory for Delphi, Delphi does not diferentiate between Debug compiles and release compiles. The only difference in...
What you are asking for is a decent project manager. This is something that Borland seems to have at a very low priority. Shame really. Visual Studio's...
Do you really want to? with Visual Studio (at least what I remember of Visual C++) you actually link in 2 different sets of object files. The debug version...
Does anyone know if there is a Delphi control that will monitor registry keys, so that if a key value changes my application will respond. For example, I have...
I think this might be of some use to monitor the system registry I found it in my lunch brake so have not downloaded it to see if it would work yet. Visit...
Is it possible to create a Delphi "component" when the class is derived from TThread ? I am having problems with the Register procedure. When I try to install ...
Sorry Ian, Tthread does not inherit from Tcomponent so you cannot do that. What you can do is to make your component inherit from Tcomponent, and then place...
Kim Friis
kim@...
Nov 28, 2003 2:17 pm
7045
No it's not possible in that manner. You will have to declare two classes: first is your TRegMonitorThread. Second is a TComponent-based wrapper for ...