Essential COM

++

FastString (Dynamic Link Library DLL). . , , FastString DLL. Microsoft C++ _declspec(dllexport):

 class _declspec(dllexport) FastString {      char *m_psz;    public:      FastString(const char *psz);      ~FastString(void);     int Length(void) const;       // returns # of characters        //            int Find(const char *psz) const;        // returns offset        //    };  

FastString DLL, . , (import library), FastString. , DLL . , . DLL FastString . .

1.2 FastString (runtime model), DLL. , ( , ). DLL, FastString . , , , FastString ( ), . , , DLL , . , FastString DLL C++ .

 . 1.2. faststring   dll



Suschnost' tehnologii SOM
Essential COM
ISBN: 0201634465
EAN: 2147483647
Year: N/A
Pages: 103
Authors: Don Box

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net