- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: Build Information for Scheduler Proxy Library
This section contains the recommended compiler and linker settings for building a scheduler proxy library.
32 Bit Microsoft Windows
64 Bit Microsoft Windows
Linux
32 Bit Microsoft Windows
The proxy library should be compiled and linked as a 32 bit DLL, using the following recommended compiler and linker options:
Compiler Options
Use of MFC: Use Standard Windows Libraries
Character Set: Use Multi-Byte Character Set [/D "_MBCS"]
Runtime Library: Multi-threaded DLL [/MD]
Calling Convention: __cdecl [/Gd (default)]
Linker Options:
Create a DLL [/DLL]
32 bit code [MACHINE:X86]
64 Bit Microsoft Windows
The proxy library should be compiled and linked as a 64 bit DLL, using the following recommended compiler and linker options:
Compiler Options
Use of MFC: Use Standard Windows Libraries
Character Set: Use Multi-Byte Character Set [/D "_MBCS"]
Runtime Library: Multi-threaded DLL [/MD]
Calling Convention: __cdecl [/Gd (default)]
Linker Options:
Create a DLL [/DLL]
32 bit code [MACHINE:X64]
Linux
The proxy library should be compiled and linked as shared library (*.so) file. The following compiler and linker options are recommended when building using gcc/g++:
Compiler Options
Generate 32 bit code: [-m32]
Generate position independent code, suitable for use in a shared library: [-fpic]
Generate code compatible with pthreads library: [-pthread]
Linker Options:
Create a shared object file: [-shared]
Generate 32 bit code: [-m32]
Generate position independent code, suitable for use in a shared library: [-fpic]
Generate code compatible with pthreads library: [-pthread]
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:Best Practices for Accurate and Causal Broad Band Frequency Sweeps
下一篇:Auto Assign Terminals