export void dllprint() { write("hello dll world\n"); }The code is executed (I checked with a debugger) but nothing is printed in the console window.
export void dllprint() { write("hello dll world\n"); }The code is executed (I checked with a debugger) but nothing is printed in the console window.