组件程序
DictComp.cpp //// DictComp.cpp : Defines the entry point for the DLL application.//#include "stdafx.h"#include <comutil.h>#include <stdio.h>#include "objbase.h"#include "olectl.h"#include "DictComp.h"#include "factory.h"#include "registry.h"ULONG g_LockNumber = 0;ULONG g_DictionaryNumber = 0;HANDLE g_hModule;// {54BF6567-1007-11D1-B0AA-4445535
...