2005.06.02 20:50 "[Tiff] vb port soon available", by Antoine

2005.06.02 21:00 "Re: [Tiff] vb port soon available", by Edward Lam

I 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