Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 64 位 IDL 版本中编译 .save 文件,它是否适用于 32 位 IDL 虚拟机?
是的,32 位或 64 位应该无关紧要。唯一的问题是 IDL 版本。从帮助:
注意:包含 IDL 例程和系统变量的文件只能由共享相同内部代码表示的 IDL 版本恢复。由于内部代码表示会定期更改,因此您应该始终将 IDL 语言源文件(.pro 文件)存档,以便放置在 IDL SAVE 文件中的例程,以便在发布新版本的 IDL 时重新编译代码。