Talk:Linking a C++ Hello World Application for OS X

From RAD Studio
Jump to: navigation, search

"Then link the .lib and .obj files [...]"

I don't see any .lib and .obj files in the command line. There is .o and .dylib.

Vadimb 01:29, 17 June 2011 (PDT)


Hmmm. .o on the Mac means .obj, and .dylib is the Mac version of a dll (and presumably of a lib or typelibrary as well??)
KrisHouser 10:22, 17 June 2011 (PDT)

This example was not useful for me (BCCOSX and ILINK yielded errors). Some paths were not found. Probably some configuration (.CFG) files were changed in the meantime and some paths IDE were modified.

Just one (weird) aspect: this code example does not refer any header files (or of any kind) from Mac OS X. The include paths for BCCOSX and XLINK are not shown (I assume that the default .CFG files from $(BDS)/bin were used).

Vadimb 06:19, 28 June 2011 (PDT)