Multiple Windows DLLs from C or Delphi

I thought I’d investigate using Go for creating Windows DLLs (primarily to be called from Delphi programs) and while searching the web have come across statements saying that only one Go DLL can be loaded at a time! (e.g. here https://github.com/z505/goDLL). I can’t find any more recent information on this - is this still the case? If so, is it only on Windows?

Thanks, Bob

Is there anywhere else I can get a definitive answer on this (it’s not really a stackoverflow question)? I’ve trawled the docs but the only reference I can find for build modes is from 2016. An example of where I’d like to use this is for Excel XLLs - it would be a nice alternative to C++.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.