Island/Win template for DLL

There are templates for creating Dynamic Link Libs on Linux and MaxOS, but missing Windows one. Is that intentional?

I’ll check. Which language, Oxygene?

as a workaround, you can just create a static library from template and change the Output Type to Library.

FWIW, seems we only have Static Library templates for all Island platforms, right now, no Dynamic one for Island/Darwin or Island/Linux either…

Yes, Oxygene.
Also I got this error when trying to build a Win64 Dll using Elements/Island version 2521 - heads up?

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\RemObjects Software\Elements\RemObjects.Elements.Island.Windows.targets(70,3): error : Unsupported architecture (‘x64’) for Windows 10.0.17763.0

x64 is not valid architecture name, you want “x86_64”. I believe I logged an issue yesterday about VS currently offering bad choices in the dropdown — you can set this in Water, or manually edit the project file instead. (the template doesn’t have x64 by default, does it? that’d be a separate bug).

emm… I saw this one in VS2019

2020-06-08_15-56-26

Ah, those are Toffee, not island, yeah.

Thanks, logged as bugs://84460

It DOES have “x64” as one of the options

bugs://E24231 was closed as fixed.