Re: Pass C double to Eu shared library
- Posted by Jerome May 14, 2012
- 1470 views
mattlewis said...
I think the cleanest way is to use Use 32-bit Integers In Translated DLLs. It's kind of a hack, but I think it's the cleanest solution. It requires special wrappers that the external world should call, and it modifies your translated source.
Thanks Jim and Matt! I've implemented Jim's method, and it works great. Matt, I'm also going to to check out 32-bit integers for future projects. Currently, I'm porting a large chunk of Matlab code to see what type of speed improvements I can get.
Thanks,
Ira