I am creating a record that holds the map data for my game. I seem to have hit a snag as I am using a array as part of the record structure. I have attached...
I've never liked Pascal's file routines, so I use TFileStream almost exclusively. procedure WriteMapData(FileName: String; const Item: PackageItem); var ...
In addition to other considerations, since you are using a dynamic array as part of a record, be sure to finalize the array before disposing of the record (if...
Hi Ian The rason you cannot have a file of type TPackageItem is that TPackageItem is not a fixed length record. Due to the fact that it has a dynamic array in...
Hello, as a project for university I'm trying to make an Eye-Toy-like program with Delphi. I have made code for filtering images using a background image and a...
On http://www.sulaco.co.za there is a demo application with source that shows how to use DirectShow to capture images from a webcam and put them into an OpenGL...
... Thanks a lot, with some massive "programming by coincidence" I got it to work now. :) Je vous prie d'agréer, madame, monsieur, l'expression de mes...
... Sure! Right now we've got a basic game, a webcam screenshot-making unit and a filter-unit, and we're planning to combine those three tomorrow. If things go...
... No! The code is what is valuable. You should not be embarrassed by it. After all, it is more than I've got going! We understand it is a first attempt....
Hello all, I'm currently working on an image acquisition software that does live frame processing i.e. it stacks frames in "real time" and simultaneously does...
One Word - SpeedStep http://support.intel.com/support/processors/mobile/pentium4/sb/CS-007499 .htm At least that's my bet... Rob ... From: Axel Canicio...
Well I thought the demo application that Steve linked me to worked, but apparantly it doesn't. The capture unit has a "processbuffer" function that the...
Hi Dude Jan Horn (RIP) created a similar project and posted the code on Sulaco. Have a look at the code and just ignore the OpenGL stuff, since you probably...
HEHE My Mistake :) Serves me right, for not reading the previous mail ;) Regards Maarten “McCLaw” Kronberger www.sulaco.co.za ... From: Steve Williams...
Is it possible to manually animate a smd actor during runtime? For example to bend the actor's arm you need to rotate the joint at the elbow. How can this be...
Hi, I'm trying to learn how to use cg shaders in glscene, but i have some problems. I have ATI Radeon 9200SE and i installed the cgcomiler, but only few demos...
Hi! ... My guess is that you are using a DX or NV profile (that is, dx8vs, vp20, etc.). You have to use an OpenGL profile that is supported by the ATI graphics...
Have a look at this link http://www.caperaven.co.za/gls/onlinedocs/documents/cg.htm Apparently you also need to download the CGToolkit Regards Maarten "McCLaw"...
Hello, I want to ask if anybody knows how to start codibf a Massively Multiplayer Online game (MMOG). What do we need to make one, let say I have a skill in...
Hi, I'm no specialist on this subject, but I think you need a VERY powerfull server with very powerfull hosting solutions... Don't forget MMOG usually have a...
Read these two articles about developing middleware for Wish, a MMORPG by Mutable Realms. http://www.acmqueue.com/modules.php?name=Content&pa=showpage&pid=115 ...
Hello! :) I have been trying to use the OpenAL EAX extensions in Delphi, but get exceptions each time I call EAXSet. I tested to see if the extension was ...