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.
我正在为使用 rebar 的应用程序准备一个版本,我想知道从标准库中包含头文件的常用方法是什么。在我的例子中,它是 wx.hrl 文件,它包含在我的代码中的完整绝对路径中。
我想这不是正确的方法:o)
-include_lib("wx/include/wx.hrl").
这使预处理器wx在代码路径中查找应用程序的最新版本。有关更多详细信息,请参阅此问题。
wx