我正在使用 Macintosh Programmers Workshop 在 Mac OS 9 上进行开发。我注意到在 CImports 文件夹中有一个 CFString.h 与我们心爱的核心基础字符串。
我已经设法构建并运行了一个基于 stdio 的 hello world,但是当我尝试使用 CFString 函数时,CFSTR("my string")
或者CFStringGetLength(myStr)
这会导致链接器错误。
如何配置 MPW 以找到正确的链接库?此外,对于了解 C 但从未接触过 MPW 的开发人员,是否有资源可供使用?
通过遵循本教程,我已经达到了这一点:https ://sites.google.com/site/chuzzum/macintosh-c-programming-guide/macintosh-development-environments/getting-started-with-mpw