[FWTools] geotiff_fw.dll
andyNEXT
andrea.pistoni at next.it
Sat Mar 1 18:43:14 EST 2008
Hi folks,
I've developed a wrapper C# for GEOTIFF in order to create a GEOTIFF file.
My wrapper uses a DLLIMPORT from the geotiff_fw.dll.
Using DEPENDENCY_WALKER I saw that this library is implicit-linked to other
libraries (for ex the libtiff_fw.dll).
In order to write a GEOTIFF file I have to use also the inside-linked TIFF
library, but I'm not able to import the TIFFfunctions from geotiff_fw.dll
(such as for example TIFFSetField) .
I've tried to use a TIFF Wrapper on the libtiff_fw.dll. This works very well
but when I use it together with the GEOTIFF Wrapper there are problems in
the loading of the dlls. Maybe this is due because I reference the
libtiff_fw.dll twice times (one by geotiff_fw.dll and the second by
libtiff_fw itself).
How can I reach and invoke the TIFF functions in the geotiff_fw.dll
interface?
Thanks in advance
Andrea Pistoni
--
View this message in context: http://www.nabble.com/geotiff_fw.dll-tp15782364p15782364.html
Sent from the FWTools mailing list archive at Nabble.com.
More information about the FWTools
mailing list