The more interesting thing is that the 'longdouble.dll' is not put
into the runtime directory by 64-bit Racket, too. Still, the 64-bit
program works without any additional effort.

Oops, sorry, I just checked again, the 64-bit Racket fails too.

I think you'll need to call scheme_set_dll_path(), which should be
exported by the libracket DLL, but it isn't currently declared in
"scheme.h".

  __declspec(dllimport) void scheme_set_dll_path(wchar_t *s);

and provide the path containing "longdouble.dll".

Thanks, that has helped for 32-bit program.

This should be: that has helped for both 32-bit and 64-bit programs.


Anyway: why not have Racket put longdouble.dll into the runtime
directory, as it does with the others (libmpfr etc)?
It would make things simpler.


Best regards,

Dmitry

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to