由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - develop linux apps on Windows
相关主题
死了,哪里有mingw的入门介绍?please recommend an easy windows C debugger for a beginner
g++ for WindowsUnix/Linux下的C++ coding 跟Windows下到底有多大不同? (转载)
大家在linux下面用什么C++的IDE呢?windows 7 下面大家都用什么C编程软件?
Qt Creator外行问个compile的事, 大牛们帮帮我
GUI用什么语言开发比较好?同样的C++程序,Linux下比Windows下慢很多
怎样在cygwin里安装老的gcc版本?熟悉C++,向Windows 还是Linux 方向发展? thanks
问一个很弱的c++ cin的问题MinGW在win7上就是一个垃圾
makefile 里面那个-D flags的问题error of couting total line number in txt file on MSDOS (转载)
相关话题的讨论汇总
话题: windows话题: linux话题: apps话题: develop话题: mingw
进入Programming版参与讨论
1 (共1页)
a*******e
发帖数: 428
1
Hi, geeks,
Is there an easy way to develop Linux apps on Windows? I heard gcc +
cygwin (or MinGW) can do the job, but someone claims that cygwin or MinGW
are mainly for developing Windows apps on Linux. I am wondering if I can do
the reverse.
Any comments?
M**u
发帖数: 10158
2
vmware

do

【在 a*******e 的大作中提到】
: Hi, geeks,
: Is there an easy way to develop Linux apps on Windows? I heard gcc +
: cygwin (or MinGW) can do the job, but someone claims that cygwin or MinGW
: are mainly for developing Windows apps on Linux. I am wondering if I can do
: the reverse.
: Any comments?

g*********s
发帖数: 1782
3
virtual box. it's free.

+
MinGW
do

【在 a*******e 的大作中提到】
: Hi, geeks,
: Is there an easy way to develop Linux apps on Windows? I heard gcc +
: cygwin (or MinGW) can do the job, but someone claims that cygwin or MinGW
: are mainly for developing Windows apps on Linux. I am wondering if I can do
: the reverse.
: Any comments?

a*******e
发帖数: 428
4
I am actually thinking in the following way:
Since my purpose of developing is to develop a cross platform apps without
much GUI, using standard C/C++, I probably won't need much Linux tools, as
long as I refrain myself from using OS dependent libraries. So, if I just
use standard C/C++ language and gcc as the compilier, then if the program
created using MinGW runs well on Windows, the same code should run well on
Linux since gcc should not generate windows dependency.
Am I right?

【在 g*********s 的大作中提到】
: virtual box. it's free.
:
: +
: MinGW
: do

s****n
发帖数: 786
5
用QT不就行了嘛,通吃

do

【在 a*******e 的大作中提到】
: Hi, geeks,
: Is there an easy way to develop Linux apps on Windows? I heard gcc +
: cygwin (or MinGW) can do the job, but someone claims that cygwin or MinGW
: are mainly for developing Windows apps on Linux. I am wondering if I can do
: the reverse.
: Any comments?

b******n
发帖数: 592
6
virtualbox is not only free, it is better than vmware from my experience.
vmware is also free.
one of my colleagues uses VS, and he add many ifdefs to our source, a bit
annoying. Unless you sort out platform free in your library deep down, the
system difference can cause a problem.
gcc is more flexible while VS has many restrictions on where to declare
variable. Maybe newer VS has changed. Still, I would much prefer to develop
on a Linux box.

【在 g*********s 的大作中提到】
: virtual box. it's free.
:
: +
: MinGW
: do

a*******e
发帖数: 428
7
Thanks for every reply. But I might not have emphasized that the target
appliction should be cross-platform. So, even though virtual box or VMware
is a good choice for developing linux codes using Windows machine, but that
does not make sure the codes could be cross-platform.
How about make the machine dual OS: linux + Win7?

develop

【在 b******n 的大作中提到】
: virtualbox is not only free, it is better than vmware from my experience.
: vmware is also free.
: one of my colleagues uses VS, and he add many ifdefs to our source, a bit
: annoying. Unless you sort out platform free in your library deep down, the
: system difference can cause a problem.
: gcc is more flexible while VS has many restrictions on where to declare
: variable. Maybe newer VS has changed. Still, I would much prefer to develop
: on a Linux box.

1 (共1页)
进入Programming版参与讨论
相关主题
error of couting total line number in txt file on MSDOS (转载)GUI用什么语言开发比较好?
求救怎样在cygwin里安装老的gcc版本?
打算安装mingw,我应该下哪些文件呢,问一个很弱的c++ cin的问题
Help: how to use Eclipse as C++ IDE in XP?makefile 里面那个-D flags的问题
死了,哪里有mingw的入门介绍?please recommend an easy windows C debugger for a beginner
g++ for WindowsUnix/Linux下的C++ coding 跟Windows下到底有多大不同? (转载)
大家在linux下面用什么C++的IDE呢?windows 7 下面大家都用什么C编程软件?
Qt Creator外行问个compile的事, 大牛们帮帮我
相关话题的讨论汇总
话题: windows话题: linux话题: apps话题: develop话题: mingw