Thanks for your question! There are two parts. For not being able to load a DLL, that's a bug that you can now follow up in our bug tracker. We might not be able to reproduce the issue; it would be good if you could provide us with more information of how exactly it fails, e.g. by sending the error message to cling-dev@cern.ch
Windows support is still severely limited: we currently cannot use the newest clang which has much improved "native" Windows C++ ABI support. OTOH, C on Windows should just work. We are planning on getting cling to work with the head of clang's trunk again during the first half of this year.
Re: cross build cling for windows 32bit, try to load dll file
Hi ChuYuan Chiang,
Thanks for your question! There are two parts. For not being able to load a DLL, that's a bug that you can now follow up in our bug tracker. We might not be able to reproduce the issue; it would be good if you could provide us with more information of how exactly it fails, e.g. by sending the error message to cling-dev@cern.ch
Windows support is still severely limited: we currently cannot use the newest clang which has much improved "native" Windows C++ ABI support. OTOH, C on Windows should just work. We are planning on getting cling to work with the head of clang's trunk again during the first half of this year.
Cheers, Axel