Naoki I would love to have a copy of the code so if you could sned it over I'll add that into the source code for SXMedia. Unfortunately I am unable to test or...
Hi all, I am working on a Delphi (DirectX) application (no DelphiX). Everything goes well, graphics on screen etc, but I have a problem when I close my...
Hi Martin, I have the same problem in my applications, however it doesn't happen everytime... What you might try is turn the borderstyle to something else...
Hello, ... I can't send code for something that doesn't work ;-) ... But, once again, you must have had a "base code" on which you based your thread...
... I never had the issue, but, then again, I *do* change BorderStyle to bsSizeable before leaving my program... ;))) I always did. Just make sure you disable...
Ok, thanks Armand and Naoki, That may be a good idea. I will try if it works. I saw that many people have dealt with this problem before, and indeed it seems...
Hi Well I had a look at the code and from what I can remeber this is how the system works. The components creates two IID_IDirectSoundNotify objects, it is...
Fixed the problem.... Had a complete rewrite of the component, only to realize it was only due to my...creating an IDirectMusic8 object within the code....
Hi, I have to save 16 bit per channel RGB images (48 or 64 bit RGB). I know that the tiff file format supports this, but I found nowhere the way to implement...
Hi, anybody knows why playing a movie DivX in SXMovie look realy bad..... Look like a 32 bits picure show at 16 Bit display. I use a 32 bit display mode and...
... way ... document ... 16-bit TIFFs are not well defined. I recently had to write a TIFF-to-TIFF converter that converted one form of 16-bit TIFF (single...
Hi all, I am making some testprograms with Directdraw with using GDI-functions (TCanvas). I use my own library, but do it exactly the same way as in DelphiX. ...
hi everybody does anybody have a clue how i can get the 3d coordinates of a font in opengl? i want to implement some kind of a particle system. i'm thinking of...
JHegglin@...
Dec 8, 2002 4:40 pm
6706
Hi, To give a (partial) answer on my own question: the 'bug' is NOT from XP. XP behaves correct. I've tested it under another XP system, singlemonitor system...
Hi Martin, I believe DelphiX has an AlphaBlending algorithm, maybe it would help to check that one out? Yours Sincerely, Armand Postma ... -- Visit the Lion...
Hmm, yes indeed, but DelphiX works with textures, I'm not familiar with that and can't find any add. info. I prefer a blit, I want to keep it (a bit) simple...
I've once written a unit called containing various methods for bmp-manipulating (including alphablending)... it's not hardware-accelerated but fast enough for...
Hi Thomas, Yes I am always interested in it. Is it for directdraw, or only for (T)Bitmap? I'd be very gratefull if you could mail it to me (in case of ...
Hi Martin, I think that the Alpha.pas file is one I converted from some C code which came with this ( http://www.gamedev.net/reference/articles/article1487.asp...
I've just checked it again... the unit works only with TBitmaps. I mailed it anyways.In the same Directory I found a unit called dxsBlending.pas wich I ...
sorry ;) wasn't meant for the list.... *blush* ... From: "Thomas Jahn" <lithander@...> To: <delphigames@yahoogroups.com> Sent: Monday, December 16, 2002...
I have never tried using alpha blending in DirectDraw simply due to the speed hit incurred, especially on 16-bit surfaces. Blizzard used a neat alpha blending...
Hi Steve, I'm not sure if I will/can support alphablending for 8bits, but I think I've enough info to make a working solution. Greetings, Martin ... ...
Hi all, My question is not directly related to games; so execuse me for offlist post. Nevertheless my post is related to Delphi. I tried to access video...
Hi all, Is there any site that include good 2d graphics like sprites, walls, rocks, pickups . .. . etc. I'm intending to write a game similar to nethack on...
... Hash: SHA1 On Wed, 25 Dec 2002 13:47:48 +0200 ... Have you looked at the SDL library and SMPEG in particular?? Look it up at libsdl.org... if you've just...
Hi all, 1st of all, a happy new year to you all! But now to my question: I want to write a small softsynth in Delphi, but i don't really know how to set up the...