Runtime error in demo code

Issue #27 wontfix
Former user created an issue

testsuite\test_elimination.c throws a runtime error that seems to be caused by not calling m4ri_init().

Comments (3)

  1. Martin Albrecht repo owner

    Using GCC (and when using the Sun Studio compiler btw.) m4ri_init() is called automatically when the library is loaded. There is some code in misc.c which ought to do the same under Windows. I never tested the code though and it requires the library to be loaded as DLL.

  2. Former user Account Deleted

    I'd appreciate a big fat warning for all Visual Studio users, because with the current project from the zip file every attempt to use the static lib will just result in a crash, at least until you debug the lib and start to wonder why m4ri_codebook is 0.....

  3. Martin Albrecht repo owner

    We don't support Windows any more as no one who actually uses it stepped up and helped maintaining.

  4. Log in to comment