I’m trying out the Island target by making a simple library and a console application in Oxygene that uses that library. When it tries to compile or link the application I get the IP1 error. The output is the following:
------ Build started: Project: HelloLib, Configuration: Debug ------
HelloLib -> c:\users\michael\projects\visual studio 2015\Projects\HelloTest\HelloLib\bin\Debug\Windows\i386\HelloLib.fx
------ Build started: Project: HelloWorld, Configuration: Debug ------
c:\users\michael\projects\visual studio 2015\Projects\HelloTest\HelloLib\bin\Debug\Windows\i386\HelloLib.fx
C:\Program Files (x86)\MSBuild\RemObjects Software\Elements\RemObjects.Elements.Island.Windows.targets(79,5): error IP1: Error when running command: C:\Program Files (x86)\RemObjects Software\Elements\Bin\lld.exe
Done building project "HelloWorld.elements" -- FAILED.
Build FAILED.
========== Build: 1 succeeded or up-to-date, 1 failed, 0 skipped ==========
I’m using Visual Studio 2015 on Windows 10. My version of Elements is 9.0.97.2071.
I’m attaching the sample project.HelloTest.zip (264.3 KB)