diff --git a/HostObjectImplLibrary.cpp b/HostObjectImplLibrary.cpp index ac2f75d..c9070f5 100644 --- a/HostObjectImplLibrary.cpp +++ b/HostObjectImplLibrary.cpp @@ -139,7 +139,7 @@ STDMETHODIMP HostObject::cloneMetaDBHandleList(__int64 list, __int64 * clone) auto List = (const metadb_handle_list *) list; - *clone = (__int64) new metadb_handle_list(*List); + *clone = (__int64) (size_t) new metadb_handle_list(*List); return S_OK; } diff --git a/README.md b/README.md index 0e58d9c..601040f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To create the component first build the x86 configuration and next the x64 confi ## Change Log -v0.3.0.0-alpha2, 2024-12-xx +v0.3.0.0-alpha2, 2024-12-31 * New: * Methods