Visual Basic For Word For Mac

I have an created an add-in for Word which communicates with a third party cmd-program via an api I have written in c# using visual studio. The communication takes place using stdin and stdout. The program works for word 2007, 2010, 2013, 2016 for Windows. I have also successfully ported it to Word 2011 for Mac. The api here is written in c using xcode, but still using stdin and stdout.

To begin, click Tools > Macro > Visual Basic Editor. On the Tools menu, click VBAProject Properties (In Word, click Project Properties), and then click the General tab. In the Project Name box, enter the name that identifies your component in the registry of the Object Browser. The Visual Basic Editor (VBE) is the environment where one can write and edit macros. Macros are written in Visual Basic for Applications (VBA), one of a.

The api on mac is a dylib, which I can reference in the visual basic editor. I'm having trouble replicating this on the 2016 version of Office for Mac.

I'm suspecting it might not be possible, due to new security restrictions. When I try to reference a file I can only choose.tlb files (type libraries).

I have only created tlb files using visual studio on Windows and have no idea how you might do that on a mac. Can anyone answer if what I'm trying to do is even possible on the 2016 version of Office for Mac, and where I might find documentation on how to create files that can be referenced?

Basic

FYI: The add-in is called WordMat: www.eduap.com Additional info following information from @erik below I'm having trouble declaring the functions in my lib. Best youtube downloader for mac. Here is my declare statement: Declare PtrSafe Function VBstrlen Lib '/Library/Application Support/Microsoft/Office365/User Content.localized/Add-Ins.localized/libMaximaConnection.dylib' (ByVal s As String) As LongPtr The function is a simple test function which returns the length of a string. The declare function works as expected in Word 2011 using the above path. The error reported is error 53 file cannot be located The dylib is 32-bit compiled, hence I would not expect it to work since the 64-bit upgrade of Office 2016, but I would expect an error 453 DLL cannot be located as Word 2011 would report. Office 2016 is sandboxed, with limited entitlements to read files that live in specific places.

For Java versions 6 and below, Apple supplies their own version of Java. For Mac OS X 10.6 and below, use the Software Update feature (available on the Apple menu) to check that you have the most up-to-date version of Java 6 for your Mac. For issues related to Apple Java 6 on Mac, contact Apple Support. Downloader for mac. JDK 7 Installation for Mac OS X. When you download the Java Development Kit (JDK), the associated Java Runtime Environment (JRE) is installed at the same time. The JavaFX SDK and Runtime are also installed and integrated into the standard JDK directory structure.

I wrote this document on installing user content for Mac Office 2016 that you can start with: Specifically, dylibs must be located in ~/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Add-Ins.localized/ if they are installed for each specific user, or in /Library/Application Support/Microsoft/Office365/User Content.localized/Add-Ins.localized/ if they are installed once on the machine for all users to share. Office 2016 apps cannot read arbitrary file locations anymore. Separately, the inability to choose any non-typelib file when you try to add file references may be a bug. I'll have to take a look. Schwieb (Principal Software Engineer, Apple Platform Experiences Group, Microsoft Corporation).