vb2net
v0.1.0.0
The helper module vb2net for Visual Basic for Applications (VBA) 7.0 and support DLL, providing access to .NET (formerly .NET Core) assemblies and classes.
LongPtr to Long and remove all PtrSafe specifiers.vb2net.runtimeconfig.json specifies .NET version 6, so if you use version 7 (or higher), please modify vb2net.runtimeconfig.json.vb2net.zip from Releases and extract it (vb2net.dll and vb2net.runtimeconfig.json will be extracted)InitializeVb2net procedureLoadAssembly and LoadAssemblyFromFile can be used.Sample procedure.vb2net.dllVisual Studio 2022 is required to open the solution file vb2net/vb2net.sln.
Build vb2net/vb2net.csproj by dotnet build vb2net.csproj -p Release, or with Visual Studio or related build tools.