Arnaud Charlet writes:
 > Is it really the case that MSVC can't create DLLs without .def files ?

No. But the alternative is to decorate every function and variable to
be exported with __declspec(dllexport). That would clutter the headers
unbearable. (The exported variables do have to be decorated like this
anyway, I think, but luckily they are few.)

--tml


_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to