| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2004.09.16 17:35 "Re: libtiff and .net", by Bob FriesenhahnOn Thu, 16 Sep 2004, Kabongo, Kalonji (DET) wrote: > I mean make it object oriented, run entirely within the managed space, > etc... I think it is safe to say that there are currently no plans to do this. A diligent volunteer could write a wrapper in Managed C++ to export the object-oriented interface to .net. Libtiff could be built in a stripped down form in which it does all I/O via the wrapper (no more use of memory mapped files, read/write, or stdio). Even after all of this work, the resulting .net Assembly would be marked "unsafe" since the code uses heap memory and pointers and therefore could accidentally overwrite something else in the .net environment. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us http://www.simplesystems.org/users/bfriesen |
|||||||