Robert Meek wrote: > I find this difficult to understand. I'm loading a Wav file > into a TFileStream, and getting a pointer in a method run before my > timing method is started. I then play the wav file from RAM at the end > of a user-set time.
What are you getting a pointer to? TFileStream doesn't hold any file data. Did you mean TMemoryStream? > I tried this a couple of different ways, including the use of > code I found on the net that others recommended, The phrase "code I found on the net" is not one that inspires confidence in its reliability or correctness. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

