Did you already find a solution to this problem ? I am facing the same issue as well.
Trying to build a 64 bit DLL
2 次查看(过去 30 天)
显示 更早的评论
I am trying to build a dll to be used in an application that is 64 bit. I build my model in Simulink and build it. Although the dll is built, I see that it is a 32 bit DLL and I am getting errors when I use it with the application. I see the following in the diagnostics window in simulink.
.......
>call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\VCVARSALL.BAT " x86 ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.9.7 ** Copyright (c) 2017 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x86'
Is there a way I could build a 64 bit DLL ? I am on a 64 bit Windows 10 OS.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!