Re: Gtk port to Win32 "progress report"



On Tue, 18 Aug 1998, Tor Lillqvist wrote:

> __declspec(dllexport) (when compiling the library in question) or
> __declspec(dllimport) (when compiling client code that will use the
> library).

Would it be easier just to list all exported functions in the DLL DEF
file when the DLL is linked? This is also used to generate the import
library.

Then just declare the functions normally in the headers and they'll
compile properly for library & clients.

----
	Michael Smith, michael@csuite.ns.ca
	Technical Support, Central Region
	Nova Scotia Community Access Program



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]