CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/ExternalObj.idl +++ b/trunk/Src/ExternalObj.idl @@ -24,7 +24,7 @@ * The Initial Developer of the Original Code is Peter Johnson * (http://www.delphidabbler.com/). * - * Portions created by the Initial Developer are Copyright (C) 2006-2011 Peter + * Portions created by the Initial Developer are Copyright (C) 2006-2012 Peter * Johnson. All Rights Reserved. * * Contributor(s) @@ -36,7 +36,7 @@ [ uuid(DA95AEFB-3FB5-4A9E-9F9D-A53DD05CA7D4), - version(7.0), + version(8.0), helpstring("CodeSnip DOM External Object Extender Type Library"), custom(DE77BA63-517C-11D1-A2DA-0000F8773CE9, 1219706147), custom(DE77BA64-517C-11D1-A2DA-0000F8773CE9, 117441012) @@ -52,12 +52,12 @@ */ [ uuid(316B5427-61DE-482A-8D71-10AFBACCB909), - version(7.0), + version(8.0), helpstring("DOM external object extender"), dual, oleautomation ] - interface IWBExternal7: IDispatch + interface IWBExternal8: IDispatch { /* * Update database from internet. @@ -96,14 +96,6 @@ HRESULT _stdcall ShowHint([in] BSTR Hint ); /* - * Displays configure compilers dialog box. - */ - [ - id(0x0000006A) - ] - HRESULT _stdcall ConfigCompilers( void ); - - /* * Edits the named snippet. * @param SnippetName [in] Name of snippet to edit. Must be user defined. */