From 881d8b32ec7859f3003a3acb1750dfba4187afee Mon Sep 17 00:00:00 2001 From: Greedquest <25348920+Greedquest@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:59:05 +0000 Subject: [PATCH] Appobject is just entry points so hide it entry points are still visible --- twinproj/Sources/Demo.twin | 1 + 1 file changed, 1 insertion(+) diff --git a/twinproj/Sources/Demo.twin b/twinproj/Sources/Demo.twin index a9dddfd..a74fe78 100644 --- a/twinproj/Sources/Demo.twin +++ b/twinproj/Sources/Demo.twin @@ -56,6 +56,7 @@ Module DllEntryPoints End Module [ AppObject ] +[ Hidden ] Public Class TypeLibEntryPoints Public Function GetStandardModuleAccessor(ByVal moduleName As String, ByVal proj As VBProject) As Object Return API.GetStandardModuleAccessor(moduleName, proj)