Windows DLLs and Mac OS

Hello!

I want to integrate an API in my App, based on Windows DLLs in C, in order to update the firmware of our product’s chip.

My App has to be compatible Mac OS and Windows.

The DLLs are quite expensive, so I want to be sure before buying it. Can you tell me if it is possible with Xojo?

The dlls won’t work on macOS. You need a dylib or a plugin.

Windows DLLs will not work on a Mac in the same way that a Windows application won’t run on a Mac.

You would either need Mac shared libraries or run Windows on the Mac and use your Windows app.

So sad…
Thanks for your answers!

You can create a plugin which include a dll for Windows and a dylib for macOS or hire someone to create a plugin for you.