如何添加子项目? [英] How to add a sub project ?

查看:128
本文介绍了如何添加子项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在MAC OS中,我只有3天大的婴儿.

Visual Studio中的层次结构为:
解决方案
|-> Project1
|-> Project2
|-> Project3
.
.
.
.
.
|-> Projectn

如果您想将新项目添加到您的解决方案中,只需右键单击解决方案文件并选择添加新项目即可.这非常容易..

在MAC中也一样吗?

我选择了新项目.并在c ++工具下选择了标准的C ++库.
并且我成功创建了一个libProgram.dylib.
我想在其他项目中使用该库(不在其他窗口中).如何在我当前的项目下添加一个项目?

有没有专门学习xcode框架的书..请提出建议.

I am just 3 day old baby in MAC OS.

The hierarchy in Visual Studio is:
Solution
|-> Project1
|-> Project2
|-> Project3
.
.
.
.
.
|-> Projectn

If u want to add new project to your solution just right click on solution file and select add new project.Its so easy..

How about the same in MAC?

I selected new project. And selected standard C++ library under c++ tool.
And I successfully created a libProgram.dylib.
I want to use that library in other project(Not in other window). How to add a project under my current project?

Is there any gud book to learn xcode framework.. please suggest.

推荐答案

有很多文档. XCode与Visual Studio完全不同.它并不是真正的"XCode框架",它是Mac OS X和iOS架构中的Cocoa,AppKit和Foundation Framework,它基于Mac OS X上的Darwin和Carbon Core,以及基于iOS之上的UIKit的Core OS和Core OS. .
参见 http://developer.apple.com/library/mac/documentation/Cocoa /Conceptual/CocoaFundamentals/CocoaFundamentals.pdf [ ^ ],
另请参见:
http://en.wikipedia.org/wiki/Cocoa_%28API%29 [ ^ ],
http://en.wikipedia.org/wiki/Mac_OS_X [ http://en.wikipedia.org/wiki/IOS [ http://en.wikipedia.org/wiki/Foundation_Kit [ http://en.wikipedia.org/wiki/Application_Kit [ http://en.wikipedia.org/wiki/Darwin_%28operating_system%29 [ ^ ],
http://en.wikipedia.org/wiki/Core_Foundation [ http://developer.apple.com/technologies/tools/ [ http://developer.apple.com/library/mac/navigation /#section = Resource%20Types& topic = Getting%20Started [
There is plenty of documentation. XCode is very different from Visual Studio. It''s not really "XCode framework", its Cocoa in Mac OS X and iOS architectures, AppKit and Foundation Framework, based on Darwin and Carbon Core on Mac OS X and Core OS with UIKit on top of iOS — a lot of stuff.
See http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaFundamentals.pdf[^],
See also:
http://en.wikipedia.org/wiki/Cocoa_%28API%29[^],
http://en.wikipedia.org/wiki/Mac_OS_X[^],
http://en.wikipedia.org/wiki/IOS[^],
http://en.wikipedia.org/wiki/Foundation_Kit[^],
http://en.wikipedia.org/wiki/Application_Kit[^],
http://en.wikipedia.org/wiki/Darwin_%28operating_system%29[^],
http://en.wikipedia.org/wiki/Core_Foundation[^].

Start with, well, some starting points:
http://developer.apple.com/technologies/tools/[^],
http://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Getting%20Started[^].

—SA


这篇关于如何添加子项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆