dllexport, dllimport...
Maki YAMANE -- maki@nwk.cl.nec.co.jp Friday, January 19, 1996 Hi, I'd just like to know, dllexport and dllimport seem not to be supported by MSVC1.52... Am I correct in this assumption? Maki Yamane
Brad Wilson -- bradw@netnet.net Saturday, January 20, 1996 >> I'd just like to know, dllexport and dllimport seem not to be >> supported by MSVC1.52... >> Am I correct in this assumption? Correct. The declspec(__dllimport) and such were added in Win32. Brad -- class CBradWilson : public CWorldWatchProgrammingTeam { public: void GetInetAddr ( CString& s ) { s = "bradw@exptech.com"; } void GetInetURL ( CString& s ) { s = "http://www.exptech.com"; } void GetE164Addr ( CString& s ) { s = "+1 (810) 620-9803"; } void GetDisclaimer( CString& s ) { s = "All I say is fact :-p"; } }; // QOTW: "In the world of the blind, the one eyed man is king."
| Вернуться в корень Архива |