[DUG]: weird problem

1999-09-21 Thread Alistair George
Have sorted it. It was a memory allocation error by the author (not me) which somehow slipped through his compilation. So it was resources, but not the stack! Hereis: GetMem(RawBuffer, NumSamples*2); //this was: // GetMem(RawBuffer, NumSamples); FileLength := RawFile.Size; Done := 0; whil

RE: [DUG]: Weird problem

1999-09-21 Thread Alistair George
> This may be a stack problem - try increasing your stack size and > recompile. > > Paul Thanks Paul, but that didnt do it. this is interesting though quote the help: Min Stack Size Initial commited size of the stack.. Max Stack Size Total reserved size of the stack. Image Base Specifies th

Re: [DUG]: Weird problem

1999-09-21 Thread Paul Lowman
Al This may be a stack problem - try increasing your stack size and recompile. Paul --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

[DUG]: Weird problem

1999-09-21 Thread Alistair George
Hi all. I am using a dll and have wasted a day trying to figure out what is causing the following: Program runs fine with a certain number of controls on it. But if I go and add anything more, whether it is a editbox or radiogroup the program bombs with a 'access violation'. This is even if the ne