Mail Archives: djgpp-workers/2001/08/02/11:54:42
> -: > That aside, could we consider getting some sort of extended dynamic
> -: > loading as part of DJGPP (some implementation of dlopen() perhaps
> -: > - DXE just isn't good enough for general use)?
> -:
> -: I'd suggest to explore DXE, I don't see any reason it won't be enough for
> -: this job.
>
> Why not adopt one of the advanced dxe implementations
> already in v2tk/, e.g., dxe2_011.zip:
I grabed iconv and took a quick look. I can do it with DXE but it's a
little more code than I would like. I'm looking at the other alternatives.
(In particular, the libiconv stuff references malloc,free,fopen,abort
and errno - which have to back reference to the main image).
- Raw text -