On Wednesday, 14 October 2015 at 11:46:27 UTC, ZombineDev wrote:
2) How can I workaround the problem that _minfo* and _deh* are not generated because my main is in C++?
Just add a file with int main() in D library to fix this.
On Wednesday, 14 October 2015 at 11:46:27 UTC, ZombineDev wrote:
2) How can I workaround the problem that _minfo* and _deh* are not generated because my main is in C++?
Just add a file with int main() in D library to fix this.