> libffi bindings only support win32, not win64; maybe a solution is to use a > dll for win64 instead of embedding the sources, see > [https://github.com/Araq/libffi/blob/master/libffi.nim#L14](https://github.com/Araq/libffi/blob/master/libffi.nim#L14)
Interesting. It looks like it _should_ support win64. I'll have to take a look later. Thank you for the detailed example. I'll see if I can write a macro to make this easier. It seems this is more limited than I thought. Kinda sucks that the symbols have to be in a dll to be used, but this is still awesome. It seems that the CT FFI doesn't support structs yet (as far as I can tell). You said you've been using it quite extensively, so does that mean you've found a way to use more complex data structures?
