$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-03-26 14:23:49
From: "E. Gladyshev" <egladysh_at_[hidden]>
> What do you mean, "there simply
> isn't a universal solution"?
> Some people on this forum are already
> solving this problem just try to be
> a bit more positive and open-minded,
> it is just a fun after all :).
I don't see how you could solve the problem in general. You insist on a C
interface to guarantee interoperability between different compilers or
languages, while at the same time trying to deallocate memory in the DLL
that the EXE has allocated. Obviously, compiler A cannot 'delete' memory
'new'ed by compiler B, even if they are both C++ compilers.