gotta init the d runtime first

extern (C)
        void startd() {
                Runtime.initialize();
        }


adn then in C, before using any other D, call startd();

Reply via email to