Richard R wrote: > That's not the problem. The thing is that the host app has it's own memory > functions that are required to be used, and do not like dynamic arrays.
Got it. I've encountered the same kind of situation working with Windows Shell PIDLs. You may find you'd be better served in that case by creating a logical wrapper class for the data structures that handles the memory work for you behind the scenes. That way you should only have to write it and get it working right once. ;-) Stephen Posey [EMAIL PROTECTED] __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
