AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
September 2004

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2004.09.16 17:04 "libtiff and .net", by Kalonji Kabongo
2004.09.16 17:09 "Re: libtiff and .net", by Bob Friesenhahn
2004.09.16 17:23 "Re: libtiff and .net", by Kalonji Kabongo
2004.09.16 17:35 "Re: libtiff and .net", by Bob Friesenhahn
2004.09.16 17:44 "Re: libtiff and .net", by Kalonji Kabongo
2004.09.16 18:16 "Re: libtiff and .net", by Bob Friesenhahn
2004.09.16 17:59 "Re: libtiff and .net", by Bill Bither
2004.09.20 19:48 "Re: libtiff and .net", by Bob Friesenhahn
2004.09.22 03:52 "Re: libtiff and .net", by Bill Bither
2004.09.22 04:13 "Re: libtiff and .net", by Bob Friesenhahn

2004.09.16 17:59 "Re: libtiff and .net", by Bill Bither

I don't think it really makes sense to port LibTIFF to 100% managed .NET
code.  The better approach would be to use PInvoke from .NET to call the
compiled LibTIFF library functions and create your own objects based on
that, or use an existing 3rd party .NET component that's based on
LibTIFF (check my signature for more info there).

Also, MS Visual Studio 2005, currently in beta, allows for compiling
unmanaged code into managed assemblies using C++.  This would be the
ultimate solution as it takes advantage of both managed usability and
the .NET Framework with unmanaged performance and memory management.

Best Regards,
Bill Bither
http://www.atalasoft.com/