Link to home
Start Free TrialLog in
Avatar of Adept
Adept

asked on

passing memory into INPROC com objects


I have a COM object dll that needs to process extremely large amounts of data that come from an application (5 to 6megs at a time).  My question is, is there a way I can simply pass a pointer into the COM object and let it release the memory when its done or do I have to send the memory through the com interface in something like a massive safe array?
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Adept
Adept

ASKER


when I instance memory in the app though and try to free it in the object I get major errors.  Is this supposed to happen?
Hmmmm, "major errors", that really narrows things down...