Search the web
Sign In
New User? Sign Up
delphigames · Discussion of game programming in the Delphi development environment.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7017 - 7046 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7017
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 ...
Sundawa
ysundawa
Online Now Send Email
Nov 7, 2003
7:04 am
7018
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...
Steve Williams
slygamer
Offline Send Email
Nov 7, 2003
7:12 am
7019
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...
fdsuser100
Offline Send Email
Nov 7, 2003
9:02 am
7020
Just download FlegelX at: http://get.to/flegelX and look at the sound example. Martin ... _________________________________________________________________ ...
Martin Jochems
earley50
Offline Send Email
Nov 7, 2003
2:48 pm
7021
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...
fdsuser100
Offline Send Email
Nov 7, 2003
10:20 pm
7022
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...
Nathan Carter
n8c03
Offline Send Email
Nov 10, 2003
12:29 am
7023
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). ...
Martin Jochems
earley50
Offline Send Email
Nov 10, 2003
11:21 am
7024
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). ...
Martin Jochems
earley50
Offline Send Email
Nov 10, 2003
11:28 am
7025
Hi, is it possible to use both DGC and Delphix components together? Thanks...
furforfurryme
Offline Send Email
Nov 10, 2003
4:22 pm
7026
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...
chicoumale
Offline Send Email
Nov 11, 2003
10:16 am
7027
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...
Steve Williams
slygamer
Offline Send Email
Nov 11, 2003
10:26 am
7028
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...
chicoumale
Offline Send Email
Nov 11, 2003
10:46 am
7029
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...
dsommerled
Offline Send Email
Nov 11, 2003
5:32 pm
7030
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 ... ...
dsommerled
Offline Send Email
Nov 11, 2003
5:44 pm
7031
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...
pleahy@...
leahypet
Offline Send Email
Nov 11, 2003
9:20 pm
7032
... 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 ...
kadlecp2@...
kadlecp2
Offline Send Email
Nov 12, 2003
9:22 am
7033
Has anyone had any experience or using Lua scripting to automate parts of a Delphi game ? Dewi...
dewiioan
Offline Send Email
Nov 13, 2003
10:33 am
7034
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...
xiaorang20032003
xiaorang2003...
Offline Send Email
Nov 14, 2003
8:27 am
7035
Try RichEdit1.Lines.BeginUpdate; { Update here } RichEdit1.Lines.EndUpdate; For a compiler, however, I would definitely recommend TSynEdit. ...
Steve Williams
slygamer
Offline Send Email
Nov 14, 2003
12:59 pm
7036
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,...
xiaorang20032003
xiaorang2003...
Offline Send Email
Nov 15, 2003
4:20 am
7037
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...
Ian Munro
ianathome12345
Offline Send Email
Nov 17, 2003
4:37 pm
7038
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...
Leah & Jeremy Evans
leahjeremy
Offline Send Email
Nov 17, 2003
6:34 pm
7039
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...
Steve Williams
slygamer
Offline Send Email
Nov 17, 2003
10:16 pm
7040
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...
Jon Jacobs
jon_q_jacobs
Offline Send Email
Nov 17, 2003
11:14 pm
7041
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...
Ian Munro
ianathome12345
Offline Send Email
Nov 21, 2003
1:57 pm
7042
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...
Neil Tustin
neiltustin
Offline Send Email
Nov 27, 2003
10:54 pm
7043
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 ...
Ian Munro
ianathome12345
Offline Send Email
Nov 28, 2003
2:06 pm
7044
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@...
Send Email
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 ...
Steve Williams
slygamer
Offline Send Email
Nov 28, 2003
2:21 pm
7046
Thanks for your help. I'll make the changes. ... From: Steve Williams [mailto:stevewilliams@...] Sent: 28 November 2003 14:22 To:...
Ian Munro
ianathome12345
Offline Send Email
Nov 28, 2003
2:22 pm
Messages 7017 - 7046 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help