From a5f12efa291cef4dfaff9010d48429e4a3a82480 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 3 Oct 2020 22:28:27 -0400 Subject: [PATCH] info --- jni.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jni.d b/jni.d index 4682872..9090c22 100644 --- a/jni.d +++ b/jni.d @@ -76,6 +76,8 @@ at Hello.main(Hello.java:17) ) + Please note: on Windows, use `-m32mscoff` or `-m64` when compiling with dmd. + Exact details subject to change, especially of how I pass the exceptions over. It is also possible to call Java methods and create Java objects from D with the `@Import` uda.