Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows issue linking with MATLAB API (32-bit/64-bit) #1

Open
bmsherman opened this issue Dec 31, 2014 · 0 comments
Open

Windows issue linking with MATLAB API (32-bit/64-bit) #1

bmsherman opened this issue Dec 31, 2014 · 0 comments

Comments

@bmsherman
Copy link
Owner

For some reason, the package does not seem to work on Windows machines. Haskell's FFI appears to interact differently with the MATLAB API than does, for example, calling the API directly using 64-bit C code compiled with GCC. Setting some internal MATLAB types to specifically be 32-bit resolves the issue; OS-specific conditional compilation allows the package to function correctly on Windows.

I am not sure why Windows seems to misbehave in this way, and how this issue can be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant