English 中文(简体)
xcode s excutable Products for c++ Project
原标题:xcode s executable product for c++ project

I ve利用C++的X密码指挥线工具完成了对“河岸”游戏的简单数字转换。 我习惯于博兰和视像等PC编纂者,试图通过电子邮件与其他人“分享”游戏,简单地附上由x条编码建造的可执行产品。 然而,由于该方案以不同形式出现,通常采用机器编码,因此接受者可以不执行该方案。

在进行了广泛的搜索之后,Im 了解了在x条码中建立项目的复杂性,以及建筑环境/目标的变化等。

任何人都知道如何建立一个可普遍执行的自足的++? 我没有离开STL图书馆参加这一游戏。 我非常赞赏任何帮助。

感谢

问题回答

专 员 X基于可起诉的独一无二文档(即无档案延期)。 如果他们有某种“可执行许可”,他们可以被双重点击,作为可起诉者,或从指挥线跑。 然而,这种许可不能通过电子邮件发送,因为它在档案系统中收集了元数据,从安全角度来说,这是有意义的(你是否希望通过电子邮件发出可执行的病毒?) 。 因此,当收受人收受双亲时,他们需要掌握以下指挥线,假定“汉内”是双亲档案的名称:

chmod +x /path/to/hanoi

如果你真的想把它包罗起来,把它当作一种可立即重复的应用程序,那么你就不得不把它当作一种本地的“国际倡议”,把它作为“申请”加以包装,然后把这一申请(实际上与申请的延伸相联)放在一个档案中分发。 如果这项工作比你所希望的要多,则要问。 希望这一帮助!

在澳门(至少就个人经验而言),分享同一个顾问的特质释放申请可能非常困难。

为了能够以最少的努力分享你的申请,你需要说明:

  • What project type is this? Are you using any resources like images etc?
  • What version of the OS your friends are using? If they are not on the Mac, you re out of luck (or you ll have to recompile for their OS-es).
  • If they run Mac, check out that you have the same OS versions, if you have developed on Leopard and someone s running on SnowLeopard your application might simply fail. (I also ran into issues between Mac OS 10.5.4 and 10.5.3 so keep your fingers crossed.)
  • Check out what sort of hardware you are running. Are you building for your hardware (say, MacIntel) only or are you creating an Universal Binary?
  • Make sure that all resources are packaged into your application bundle. Make sure your application uses only relative paths.
  • Check if you are not writing to special folders (i.e. use only temp and/or word-writable locations, if you need to).

我希望我能更详细地回答问题,但不幸的是,你不得不指出一些答案(没有其他具体信息说明你正在发现的错误)。

如果你对一条指挥线工具而不是双管齐下,那就足够了,并附上电子邮件。 如果任何重新派任的人可能使用基于太平洋共同体的力量的Mac的话,确保建设普遍性。 奥赫,并将部署目标设定到任何接受者可能使用的最低限度的联科行动。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签