| 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 |
Thread2005.06.02 21:00 "Re: vb port soon available", by Edward LamI think that a better approach would have been to add something like TIFF_EXPORT in front of all the functions that we need to export. And then we can just have some options to control this #define in config.h. On Windows for example, one can use this to do away with the need for a .def file by doing: #define TIFF_EXPORT __declspec(dllexport) This would allow everything to go into one baseline. I detect multiple baselines because what happens if a bug gets fixed in only 1 of them? -Edward |
|||||||