I thought others on this list would find this excellent tutorial usefull... http://rhysd.syntesis.org/tutorial/ Dominique http://www.DelphiGamer.com := go on,...
http://www.crazyentertainment.net now goes to Seeq.com. Any idea where Tim Baumgarten's site went? Looks like Clootie's DirectX headers are the only ones...
Hi, I'm a member of a game development team, and we are currently working on an arcade space simulation game with RPG and RTS elements. There are members who...
I have made the package for my game, and let my friend tries it, but an error message appear said "This application has failed to start becasue rtl70.bpl was...
You are right, but it rolledback to my previous problem, with that proxies.dcu problem ... I was resolving the problem by addidng designide.bpl into runtime...
You might be using some component or unit for wich you do not have the source, maybe it's not in your search path. This is typical behaviour for components...
Hi, I need some code to generate 6000 raffle tickets. The rules are: - 5 tickets are on one sheet; - Every ticket (of these 5) must have unique number (from 1...
Hi I work with unDelphiX_D7. when I use Drawprimitive(), it render my trangle whit no smooth and light [Like bad resolution]. what can I do. thanks....
Hi, To pick a list of numbers between a certain range, you can use this function: type TNumberList = array of Integer; function RandomNumbers( Count: Integer =...
I am pleased to announce the new improved DelphiGamer.com site which will soon be known as "Pascal Game Development" or PGD for short. We recently merged with...
Hi, I need code to run cmd.exe from code and result display in memo1 (or listbox or ...?), not in DOS. Thanks. ... Do you Yahoo!? Yahoo! Mail - 250MB free...
http://www.programmersheaven.com/zone2/cat69/2090.htm A Delphi unit that allows you to run an external program and pipe the output to your application. Sly...
GENUINE DEAL - I always sell fast and cheap and my payment terms offer you the opportunity to receive, inspect and agree with the goods before release the...
Ok, so I tried to set the list back to unmoderated. Within a few hours, the next spam comes in. Spam and a wide availability of other forums for Delphi game...
I guess that's not so bad. Well the spam part is, but the advent of other forums can be a good thing. Personally I only read this list - but it's been silent...
Hello, First I want to thanks Jaro for releasing the DelphiX Hardware Acc version, ... but I wonder if DelphiX / UndelphiX will support direct music too in the...
There are a set of components called SXMedia that allow you to play music/movies in DelphiX, These might not be compatable with UnDelphiX, but they could be...
Hi all I want to sent my forms in delphi to back of any form in desktop... just like that my form is always in back [ not(always on top) ] thank you so much....
... form > in desktop... ... not(always ... I think this is a limitation of winapi, you can't make a form to stay in the background of other forms because...
Use the SetWindowPos API call with the HWND_BOTTOM Z-Order position flag: SetWindowPos(Form1.Handle, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE); Then...
Hi guys, I have a problem which I need to solve very fast... if it is possible... There is a scene in the project with only one HUD sprite. When the...
That's an incredibly huge size for the view window. Can the video card handle a window that large? Sly ... This message and its attachments may contain...
The program displays the map of the city... That's why it's huge :) But I don't understand why is it working on the nVidia which model is older than ATI's? ...