DLL TwinBasic #530
Replies: 1 comment 2 replies
-
TwinBASIC is essentially a new development IDE/compiler for writing VBA/BASIC type code and compiling to EXE/DLL. I use it in this project because it provides a very simple and maintainable way to compile a helper COM add-in for the VBA IDE that acts as a wrapper to launch the Microsoft Access add-in through a ribbon interface. The other key advantage is that TwinBASIC allows us to create a 64-bit add-in that works in 64-bit Microsoft Access. In this project, the code in the TwinBASIC COM add-in is pretty minimal, keeping as much as possible in the native Access VBA code in the Access add-in. The VCS ribbon can be extended and customized through the XML file without having to recompile the COM add-in, which is a big plus especially as we look towards supporting multiple languages in the future. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Hello, can anyone explain how TwinBasic works?
Beta Was this translation helpful? Give feedback.
All reactions