简体   繁体   English

Windows Mobile的C ++编译器

[英]c++ compiler for windows mobile

Well I was curious about this and searched for a while but couldn't find anything really, but maybe someone there got an answer... 好吧,我对此很好奇,并搜寻了一段时间,但找不到真正的任何东西,但也许有人在那里得到了答案...

I would like to compile code ON my windows mobile 6, and also probably be able to run it aftewards (note that I'm saying ON not FOR). 我想编译的代码我的Windows Mobile 6的,也大概能aftewards运行它(请注意,我说的对不适合)。 Does something like that even exist? 这样的东西是否存在? I mean, 600 MHz CPU on my TOPAZ could handle this task already so maybe some fanatic developed it. 我的意思是,我的TOPAZ上的600 MHz CPU已经可以完成此任务,所以也许有些狂热者开发了它。 I'd be glad if it could even compile some visual code (I think there isn't way to display command line on WM), but I got DOS emulator so it could handle also pretty basic code. 我很高兴它甚至可以编译一些可视代码(我认为无法在WM上显示命令行),但是我得到了DOS模拟器,因此它也可以处理基本的代码。

And just BTW if there would be(or not) something for Windows Mobile what about other devices? 顺便说一句,如果Windows Mobile有(或没有)功能,其他设备呢? Something based on JAVA probably. 某种基于JAVA的东西。 I could emulate that maybe, but native would be prefered. 我可以效仿,但最好选择本地人。

EDIT: 编辑:

Well and something just came to my mind reading comments. 好吧,我刚刚读到一些评论。 If I am able to run something under DOS is there any reasonable compiler working in DOS? 如果我能够在DOS下运行某些程序,那么在DOS中是否可以使用任何合理的编译器? Something like old command line compiler would maybe do the trick... 像旧的命令行编译器之类的东西可能会解决问题...

And yes the reason for this. 是的,这样做的原因。 Well I'm not much into scripting languages, so this is just a try before I'll got to learn them anyway, but it would be great to create some simple and bruteforce solving programs on-air, and possibly much more use to it. 好吧,我对脚本语言的了解不多,因此无论如何我都只是尝试一下,但是在空中创建一些简单且蛮力的解决程序将是很棒的,并且可能会更多地使用它。

Thanks ;) 谢谢 ;)

Please have a look at PowerGCC - port GCC to PocketPC platform. 请看一下PowerGCC-端口GCC到PocketPC平台。 It's pretty complicated "quest" to install it. 安装它非常复杂。 http://www.mpcclub.com/wiki/index.php/CPrograms#Install_a_C_environment_on_PocketPC_.28compiler_etc..29 http://www.mpcclub.com/wiki/index.php/CPrograms#Install_a_C_environment_on_PocketPC_.28compiler_etc..29

cke - IDE for mobile platform http://www.animaniak.com/cke/cke_main.asp cke-适用于移动平台的IDE http://www.animaniak.com/cke/cke_main.asp

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM