How to create a dll to be used on 64-bits windows computer with 32-bits Java environment
Show older comments
Hello,
I need to create a dll from a matlab function, this dll will be used on a 64-bits windows computer BUT with a 32-bits Java Environment.
My configuration: R2017a Windows 64-bits.
What I tried:
With Matlab coder:
-Load function and check for errors: OK
-Generate code with: Build type (Dynamic_library), Language (C), Hardware Board (none), Device (Generic)(64-bit Embedded Processor (LP64)).
-dll is generated with success but impossible to load it with Eclipse and Java 32-bits Environment.
I am not a specialist of these questions, and I am unable to find any solution with our Google dear friend.
Thanks,
Accepted Answer
More Answers (1)
Jean-Baptiste Trinel
on 17 Oct 2019
0 votes
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!