[fpc-devel] bug ID #4855

Peter Vreman peter at freepascal.org
Mon Apr 10 08:18:15 CEST 2006


> Buys Regarding this bug #4855 I need to get it fixed..
>
>
>
> The issue like this...  I have 2 parts to my system...
>
>
>
> The EXE ... and a DLL
>
>
>
> In the DLL I have an exported function that returns an Interface...
>
>
>
> Function dosomething( const aObjectInt : ISomeInt ) : ISomeOtherInt
>
>
>
> This fails and causes the application to die..
>
> However if I put the same function inside the EXE it works fine.

The DLL has it's own memory manager. The EXE can't access the memory
allocated in the DLL.






More information about the fpc-devel mailing list