Windows environment: Windows 10 x64 with Dart 2.0.0-dev.64.0, 2.0.0-dev.63.0 with --preview-dart-2, and 1.24.3
Linux environment: Arch Linux x64 with Dart 2.0.0-dev.63.0 with --preview-dart-2
Under Windows, using the sample extension included in the SDK (built with Visual Studio 2017 15.6.4), running sample_synchronous_extension.dart fails with the message Native extension path must be absolute.error: library handler failed. The extension works properly using Dart 1, and this issue also occurs with an extension I have written myself. Testing under Linux, everything works properly, even with Dart 2.
Windows environment: Windows 10 x64 with Dart
2.0.0-dev.64.0,2.0.0-dev.63.0with--preview-dart-2, and1.24.3Linux environment: Arch Linux x64 with Dart
2.0.0-dev.63.0with--preview-dart-2Under Windows, using the sample extension included in the SDK (built with Visual Studio 2017 15.6.4), running
sample_synchronous_extension.dartfails with the messageNative extension path must be absolute.error: library handler failed. The extension works properly using Dart 1, and this issue also occurs with an extension I have written myself. Testing under Linux, everything works properly, even with Dart 2.